cancel
Showing results for 
Search instead for 
Did you mean: 

Calling URL in webdynpro

Former Member
0 Kudos

Hi Experts,

Am new to webdynpro abap.

In my webdynpro programs I have called the function modules. But now I want to replace that FM by that web service. Is it possible? If possible please send some guidelines...

Thanks in advance.

regards,

Chella

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Chella,

Please go through below documents :

Publish Webervice in ABAP, Consume Webservice in ABAP and Adobe Flex.

http://wiki.sdn.sap.com/wiki/display/EmTech/PublishWeberviceinABAP,ConsumeWebserviceinABAPandAdobeFlex.

Web Services Development in ABAP - Video Series

[original link is broken]

Calling a web service in ABAP that validates an email id - Without Creating Proxy

http://www. sap technical . com / Tutorials / Others / Validate E m a i l I D / Webservice.htm

Consuming a Web Service - SAP Help Documentation

http://help.sap.com/saphelp_nw04/helpdata/en/bf/d005244e9d1d4d92b2fe7935556b4c/frameset.htm

Thanks,

Prashant

Former Member
0 Kudos

>

> Hi Experts,

>

> Am new to webdynpro abap.

> In my webdynpro programs I have called the function modules. But now I want to replace that FM by that web service. Is it possible? If possible please send some guidelines...

>

> Thanks in advance.

>

> regards,

> Chella

Hallo Chella,

You caption is misleading.

Calling a url is possible in WDA.

If you want to consume a webservice and replace the function module would not be possible directly. They are entirely different.

You need to generate a proxy class for the wdsl . I think that is already stated in this forum.

Former Member
0 Kudos

Hi Chenna

Please go trough this u get better idea...

/people/kumar.prashant4/blog/2006/07/14/using-rfc-as-webservice-in-webdynpro

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/244e7923-0a01-0010-5887-fe0b0c6db...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/30f1b585-0a01-0010-3d96-ad0...

Thanks,

Kris.

gill367
Active Contributor
0 Kudos

first you need to create web service proxy class to consume the web service in the abap.

then use service controller creation to use that web service in the web dynpro application