cancel
Showing results for 
Search instead for 
Did you mean: 

Testing wsdl

deviprasad_pothireddy
Active Participant
0 Kudos

Hi all,

I am using help from this weblog

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

/*

Override the default URL with following while generating WSDL using web service wizard. http://host:port/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<channel>;

If party is not used then use the following URL. http://host:port/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>; */

can any body please tell me how to know the host name and port number.

i have seen the proposed url is http://iccxi.sap.com:50080/sap/xi/engine?type=entry

and override this one as

http://iccxi.sap.com:50080/XISOAPAdapter/MessageServlet?channel=:AVONPDP:s_ch1

when i was testing wsdl it's giving error as

<SOAP:Fault>

<faultcode>SOAP:Server</faultcode>

<faultstring>Server Error</faultstring>

<detail>

<s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">

<context>XIAdapter</context>

<code>ModuleUnknownException</code>

<text><![CDATA[

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>and override this one as

http://iccxi.sap.com:50080/XISOAPAdapter/MessageServlet?channel=:AVONPDP:s_ch1

open transaction SXMB_IFR from XI

and a page will open

you the server and port that is used on that page

Regards,

michal