cancel
Showing results for 
Search instead for 
Did you mean: 

Tracing SOAP envelopes sent from receiver SOAP(AXIS) adapter PI 7.3 dual stack

former_member203641
Participant
0 Kudos

Hi,

I am working on the Proxy to SOAP synchronous interface on PI 7.3 SP4 dual stack server.

I have a query, if we can trace SOAP envelopes being sent from receiver SOAP(AXIS) adapter for verificaiton purpose.

I know few of the options below which i had used earlier but i am looking if I can dig into PI NWA to get the SOAP envelope by any means

a. Using xpi_inspector but can't use it

b. Using TOAD or Fiddler but can't use it

I also tried setting AXIS adapter to Debug mode but in log viewer I could not find the SOAP envelope. I viewed Development traces and System logs and traces.

Let me know if there is any standard settings available to trace the SOAP envelope.

Thanks,

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

iaki_vila
Active Contributor
0 Kudos

Hi Amit,

I haven't try by myself, but you could try to create a trace file.

Check this note 761921 - Creating an XI Adapter Framework trace file

Regards-

former_member203641
Participant
0 Kudos


Hi Inaki,

Thanks for reply, but i have already enabled tracing mentioned in note. My concern is that I need to find where exactly in trace i can find the SOAP message which was actually sent to webservice by Adapter engine SOAP(AXIS) adapter.

..

Amit