cancel
Showing results for 
Search instead for 
Did you mean: 

Calling an ABAP web service from a web dynpro

Former Member
0 Kudos

Hello,

I based my application on the: "Creating an E-Mail Client Using Web Dynpro's Adaptive Web Service Model" tutorial but when invoking the web service I get this type of error:


Exception on execution of web service with WSDL URL 'http://mySAPBackendServer:1080/sap/bc/soap/wsdl11?services=Z_MY_WEB_SERVICE&sap-client=XXX&sap-user=XXXX&sap-password=XXXX' with operation 'Z_MY_WEB_SERVICE' in interface '{urn:sap-com:document:sap:rfc:functions}Z_MY_WEB_SERVICEPortType'

Is this because I used Adaptive Web Service Model instead of Adaptive RFC Model? Or is it due to something else?

thanks a lot,

Tanguy Mezzano

View Entire Topic
Former Member
0 Kudos

if the RFC is not exposed as an Webservice ,you don't use adaptive webservice model to create model.

if it is a RFC you can use adaptive RFC method to create model.

with regards

shanto aloor