cancel
Showing results for 
Search instead for 
Did you mean: 

URL in defining web service!!

Former Member
0 Kudos

I am using SOAP-XI-RFC scenario.

I want to confirm that Whether I am connecting with the same CRM system, where I am putting some test data or not?

For that, I want to know what is this URL, which i fill in when I 'Define the web service' in Configuraiton?

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

I understand this 'channel=:service:channel' part,

but what should host, port, XISOAPAdapter, MessageServlet in 'http://host:port/XISOAPAdapter/MessageServlet' ??

N.B.: I use the proposed URL. "http://iccxi.sap.com:50080/sap/xi/engine?type=entry&version=3.0"

Thanks,

Narendra.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi Narendra,

Never use the proposed URL !!!!

Use

"http://server:port/XISOAPAdapter/MessageServlet?channel=:service:channel"

in your case

where server = iccxi.sap.com

port = 50080

service\channel = what ever you have defined in ID

hence

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

cheers,

Naveen

Former Member
0 Kudos

Thanks Naveen,

service\channel means

SenderService\Sender Communication Channel ??

Narendra!

Former Member
0 Kudos

Hi Narendra,

at a look at my weblog

/people/sap.user72/blog/2005/11/17/xi-controlling-access-to-sensitive-interfaces

in this weblog i do have a figure of a service , communication channel. this will give you an idea of what to look for in Integration directory to figure out what are your corresponding values in your scenario.

so from my example in the weblog here is how the url will look

http://server:port/XISOAPAdapter/MessageServlet?channel=:TEST/SenderSOAP_test

cheers,

naveen

Message was edited by: Naveen Pandrangi

Former Member
0 Kudos

Hi Narendra,

Yes, you are right

Regards

Vishnu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Narendra,

The host and port are the from you XI Server (the server's host and port).

XISOAPAdapter & Message servlet are hardcoding as it is

Not tried "propose url", but i hope that should not cause any trouble in calling your webservice thru ws client

Hope this is the information you required

Regards

Vishnu

Former Member
0 Kudos

Thanks Vishnu,

I think i need more understanding in "Channel=party:service:channel" part then. Because I am still getting "Server Error".

When I try to use that URL in IE I get the following message:

"Message Servlet is in Status OK

Status information:

Servlet com.sap.aii.af.mp.soap.web.MessageServlet"

and bla bla bla

So, host:port is done I feel.

Regards,

Narendra.