cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL: Server Error

Former Member
0 Kudos

Hi,

I have SOAP-XI-RFC scenario.

I generated a WSDL, and using it as a webservice from my ASP (local) application.

My URL for connecting to xi server is:

http://xiServer:xiPort/XISOAPAdapter/MessageServlet?version=x.0&Sender.Service=MY_SERVICE&Interface=...

I am getting this error. SERVER ERROR in my localhost application.

In rwb also there is no error logged for this event.

What am I missing?

any problems with URL or something else in my application.

:::ERROR::::

=========

Exception :Server Error

StackTrace--> at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message,

WebResponse response, Stream responseStream, Boolean asyncCall)

at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

=========

Thanks,

Narendra.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Narendra,

please try this as target URL.

http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel

thanks

sharmistha

Former Member
0 Kudos

Hi Shartmistha,

I tried using

channel=senderService:senderCommunicationChannel

but still getting the same error.

Is the ":" significant here??

Regards,

Narendra.

Former Member
0 Kudos

Hi Narendra,

If you don't have any party,

then use channel=:senderService:senderCommunication channel.

If you still get the error, look at this post

Former Member
0 Kudos

Ok,

Lets go this way.

First, Is it okay if I test WSDL in my http://localhost (ASP.Net) Application?

I am following scenario in weblog of Sudhir.

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2131 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]

I am missing something in URL part.

I get this message "Message Servlet is in Status OK"

when I try this URL directly in IE.

But when I run the (ASP.Net) application it fails !!

Regards,

Narednra.

No response till now...

Message was edited by: Narendra Jadeja

Answers (0)