cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in testing SOAP receiver adapter using SOAP UI

former_member185846
Active Participant
0 Kudos

Dear Experts,

I'm trying to test my SOAP receiver adapter as mentioned in the blog http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/21844. [original link is broken] [original link is broken] [original link is broken] But, my request from ECC proxy keeps failing in XI communcation channel monitor. I've configured my receiver adapter http://ip:8080/mockSoapHTTPBinding and kept the authentication as NONE. Can any of you suggest?

ip - is my system ip shown in ipconfig.

mockSoapHTTPBinding - is the path.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What is the error of the messages? Are the messages leaving the SOAP adapter?

Please try both:

1. Go to Runtime Workbench -> Component Monitoring -> Adapter Engine -> Test message. Then, execute the message directly without the intermediate of the Proxy sender. This will allow you to check only the receiver SOAP.

2. Please use the TCPGateway tool attached from the note below. It will be a "man-in-the-middle" between the target WS and the Receiver SOAP channel, tracking the whole HTTP/SOAP message. Check if the message is well-formed.

[Note 856597 - FAQ: XI 3.0 / PI 7.0 / PI 7.1 SOAP Adapter|https://websmp230.sap-ag.de/sap(bD1wdCZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=856597]

under question "Q: How can I trace the whole message?"

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

In the blog the port is mentioned as 8088 in the screenshot while 8080 in the URL....not sure if this is cause of your error.

BTW what error are you getting....you did not mention any more details!

former_member185846
Active Participant
0 Kudos

Hi Abhishek,

I configured the similar port 8088 in both XI and SOAP UI. The error displayed in comm channel is Message processing failed. Cause: java.net.ConnectException: Connection timed out (errno:238). I think XI is unable to recognise my local machine? Or is it the authentication issue? Any guess?

Thanks,

rajasekhar_reddy14
Active Contributor
0 Kudos

>

> I configured the similar port 8088 in both XI and SOAP UI. The error displayed in comm channel is Message processing failed. Cause: java.net.ConnectException: Connection timed out (errno:238). I think XI is unable to recognise my local machine? Or is it the authentication issue? Any guess?

java.net.ConnectException: comes when PI system unable to identify local system.take help from Admin to open port.

Regards,

Raj

former_member185846
Active Participant
0 Kudos

Thanks all. It was the firewall issue in my local machine. When I disabled my local firewall, it started working.

Thanks again.