cancel
Showing results for 
Search instead for 
Did you mean: 

RCVR_DETERMINATION MESSAGE_INCOMPLETE

Former Member
0 Kudos

Hi Gurus,

i am facing a problem with PI 7.0.

I try to call an Endpoint in the PI, which i got by "Web Service Definition" Wizard at the Configuration Runtime. The WSDL gives me the following endpoint

http://xitest:8000/sap/xi/engine?type=entry&version=3.0&Sender.Service=SOAP_EIP&Interface=http://tes...^SmartMeterMeterReadingDocumentERPCreateConfirmation

The problem is that the PI does not interprets the Sendernamespace and Senderinterface (which is separated by the char ^ ).

In the SXI_MONITOR i see

Sender-Service = SOAP_EIP (korrekt)

Sender-Namespace = http://test.de/ami^SmartMeterMeterReadingDocumentERPCreateConfirmation

Sender-Interface = (initial)

Can you tell me why it can not separate the namespace from the interface?

This is not a error because of the &

Thank you in advance!

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

You can manually edit it....any specific reason of by-passing the AE and hitting the IE directly.....if you make use of Propose URL option then you can send the message to IE (which you have used)....in case if more info is required:

/people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine

Regards,

Abhishek.

Former Member
0 Kudos

Hi Thanks for you answers,

but i already tried both and nothing helps. I am testing with Soap UI, which converts the special chars automatically.

I am thinking that the Parsing of the URL is somehow wrong.

Best Regards

Udo

Former Member
0 Kudos

HI,

Try using Target URL as http://<hostname>:<port>/ XISOAPAdapter/MessageServlet? channel=

<party>:<service>:<channel> wihtout interface name and namespace. Its not mandatory you need to have both in the target URL.

regards,

Vineetha.

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

use %5E instead of ^

Edited by: Stefan Grube on Apr 23, 2010 10:01 AM