cancel
Showing results for 
Search instead for 
Did you mean: 

SAP--Axis Soap Receiver Adapter(PI) -- third party(Webservice)

Former Member
0 Kudos

Hi,

Am using SAP PI 7.31 java stack only.

I used SOAP receiver adapter for Axis  like below:

Transport Prorocol : HTTP(Axis)

Message Protocol : Axis

URL:---

Authentication : None

SOAP Version : 1.2

SOAP Action: : <is thr>

Encapsulation Format : MIME

Payload Extraction : SOAP Body

Note:I want to know what all setting do third party should do at there end as it is sync scenario.

Module Config is as below:

Am not sure do I or third party missed any setting because am getting below error when I trigger the message.

   Delivering to channel: ----------

       MP: processing local module localejbs/AF_Adapters/axis/AFAdapterBean

       Axis: xioutbound-request mutation

       Axis: invoking handler xireq of java:com.sap.aii.axis.xi.XI30OutboundHandler

       MP: processing local module localejbs/AF_Adapters/axis/HandlerBean

       MP: processing local module localejbs/AF_Adapters/axis/HandlerBean

       Axis: invoking handler trp of                 java:com.sap.aii.adapter.axis.ra.transport.http.HTTPSender

Error Axis: error in invocation: java.net.SocketException: Connection reset

Error MP: exception caught with cause java.net.SocketException: Connection reset

Error Exception caught by adapter framework: ; nested exception is:

        java.net.SocketException: Connection reset

Error Transmitting the message using connection SOAP_http://sap.com/xi/XI/System         failed, due to:         com.sap.engine.interfaces.messaging.api.exception.MessagingException:         java.net.SocketException: Connection reset

Error Message status set to FAIL

Thanks,

Mohammed Gouse

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182455
Active Contributor
0 Kudos

Hi,

Based on above error it seems this is not a PI issue.

This task calls the specified URL using theHTTPSender and its

response is sent to the sender channel.

But the response from this server was this html error page

Please contact the administrator of this server, and check if

it is running and why this error message was thrown back to PI.

Regards

srinivas

Former Member
0 Kudos

Thanks Srinu,

How to set the proxy for axis adapter ,you can check in module I gave the proxy host and port.Any other ways to give it??

What all the settings at third party end needs to be done.

Former Member
0 Kudos

Hi Mohammed,

I come cross similar issue, have you resolved it or not, other wise I will raise new thread.

-Liang

Former Member
0 Kudos

Hi

Looks like PI is not able to connect to the server of the 3rd party system.

Have you tried to call the web service from SOAP UI? see if it works there or not.

Also check with basis team to make sure there is no firewall issue between PI and 3P server.