cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices SOAP query

Former Member
0 Kudos

Hi,

I have created a Webservice model in webdynpro using a WSDL file. when i call -

<b>wdContext.currentRequest_OrderCreateHTTP_OutboundSynchMI_orderCreateHTTP_OutboundSynchMIElement().modelObject().execute();</b>

the execute() it sends the request with the values set. I want to know the format in which this request is sent - whether it is a HTTP or a SOAP request. The WSDL file states the binding to be SOAP. Does this mean that the execute method will on its own generate the SOAP message(SOAP envelope,SOAP body etc) or do we have to explicitly code it separately.

- Ashwini.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Ashwini,

The execute method does it all for you, if you are curious to see how the request is send and how you receive the response (in short how the SOAP message gets generated), replace the servername to that of WAS server at your end.

http://<servername>:<port no>/wsnavigator/enterwsdl.html

Enter your wsdl there and test it.

Best regards,

Dharmi