cancel
Showing results for 
Search instead for 
Did you mean: 

WS adaper WSRM

Former Member
0 Kudos

Hi Experts,

I have a scenario where I connect ERP with .NET application, trying to use WSRM 1.1 protocol. I receive message from ERP via XI protokol and do the maping and trying to send it to .NET with WS adapter 7.11 ( We are on PI 7.3 SP05). But in call adapter step in pi processing I'm receiveing error:

System error while calling Web service adapter: Error when initializing SOAP client application: 'Error when initializing SOAP client application: "SRT: Unexpected failure in SOAP processing occurre"'


This is some part of wsdl I get from WS provider:


<wsp:Policy wsu:Id="XXXXX">

  <wsp:ExactlyOne>

  <wsp:All>

  <wsrmp:RMAssertion xmlns:wsrmp="http://docs.oasis-open.org/ws-rx/wsrmp/200702">

  <wsp:Policy>

  <wsrmp:DeliveryAssurance>

  <wsp:Policy>

  <wsrmp:ExactlyOnce/>

  </wsp:Policy>

  </wsrmp:DeliveryAssurance>

  </wsp:Policy>

  <netrmp:InactivityTimeout xmlns:netrmp="http://schemas.microsoft.com/ws-rx/wsrmp/200702" Milliseconds="600000"/>

  <netrmp:AcknowledgementInterval xmlns:netrmp="http://schemas.microsoft.com/ws-rx/wsrmp/200702" Milliseconds="200"/>

  </wsrmp:RMAssertion>

  <wsaw:UsingAddressing/>

  </wsp:All>

  </wsp:ExactlyOne>

</wsp:Policy>


Do you have any idea what's the problem?


Many Thanks for help.


Milan

Accepted Solutions (0)

Answers (1)

Answers (1)

marksmyth
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Milan,

Here are some notes which describe this same error:

  1. 1848629 Error when instantiating the Web service runtime
  2. 1259998 FAQ: Central Web service configuration using PI
  3. 1085037 Web Service Consumer: SOAP application is not instantiated
  4. 1142454 Error when initializing the SOAP application

Check if these can lead you to the solution.

Regards

Mark