cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP adapter issue in PI7.31

Former Member
0 Kudos

Hello Friends,

I have Sender SOAP with HTTP and SOAP1.1 used i adapter config.

the message is being sent from third party system to PI 7.3 .

But I can not see it in my message monitoring .

I have checked the Log, authorization seems to be ok as I can see third part IP address in Log in NWA.

But then I do not know where message stuck. In Log where should I check if something had gone wrong.

I have checked Developer trace but nothing is shown there. I have even activated Logs in integrated configuration -. advance settings.

Please assist.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It turns out that I was using wrong URL

I was using  xisoapadapter/messageservlet?ximessage = true but as I read in Help we should be using

http:// <host name> : <port name> /XISOAPAdapter/MessageServlet?senderParty=<name of the sender party> &senderService= <name of the sender service>&interface= <name of the interface> &receiverParty= <name of the receiver party>&receiverService= <name of the receiver service> &interfaceNamespace= <name of the interface namespace>

Above link has solved my issue

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

Is the flow successful from the 3rd party? I.E if they are successfully getting response, follow Ricardo Viana suggestion.

Else check with them what is the failure. Usually these kind of issues could be related to firewall or at the DMZ where the messge fails right before hitting PI itself.

Former Member
0 Kudos

I checked, No firewall issue. Message has been successfully sent.

I can see the Log authorization OK entry, but no trace after that.

former_member184720
Active Contributor
0 Kudos

Hi Gaurav - Can you enable XPI inspector for your sender channel and see if that logs something..

1514898 - XPI Inspector for troubleshooting XI

rhviana
Active Contributor
0 Kudos

Gaurav,

Are you using a dual stack or single stack SAP PI instalation ?

If you are using a dual stack, you should go - Tcode - SXMB_ADM.

>Integration Engine Configuration

  >Configuration

   >New entry

    > Add two parameters

      > RUNTIME -  LOGGING_SYNC = 1 - Sync msg

      > RUNTIME - LOGGING = 1 - Async msg

I hope helps you.

Kind regards,

BR.

Ricardo Viana.

Former Member
0 Kudos

Its single stack.

Can you please let me know if I need to do some settings.