cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP message is modified when it arrives in PI

Former Member
0 Kudos

Hi Experts,

I am currently having an issue with a PI web service interface.

3rd party is sending an xml to PI via SOAP web service.

Somehow, the date/time field gets populated in between.

The file is sent from 3rd party without date/time.

The xml arrives in PI with date/time.

Is there a configuration in the PI web service which defaults the date/time?

Thanks,

Michael

Accepted Solutions (0)

Answers (4)

Answers (4)

anupam_ghosh2
Active Contributor
0 Kudos

Hi Michael,

                  Please use external tool such as SOAP UI to send data to the the PI scenario without date and time. Check if gets populated in the target on its own. Ideally it should not. [To be able to send data to SAP PI you need to expose PI as webservice, generate the wsdl. Check this Generating Web Service From PI - Contributor Corner - SCN Wiki  ]

Regards

Anupam

Harish
Active Contributor
0 Kudos

Hi Michael,

AFAIK - PI will not populate the data in incoming message. I would suggest to test the same message (without date time) from SOAP and verify.

regards,

Harish

Former Member
0 Kudos

Thank you Harish!

Former Member
0 Kudos

Hi,

Date and time is added in SOAP Header? can you pls give example to understand further.

thanks

chirag

azharshaikh
Active Contributor
0 Kudos

Hi Michael,

PI will not add any time-stamp by default as such.

Are you using the WSDL shared by 3rd party or you have created one in PI?

The time-stamp might be appearing in Header section from the Sending system.

Please check if there is any changes in the XSD structure recently for this file.

Regards,

Azhar

Former Member
0 Kudos

Thank you Azhar!

Appreciate the reply.