cancel
Showing results for 
Search instead for 
Did you mean: 

Error when testing a web service created in XI

Former Member
0 Kudos

Hi experts,

I created a web service in XI to execute a RFC and return its result, but when the WSDL file is tested in XMLSpy, the below error is returned:


<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
	<SOAP:Body>
		<SOAP:Fault>
			<faultcode>SOAP:Server</faultcode>
			<faultstring>System Error</faultstring>
			<detail>
				<s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
					<context></context>
					<code>RCVR_DETERMINATION.MESSAGE_INCOMPLETE</code>
					<text>Message is incomplete. No Sender found</text>
				</s:SystemError>
			</detail>
		</SOAP:Fault>
	</SOAP:Body>
</SOAP:Envelope>

It's the first time I use XI, so I've no idea of which extra details I should provide to give a better description of my problem.

Thanks in advance,

André Ramos Souza

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Satish,

The Receiver Determination was created, but I've no idea on how to see the message in sxmb_moni (I'm not sure, but very probably I don't have access rights to this).

Thanks in advance,

André Ramos Souza

Former Member
0 Kudos

Souza,

If you see the message

<code>RCVR_DETERMINATION.MESSAGE_INCOMPLETE</code>

<text>Message is incomplete. No Sender found</text>

It is complaining baout recceiver determination incomplete or no sender agreement. So please check all your ID objects once again.

---Satish

Former Member
0 Kudos

Hi Guys,

I am facing the same problem. can somebody tell me how did you solve this issue

RCVR_DETERMINATION.MESSAGE_INCOMPLETE

Message is incomplete. No Sender found

Thanks,

raj

Former Member
0 Kudos

Hi Guys,

I have resolved the issue, it was because xml spy was not replacing the &amp; to just &. I replaced &amp; by only & and i was able to see the reponse.

Thanks,

Raj

Former Member
0 Kudos

Hi Guys, i had this problem, and solution was replaced &amp; by only &

Former Member
0 Kudos

Souza,

Have you cretaed your Receiver Determination for your integration? Also do you see the message in sxmb_moni?

---Satish