cancel
Showing results for 
Search instead for 
Did you mean: 

Web service Call failed

former_member614185
Contributor
0 Kudos

Hi,

When I try to post some messages to Web service, Follwing Error displayed is the Receiver SOAP communication channel,

No description available except the following message

Requet entering and Call failed.

What could be the problem?

How can test the connectivities between XI server and Web server?

Edited by: Prabu M on Jul 30, 2008 9:11 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi !

just check in SMICM transaction, whether your sevices are running properly - go to Goto services and check the services..........check the connection parameters to your web-service server from your XI server.

try to reconfigure alert carefully... Alert must be for errror in adapter

Regds

Abhishek

former_member614185
Contributor
0 Kudos

Hi Abishek,

We are using external web server. Do i need to activate any services in ABAP stack?

If so please let me know the service name.

prateek
Active Contributor
0 Kudos

No. There is no specific format of url. U can check the same url in the wsdl provided to u by the receiver system.

Do i need to activate any services in ABAP stack?

Usually no such step is required. When u goto transaction smicm -> Menu Goto -> Services, u should see ur http service active.

Regards,

Prateek

former_member614185
Contributor
0 Kudos

Thanks Prateek,

The URL which I received doesn't contain ?wsdl at the end of URL.

The URL should display WSDL page of the Web server, Is that right Prateek?

prateek
Active Contributor
0 Kudos

Usually yes.

But as i said earlier, u must have received a wsdl file from ur receiver side. Open it and scroll till bottom. There u will find the url which can be directly used in XI.

Regards,

Prateek

Former Member
0 Kudos

hi

open the wsdl file that u receive and check for

<soap:address location="----


">

here you will get your url. the same url you need to maintain in your receiver soap adapter.

Kasturika

Former Member
0 Kudos

Hi,

Just check the link. This describes the step by step method for webservice to file. May be it will be helpful for you.

-


RFC-Webservice Part1

-


RFC-Webservice Part2

Regards,

Nutan

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

Please check the URL that you are giving in receiver soap adapter and also check the Soap action.

Regads

Kasturika

prateek
Active Contributor
0 Kudos

U may check the following:

1. Ping the webserver from XI server.

2. U may try to open the wsdl from the explorer directly.

3. Check if the firewall port is open to ur receiver webservice.

4. Proper soap action and url is provided.

Regards,

Prateek

former_member614185
Contributor
0 Kudos

Prateek,

Is there any specific format for the Web ervice URL

Former Member
0 Kudos

Hello

you can use XMLSPY to check the working or response of the webservice .

Regard's

Chetan Ahuja