cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming non- SAP Asynchronous web service in SAP

Former Member
0 Kudos

Hello,

I have a scenario where I need to consume non-SAP asynchronous web service in SAP. Could any body explain me configuration/development involved to achieve this. So far I have done the following steps.

1. Created a Consumer proxy in SAP for the asynch WSDL

2. Created logical port for the created proxy and connection tested successfully.

3. Configured WS-RM as per the note Note 1043195 - Configuration of the Web service runtime

4. Our ECC system is on Netweaver 7.02 and SAP_BASIS is at SAPKB70207

5. I have made sure the non-sap asynchronous web service supports WS-RM protocol.

When we tested, no messages are sent to the provider and I see different errors in sequence monitoring as below

- <sap:ExceptionChain xmlns:sap="http://www.sap.com/webas/710/soap/runtime/abap/fault/system/SystemFault">

- <sap:ChainedException>

<Exception_Name>CX_SOAP_SEQ_EX_TO_QRFC</Exception_Name>

<Exception_Text>wsrm create failed</Exception_Text>

</sap:ChainedException>

- <sap:ChainedException>

<Exception_Name>CX_SOAP_CORE</Exception_Name>

<Exception_Text>SRT: WSRM: ProviderFailure during operation: ("CreateSequence")</Exception_Text>

</sap:ChainedException>

- <sap:ChainedException>

<Exception_Name>CX_SOAP_FAILURE_FAULT</Exception_Name>

<Exception_Text>SOAP fault when calling Web service</Exception_Text>

</sap:ChainedException>

- <sap:ChainedException>

<Exception_Name>CX_SOAP_FAULT</Exception_Name>

<Exception_Text>oracle.fabric.common.FabricException: Unable to find operation: null</Exception_Text>

</sap:ChainedException>

</sap:ExceptionChain>

Any thoughts?

Thanks,

GK


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gopal,

Please see the WS-RM configuration and consumer part in this document.

http://scn.sap.com/docs/DOC-16224

Cheers!

Anish