cancel
Showing results for 
Search instead for 
Did you mean: 

How to call webservices in webdynpro abap

SatyaGade
Explorer
0 Kudos

Hi Experts,

My requirement is I have to call an URL by exporting an XML file to that URL I have to import an XML file again i .e nothing but I have to send request file in the form of XML and need to get response in the form of XML file from the URL .This total execution should be finished by clicking a button in webdynpro ABAP.

Regards,

Satya.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Satya,

You may try to find the sample code as follows:

1. Goto Transaction se80

2. Select "package" --> enter "SWDP"

3. goto "embedded packages" --> "SWDP_DEMO" --> Web Dynpro

Here, you will get demo applications. Find the most appropriate demo application and try to customize the code according to your requirement.

Best Regards,

Raju MJRK

Former Member
0 Kudos

refer this thread [|]

SatyaGade
Explorer
0 Kudos

Thank you for ur reply ,my requirement is how to import and export a file from URL.So help me how to use webservices or send me the code how to call url and how to send file to that url.