cancel
Showing results for 
Search instead for 
Did you mean: 

Error while calling a web service in web dynpro through XI

Former Member
0 Kudos

Hello,

I was following a blog for Invoking Webservices using SAP XI

/people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi

I have done all the steps specified but when I import the wsdl file in web dynpro application and deploy the project I get the following error:

<b>"Exception on execution of web service with WSDL URL 'bankws_OUT_MI.wsdl' with operation 'bankws_OUT_MI' in interface 'bankws_OUT_MI'"</b>

where:

bankws_OUT_MI -


is the message interface name.

I have defined a web service in the integration reopsitory as follows:

<b>http://PEP:50000/XISOAPAdapter/MessageServlet?channel=:bankws:s_comm</b>

where

bankws --- service name

s_comm -


sender communication channel

selected 'bankws_OUT_MI' message interface from the given choices

'bankws_IN_MI' or 'bankws_OUT_MI'.

interface name: bankws_OUT_MI -


mesage interface name

Can anyone guide me how to proceed further. Also if possible can anyone send me some helpful documentation regarding how to call a web service in web dynpro through XI.

Thanks in advance.

Regards,

Imtool

View Entire Topic
Former Member
0 Kudos

Hi Imtool !

Does your XI webservice works ok when consuming it from outside WebDynpro? for example from a soap client like the open source soapUI ?

Regards,

Matias.