Skip to Content
0
Former Member
Mar 20, 2015 at 09:54 AM

SAPI PI .4 Interface not creating target message

97 Views

Hi,

We have a new SAP PO installation. This is the first time I have worked on a single stack PI system.

In order to ensure everything is configured I am creating some test interfaces. I am working on a file to proxy interface, but I am using the Test Tool on the browser to start the interface.

I am getting this error.

java.io.IOException: HTTP Error response for SOAP request or invalid content-type.; HTTP 500 Internal Server Error

Now looking at the message monitoring, I dont think it is creating a target message, but I do not know why. I do not know if it is something I have done in the interface or something with the set up of PI itself.

Maybe it is something with the Integration Config. I have set the correct outbound and inbound interface and the relevant operation mapping.

The payload I am using is simple (and below).

<?xml version="1.0" encoding="UTF-8"?>

<ns0:MTTest xmlns:ns0="http://ricardo.com/account">

<field1>stuff</field1>

</ns0:MTTest>

I would be grateful if someone could provide me with some pointers on how to go about resolving this.

Thanks

Martin