cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP receiver adapter error

Former Member
0 Kudos

Hi all.

I have create a FM ZRFC_FILENUMBER on R/3 side. Then i created webservice in the R/3 itself for this RFC. It gave me WSDL file. I have loaded this WSDL file in XI external definitions.

In the receiver adpater configuration i am using the URL as specified in the file.

e.g.: http://erpdevmil.xyz.in:8001/sap/bc/srt/rfc/sap/ZRFC_FILENUMBER?sap-client=200&wsdl=1.1

I have tried using XML spy. It works fine,communicates with R/3 and sends data back. All well. But doesn't work in actuall scenario.

Acutal scenario is : Created Proxy in R/3 side and sending data to this webservice and expects data back from webservice. Here it fails.

In audit log it shows as follows :

Success SOAP: request message entering the adapter with user J2EE_GUEST

Error SOAP: call failed: java.net.ConnectException: Connection timed out: connect

I have gone through lots of blogs and threads. As per experts, checked the URL and operation name N number of times. Now want something which can solve my problem . Please it's urgent.

Thanks in advance.

Regards,

Kavan Shah

Accepted Solutions (0)

Answers (1)

Answers (1)

prateek
Active Contributor
0 Kudos

U can trace ur SOAP call with the tool TCPGateway.

/people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway

In the request and response section of the TCPGateway trace, u ll view the appropriate error.

Also make sure that ur webservice is accessible in the network from XI.

Regards,

Prateek