cancel
Showing results for 
Search instead for 
Did you mean: 

the problem of soap url?

xinjiang_li
Active Participant
0 Kudos

Hi,gurus:

My scenario is soap to rfc.I selected xmlspy as soap client.

When I clicked "send request to server",it said" no channel found for the specified party, service, and channel name",and "error sending the soap data".

The soap url is like this:

http://<host>:8001/XISOAPAdapter/MessageServlet?channel=:BS_FTPSERVER:CC_SOAP

I runned it in the web browser,and it returned "Message Servlet is in Status OK".So I think it may not be the cause of soap url,but why did the error occured?

Any help will be appreciated!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

First generate the wsdl file

from wsdl file use the location url.

for example url shd be like below

location="http://inbdq-s-xd1:8001/sap/xi/engine?type=entry&amp;version=3.0&amp;Sender.Service=bs_soap&amp;Interface=http%3A%2F%2FB2B_ECC2FILE_Part2%5EB2B_Soap"

Answers (4)

Answers (4)

dharamveer_gaur2
Active Contributor
0 Kudos

you r correct that there is no problem with your SOAP URL.

do one thing :

create web service again and put proper parameter then run again.

once check parameter while creating web service :

http://help.sap.com/saphelp_nw04s/helpdata/en/fc/5ad93f130f9215e10000000a155106/frameset.htm Adapters

xinjiang_li
Active Participant
0 Kudos

Previously,the business service was not a new business service,that is to say,I used "add to scenario".

After creating a new business service ,the problem was solved!Thank you all!

former_member192295
Active Contributor
0 Kudos

HI,

Try below mention URL with ur parameters, it will work

http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>;

If problem is still same better to create again WSDL and test it, i think in WSDL communication channel name might be wrong.

Former Member
0 Kudos

hi,

Soap to rfc using BPM[;

Soap to Rfc -Settings to be done

[;

can refer to this thread also :[;

Regards.

Siddhesh Naik

Former Member
0 Kudos

hi

check the port (J2EE PORT)specifief in the url

regards

kummari

Edited by: kummari on Sep 11, 2008 11:43 AM