cancel
Showing results for 
Search instead for 
Did you mean: 

problem in soap to file scenario

Former Member
0 Kudos

Hi all,

when iam trying to do soap to file scenario, iam getting this error in the xml spy and aswell as in RWB also.

in my communication channel monitoring it is showing my sender communication channel is inactive.

<code>RCVR_DETERMINATION.MESSAGE_INCOMPLETE</code>

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

please help me out,

regards,

Madhav

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

You must override the URL that has been generated in your WSDL.

The first request directly routs the request to the integration server. In such cases the sender agreement is not created and RCVR_DETERMINATION.MESSAGE_INCOMPLETE error occurs.

In the second case,the message reaches the Adapter Framework where the messaging servlet constructs the Sender agreement and sends it to integration server.

refer to weblog /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services how to test XI exposed Webservices.

Please refer below discussions

Thanks

Swarup

Former Member
0 Kudos

1)The Outbound Interface name and namespace have to be provided in the Sender Channel configurations. These details can be obtained from the outbound message Interface that has been designed during Design time.

2) check the adapter status is active and also check the receiver determination

Former Member
0 Kudos

madhav poosarla ,

According to given error..

it is clear that there is some problem in Receiver determination..

where it is unable to identify sender system..

possible checks..

Check once your ID steps..

from Business system to receiver determination..

Especially you comminication channel and let us know the status..

and also let us know how you created your soap sender system.

Regards,

Ramesh.