cancel
Showing results for 
Search instead for 
Did you mean: 

Reg: Sending a Soap Request

Former Member
0 Kudos

Hi,

I am doing a Soap to RFC Scenario. I created a webservice in WebDynPro using NWDS and deployed that in local machine. I would like to send a soap request. How can I send it, if I have only NWDS??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

>>> I created a webservice in WebDynPro using NWDS and deployed that in local machine

There are 2 ways while dealing with a webservice (same with any other adapters)

a. Webservice at the sender side.

b. Calling (invoking) the serivce of an existing webservice.

If you want to create a scenario as in option <b>a</b>

In this case, the sender is not actually a webservice, rather it is a client (webservice client) that invokes the webservice. The actual webservice in this case is your XI server. But again XI server is not a webservice. All XI does is understands the webservice client request and converts it to a XI message and does the operation.

If you wish to do such a scenario, there are guides available in SDN, (How to expose your outbund interface as webservice, How to Soap Adapters). Follow them.

Best Regards,

Jai Shankar

Answers (5)

Answers (5)

Former Member
0 Kudos
Former Member
0 Kudos

Hi Raghavesh,

I tried to download this sap soap client tool. But I got service unavailable error. what should I do?

Former Member
0 Kudos

pavani ,

did u try SOAP SCOPE...???

refresh it if u dont get the page...

biplab

Former Member
0 Kudos

Hi,

For downloading SOAP SCOPE, I have no access rights.

Former Member
0 Kudos

Hi Pavani,

Please try it once

https://www.sdn.sap.com/irj/sdn/softwaredownload?download=/jws/soapclient.jnlp&df=0

more over iam also trying for the same scenario using NWDS.

thanks,

prateek
Active Contributor
0 Kudos

I dont think u can send this directly using NWDS. U have to use SOAP client. SAP SOAP client can be found on sdn

Regards,

Prateek

Former Member
0 Kudos

Hi Prateek,

I tried to download SAP Soap Client but I got an error that I do not have permissions to download that tool. What should I do???

Former Member
0 Kudos

Pravani, download the soapUI tool. It's free and really good..

If u want to test such (SOAP->RFC) scenario, export WSDL file of XI outbound interface and import it into soapUI. It can create SOAP requests automatically. Then just fill the values to your request & send. That's it. You can start testin

Peter

Former Member
0 Kudos

hi pavani,

down load SOAPUI here...

http://sourceforge.net/project/downloading.php?group_id=136013&use_mirror=superb-west&filename=soapU...

down load free XML spy here...

http://www.altova.com/download/xmlspy/xml_editor_enterprise.html

u can use both.... but XML spy is very good..... i mean usr frndly....

regards

biplab

Former Member
0 Kudos

hi pavani,

do not forget to create the WSDL in your integration ID->tools->Define WebService and save it locally.

After that, download the SW (i am using XMLSpy and seems good) and create the soap request (SOAP menu) by opening the WSDL file, check the request parameters and send the message after having introduce soma valuable data.

It should work

Regards,

david

Former Member
0 Kudos

Hi David,

I do not have XmlSpy and I am unable to download that software to my system also.Can you please send me the software to my mail id: pavanikumari_k@satyam.com

Former Member
0 Kudos

hi pavani,

sorry... i guess no one can send u the setUp for XML spy..... as it is more than 50 MB....

u can try.....

SOAP SCOPE

http://www.mindreef.com/products/soapscope/eval.php

<b></b>

Former Member
0 Kudos

HI,

Please Go through these one it will be help full for u.

http://help.sap.com/saphelp_nw04s/helpdata/en/29/5bd93f130f9215e10000000a155106/content.htm ---Receiver SOAP Adapter Cinfiguration

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step ---Configuring the Sender RFC Adapter

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009 ---Troubleshooting - RFC and SOAP scenarios

Regard's

-Prabhakar.A

former_member181985
Active Contributor
0 Kudos

hi,

test if from XML Spy. You can download trial version from net.

Thanks

Gujjeti