cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL connection to call a Webservice --urgent

Former Member
0 Kudos

Hi ,

1) Created a interactive form in using form builder

2) The form is genearted and the the purpose is to save the data in a online mode from a PDF forms directly .

3) an RFC FM is created in backend and planning to invoke this from the PDF forms .

code has been written in click event of a regular button (Control Type = Regular).

In this example I use my function module ZHRABAM_ECHO_STRING which can be called as a web service which genrates a XML .. This XML will be tracked by my FM now I have created a webservice in SAP ABAP .

what all I need to do in PDF form to get the call to webservice invoked ...

1) as far as I know I need to create data conncection ( but I find 2 options )

a) Creating a data connection to a WSDL file

b) Creating a data connection to an XML schema and XML data files

which one should I use for my scenario and if so what all needs to be done . I mean how will option a or option b work .. pls explain in detail .. I am not gtg confused in reading the documentation

urgent help will be appreciated

Regards

Abhilash

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Abhilash,

I don't understand where is your problem. You write you are able call RFC FM from an adobe form and you are able send xml data to this RFC FM. It's all you need (in adobe side). Now you must only write in RFC FM a code which will process sended xml data.

Regards

Michal