cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP-XI-RFC Scenario

Former Member
0 Kudos

Hi Friends,

I have a SOAP-XI-RFC Synch Scenario. I m trying to call the webservice through a testing tool. I m getting an error in sxmb_moni as RCVR_DETERMINATION">NO_RECEIVER_CASE_BE.

But I have checked the reciever determination and it is defined correctly. I checked in RWB, message monitoring. I think m supposed to see my RFC in the reciever interfaces list. But its not there. Do I have to refresh somewhere so that my RFC will be active in XI?Is that the problem with my scenario?

Please help me find out the issue. Its urgent.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anjana,

please check your WSDL url on the clien system that means where you create the WSDL.

if it is givinf you output as Message servlet is ok. then your wsdl is correct.

this error is only due to wrong WSDL, look for your sender system in SWDL Soap Address tab.

Thanks & Regards

Kunaal

Former Member
0 Kudos

Thanks so much Kunaal. The problem was with the URL. The URL is supposed to be in a specified format and I had given it wrong. Now its working. Thanks a lot.

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

check the sender system , sender interface and sender namespace of your message in MONI. Is this what you have configured your Receiver Determination for?

Also, make sure that the Sender SOAP adapter has the correct values for the Sender Interface and Namespace, it is also possible that you have swapped the namesapce and the message interface in the sender soap adapter as unlike other adapters, the Sender SOAP adapter has the order of these parameters exchanged.

Regards,

Bhavesh

Former Member
0 Kudos

Thanks Bhavesh.

I checked my sender SOAP Adapter. Interface and namespace are correct.

But in the message in MONI I could only see the sender namespace and not the interface. Is there any other configuration to be done.

This is the inbound message I got in MONI.

<MT_STAR_REQUEST xmlns="urn:bechtel.com:STARSAP:ED" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ITEM><POSITID>50039718</POSITID></ITEM></MT_STAR_REQUEST>

Is this because of any error in testing?I used SOAP client for testing.