cancel
Showing results for 
Search instead for 
Did you mean: 

call the webservices in webdynpro ABAP.

Former Member
0 Kudos

Hi,

I have WSDL file. please tell me the procedure how to call webservices in webdynpro -ABAP.

Thank you

neelima

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi neelima,

Refer This,

<b>Consuming XI Web Services using Web Dynpro</b>

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3593. [original link is broken] [original link is broken] [original link is broken] [original link is broken]

<b>Web service related scenario with XI</b>

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/336365d3-0401-0010-9884-a65....

(Reward Points If helpful)

Regards

Nandha.

Former Member
0 Kudos

Hi Chidipotu.

WITH XI,

load WSDL in XI. In XI Create In and outbound message interfaces.

Go to SPROXY of system where WDA should call WSDL.

generate Class around the OUTBOUND interface created in XI in step above.

Call the outbound method on this class.

Check the DOCU of XI or get XI consultant help.

Without XI.

SE80 -> Other object

Goto enterprise services tab.

Select Create client proxy and follow the wizard steps.

This generates a class.

This class is called from WDA.

Cheers

Phil.

mohammed_anzys
Contributor
0 Kudos

Hi Neelima,

You need to create a proxy connection to access go through the link

http://help.sap.com/saphelp_nw04/helpdata/en/ba/f21a403233dd5fe10000000a155106/frameset.htm

Thanks

Anzy