cancel
Showing results for 
Search instead for 
Did you mean: 

soap test client

Former Member
0 Kudos

hi

i configured soap to rfx and i wanna tesy with sap soap test client.

can any body tell the procedure to test

plz i need soap payload or enevelpe to test in the client

thanks

viju

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

To test the soap u ve to create the WSDL and u want to use that wsdl in the

Soap UI. By using this u want to test the scenario.

reward if it helpful.

regards

sasi

Former Member
0 Kudos

Hi,

There are some SOAP Test clients in the market.

Like SOAP SONAR, XML Spy, SOAP UI and for all of this... first you need to load the wsdl which you have genarated in XI and pass the payload through the client.

if you are passing to a secured environment then you need to provide the username and passworkd for the target system.

Thanks

Amaresh

Former Member
0 Kudos

ALTOVA AML SPY (its a software) which is freely downloadable in the net will help u solve the problem.

Former Member
0 Kudos

Hi Vijendar,

This is a SOAP message...

<?xml version="1.0" encoding="UTF-8" standalone="no" ?>

<SOAP-ENV:Envelope

SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"

xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"

xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"

xmlns:xsd="http://www.w3.org/1999/XMLSchema">

<SOAP-ENV:Body>

<ns1:doubleAnInteger

xmlns:ns1="urn:MySoapServices">

<param1 xsi:type="xsd:int">123</param1>

</ns1:doubleAnInteger>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>

Download SOAP client from here:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/downloads/tools/sap%20soap%20client%20tool%20download.abst">SOAP Client</a>

Thanks & Regards,

Farooq

prateek
Active Contributor
0 Kudos

U must have created web service at XI for outound interface. The wsdl thus generated is passed to the sender. This wsdl is used by the SOAP test client (e.g. Altova) to identify ur XI server. The SOAP test client sends the payload based on this wsdl.

Regards,

Prateek