cancel
Showing results for 
Search instead for 
Did you mean: 

soap url

Former Member
0 Kudos

hi

can any one please tell me the url to be used while testing the request messgae using soap client.

Thanks

Accepted Solutions (0)

Answers (7)

Answers (7)

aashish_sinha
Active Contributor
0 Kudos

HI,

Use this url to test ;

http://myurl:port/XISOAPAdapter/MessageServlet?channel=:service:channel

and then Specify Sender Interface or reuest message.

Hope this will help you.

Regards

Aashish Sinha

PS : reward points if helpful

nikhil_bose
Active Contributor
0 Kudos

for SOAP sender channel:

http://<server>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:channel

if you are not using party, you can skip <party>

i.e. channel=:<serv>:<chanel>

Former Member
0 Kudos

Hi,

Please Look into thins link

URL ::

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9b16d790-0201-0010-4e9bbaa5f4283...

How to Test:::

/people/community.user/blog/2006/09/19/xi-webservice-studio--a-plain-jane-soap-tool

/people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services

Regards

Seshagiri

Edited by: N V Seshagiri on Dec 20, 2007 8:41 AM

Former Member
0 Kudos

hi..

PLz chk this link

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

THAnks

MAnas

Former Member
0 Kudos

Hai Hema,

>>>can any one please tell me the url to be used while testing the request messgae using soap client.

You wont require any URL while testing the webservice.

You require the following things when you are defining the webservice:

1) Specify URL of webserver

Sample URL : http://<servername>:<port>/XISOAPAdapter/MessageServlet?channel=<Communication_Channel_name>:<Sender...;

2) Specify Sender Interface or reuest message

3) Specify the sender

XI generate wsdl file for your request message once you define the webservice as specified above.

Use any webservice client or XMLSpy to test this webservice.

Regards,

Govada Chand.

Former Member
0 Kudos

Hi Hema,

There is no need of any URL whenever u r sending request from SOAP client or XML spy....

I guess u need the URL for that is needed while creating WSDL in ID.

The format is

http://url:port/XISOAPAdapter/MessageServlet?channel=:service:channel

Regards

Biplab

Former Member
0 Kudos

Hi,

Which url are you referring to?

Can you please elaborate.?

If it is a url for the sole purpose of testing just go to google and type calculator webservice.

Copy that wsdl and you can use this wsdl for testing.This webservice takes two numbers nad its response is the addition of the two numbers.

If you want to create a webservice just go to your configuration , go to tools and then go to DEFINE WEBSERVICE which is wizard which helps create your wsdl.

Reward points if useful.

Thanks ,

Sidhvin

Former Member
0 Kudos

Hi,

See these links:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f...

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

Regards,

Divija.