cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.1 consume web service from .NET

Former Member
0 Kudos

Hi guys,

I need some help with my scenario:

SAP R/3 send a IDoc to PI 7.1 and it consume a web service created in .NET sending the IDoc information.

This scenario was designed in asynchronous mode, I don't need a response from ws.

My receiver soap adapter is configurated as follow:

Transport Protocol = HTTP

Target = http://serverNET:81/wssaptodiscoveryintegrator/svcremitos.asmx

Configure Proxy = serverproxy

Port = 8080

Do not use SOAP Envelope = check

So, I run the interface and follow error appears into AuditLog from SOAP adapter:

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 403 Forbidden

Note: I used SOAPSonar Personal Edition for test this service and work fine, but with PI doesn't work.

I would appreciate your help ....

Points will be awarded

Thanks in advance

Martin.

Accepted Solutions (0)

Answers (2)

Answers (2)

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

HTTP 403 error comes due to authorizatio issue. Also check your port.

Have u checked this blog for HTTP 403 error

VijayKonam
Active Contributor
0 Kudos

Check if the quality of service in your SOAP receiver is Exactly once rather than Best Effort.

VJ

Former Member
0 Kudos

Hi VijayaShankar,

Into SOAP receiver adapter this option is not available.

Thanks,

Martin.