cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service based Model to send SOAP request

Former Member
0 Kudos

Can someone tell me how is it that my webdynpro application using a Web Service based Model send SOAP request to XI.

I know how to create the Webservice model using the WSDL file. how do I take it forward from here? (i.e Send SOAP request )

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Ashwini,

Read these tutorials.

<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/webas/webdynpro/tutorial%20on%20accessing%20an%20email%20web%20service%20-%206_0_.htm">Tutorial 6</a>

<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/webas/webdynpro/tutorial%20on%20accessing%20the%20car%20rental%20web%20service%20-%207.htm">Tutorial 7</a>

You simply have to use the WS interfaces as mentioned in these tutorials.

Bala

Former Member
0 Kudos

Thanks Bala,

I have followed the steps as mentioned in the tutorial.

The doubt I have in mind is when I make the Webservice call using the execute() - will a SOAP message automatically be generated ? Or do I have to generate this in my code? - as I am supposed to be sending a SOAP request.

-Ashwini

Former Member
0 Kudos

Hi Ashwini,

As far as I know you don't have to create/write a SOAP request. WebDynpro takes care of it. After all, you can always execute the modelObject and see for yourself the result.

Bala