cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to access abap webservice

Former Member
0 Kudos

Hi All,

i m not able to access abap webservice in interactive form,i m using designer 7.1,when i m giving the wsdl of abap webservice ,its giving error like wsdl is not correct, but when i m saving this wsdl in local system then i m able to create data connection,but at run time when we press the button its giving the error not able to connect with the given wsdl.

please tell what i m doing wrong.

note:- i m able to access java webservice successfuly.

Thanks and Regards

Trilochan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Trilochan,

Did u take a copy of wsdl file from soamanager or from wsadmin transaction.

Check if ur wsdl file has service details, port details, binding details then only i think it'll work.

or else if u r able to create a dataconnection but not able to execute it properly, first of all check the authentication profile of the webservice in se80 transaction. If that is basic or none, then on the click event of the webservice execution button, write the following code:


var cURL = u201Chttp://webservice " ; ( e.g. This is Web Serviceu2019s URL)

var Service = SOAP.connect(cURL);

xfa.connectionSet.DataConnectionName.execute(0);

Hope this helps,

Thanks,

Amita

Answers (0)