cancel
Showing results for 
Search instead for 
Did you mean: 

Pl find the error in ws to file scenario

Former Member
0 Kudos

all the information in IR and Id is given .

<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/>

<code>RCVR_DETERMINATION.MESSAGE_INCOMPLETE</code>

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

</s:SystemError>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member192343
Active Contributor
0 Kudos

such problem was solved in this thread

prabhu_s2
Active Contributor
0 Kudos

Hi Srinivas

There is config issue. Pls ensure the sender CC is configured which includes specifying the sender interface also. This will fix the issue.

thkx

Prabhu

Former Member
0 Kudos

Sender CC is configured and the sender interface is specified. Still not working I'm afraid...

Anything else I should look into?

Former Member
0 Kudos

>>Anything else I should look into

Look into the <b>Reciever Determination</b> object.

Check these details in SXMB_MONI

1. SenderService

2. Sender Interface

3. Sender Name space

There should be a mismatch between these details in SXMB_MONI and your Reciver Determination in ID.

Regards,

Jai Shankar

Former Member
0 Kudos

Thanks for the reply

Checked the monitor and the sender service appears as AnonymousClient

Also checked the receiver determinition without finding any faults.

Since I'm new to XI I really don't know what to do, any help is highly appreciated.

Regards

Per

Former Member
0 Kudos

Hi,

>>Checked the monitor and the sender service appears as AnonymousClient

What do you mean by anonymous client? Is it different from the one in the reciver determination?

If so you need to recreate the reciver determination object with correct details.

Regards,

Jai Shankar

Former Member
0 Kudos

Hi,

What I mean is that in the monitor, the entry for Sender Service is "AnonymousClient" and is indeed differnet from the service in the receiver determinition.

Could this indicate an error in the sender agreement perhaps?

Regards

Per Lindgren

Former Member
0 Kudos

Hello,

I'm new to XI and I experience the same problem. Get the exact same fault-message.

Checked the receiverdetermination but it all looks good to me.

Any suggestions?

Former Member
0 Kudos

It looks like there is an error in the configuration with your reciever determination. How did you set up your sending system, what do the communication channels look like?

Former Member
0 Kudos

In your reciever determination take a look at the sending service, the issue lies there I believe.