cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

I have configured the SOAP receiver with the target URL as the soap address location from the wsdl. And it looks like below:

when i test from soap ui, I get the response and also stops at the break-point on the service side.

But, while testing it from the rwb, it doesn't stop at the break-point and gives the below error:

And, this is how my test message from the rwb looks like:

Can you please let me know, what am I missing here.

Thanks,

Sai

0 Likes
View Entire Topic
Former Member
0 Likes

Hello Sai,

what is the sender adapter?

And if your triggering Sync scenario change the quality of service to Best Effort and try.

former_member190996
Participant
0 Likes

Hi Raghuraman,

the sender is JMS, but I'm only testing the inbound from rwb. It's the same error with the Best Effort as well.

Former Member
0 Likes

Hello Sai,

From PI if the messages are not reaching WS then it could be problem with some port/firewall or proxy settings.

Ensure if the conenctions are open from PI to WS with the help of basis team.

former_member190996
Participant
0 Likes

I can telnet to the ws hosted system with the ip and port from the pi server, check below:

No issues with the connectivity!!

Former Member
0 Likes

Check the below guide and see if it helps

and testing from SOAP UI?are you sending via PI or calling WS directly?