cancel
Showing results for 
Search instead for 
Did you mean: 

Net Framework 3.0 Web service

Former Member
0 Kudos

Hi,

We have created a webservice to read the COMPort of a local machine and hosted the same on the local machine. I have imported the WSDL file in ABAP as client proxy and also configured the logical port. On running the test with correct data, I am getting the following error.

Any hints will be a great help.

Regards,

Rohit Chowdhary

<?xml version="1.0" encoding="utf-8" ?>

- <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">

- <asx:values>

<SYSTEMFAULT href="#o154" />

</asx:values>

- <asx:heap xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:abap="http://www.sap.com/abapxml/types/built-in" xmlns:cls="http://www.sap.com/abapxml/classes/global" xmlns:dic="http://www.sap.com/abapxml/types/dictionary">

- <cls:CX_AI_SYSTEM_FAULT id="o154">

- <CX_ROOT>

<TEXTID>F63AFF63DBE4BB4786A7F52CC4167145</TEXTID>

<PREVIOUS />

<KERNEL_ERRID />

- <INTERNAL_SOURCE_POS>

<PROGID>299</PROGID>

<CONTID>1080</CONTID>

</INTERNAL_SOURCE_POS>

</CX_ROOT>

<CX_STATIC_CHECK />

- <CX_AI_SYSTEM_FAULT>

<CODECONTEXT>http://www.sap.com/xml_errorcodes</CODECONTEXT>

<CODE>SoapFaultCode:1</CODE>

<ERRORTEXT>The message with Action '' cannot be processed at the receiver, due to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver. Check that sender and receiver have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).</ERRORTEXT>

<LANGUAGE />

</CX_AI_SYSTEM_FAULT>

</cls:CX_AI_SYSTEM_FAULT>

</asx:heap>

</asx:abap>

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Problem resolved. With the import of WSDL files generated using WCF and CTP framework SOAP action is set to Null in LPCONFIG. Once we put the correct SOAP action everything works fine.

Regards

Rohit Chowdhary