Skip to Content
0
Former Member
Jan 22, 2014 at 10:08 AM

WS adaper WSRM

92 Views

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