cancel
Showing results for 
Search instead for 
Did you mean: 

Sending XML from PI to MII thru SOAP

senthil_kumar44
Participant
0 Kudos

Hi,

We are using MII 14. We have one issue while sending XML content from PI server to MII thru SOAP.

We are not able to receive the content while sending from PI to MII. While sending the content, it trigger the transaction in MII but not able to receive any content.

But this is working while calling from any SOAP UI, web service but not from PI server.

Also we tried this by using WSDL url and SOAPRunner. But both failed.

In WSDL url, it showed error as Envelope not found in PI log. In SOAP runner, it shows success but not received any content.

We used CDATA also but no success.

Can you please tell what is the problem and how to proceed it?

Thanks,

Senthil

Accepted Solutions (0)

Answers (1)

Answers (1)

shaji_chandran
Participant
0 Kudos

Hi Senthil,

Have you wrapped your message inside SOAP Envelope? Are you sending the message to MII MessageListener or custom transaction?

Thanks

Shaji

senthil_kumar44
Participant
0 Kudos

Hi Shaji,

Yes. Message is wrapped inside SOAP envelope. It is sending to message to MII transaction.

The URL is like this:
<server>:<port>/XMII/SOAPRunner/<Transaction path>

Thanks,

Senthil