Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Client Proxy call error

Former Member
0 Likes
1,437

Hi,

I created a client proxy and a logical port. The wsdl file was delivered to me. The generation was okay.

I inserted the method into a abap program.

When I call the method I get the error message:

SoapFaulCodeName: ActionNotSupported |SoapFaulCodeNamespace: http://schemas.microsoft.com/ws/2005/05/addressing/none The message with Action 'GetPayoutPerformance' 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).

Where do I check these settings? Or is it possible that the logical port is wrong?

Any idea/ help?

Thank you and regards

Viktoria

5 REPLIES 5
Read only

Former Member
0 Likes
864

Parameter values were wrong. Used tool soap UI to test external call. did not work as well. checked error message on server side. the message was more clear --> wrong parameters.

Read only

Former Member
0 Likes
864

Unfortunatel the call worked in saopUI but not from SAP. Problem still existing.

Read only

Former Member
0 Likes
864

Client Proxy has to be created using SE80, but logical port using SOMANAGER. Both have to be generated using the WSDL File or Link. Now it works.

Read only

0 Likes
864

Hi Viktoria,

i created Service Consumer for WebService on NON-SAP system via URL.  i got the following first error when test it. and then i created a logical port which is same name with this Service Consumer. last i got this same error with yours. how did you solve it? can you explain please? thanks in advance.

first error : GET_BUSINESS_SYSTEM_ERROR  An error occurred when determining the business system (SLD_API_EXCEPTION)

Read only

0 Likes
864

Hi,

i solved it. i created logical port via SOAMANAGER instead of LPCONFIG, and it works.