cancel
Showing results for 
Search instead for 
Did you mean: 

Testing a Client Proxy - mustUnderstand=1, is not recognized

timobermueller
Explorer
0 Kudos

Hello,

I developed an Application Service in NWDS and tested it in the WebService Navigator.

It worked fine u2026

Now I want to call this WebService in ABAP. So I created a Client Proxy (SE80) with the corresponding WSDL and set up a logical port (with the same WSDL).

While testing this Client Proxy an error occurred:

SoapFaultCode: 1

Through the transaction se11 I got the following infos:


E SOAP_RUNTIME 20100914152300.8430000 : CL_SOAP_RUNTIME_CLIENT
->EXEC_PROCESSING Ausnahmebehandlung innerhalb der SOAP Laufzeit


E HTTP_TRANSPORT_BINDING 20100914152300.7340000 : CL_SOAP_HTTP
_TPBND_ROOT ->HANDLE_STATUS_CODE Received return code 500 (
Internal Server Error )


E SOAP_RUNTIME 20100914152300.8430000 : CL_SOAP_RUNTIME_CLIENT
->EXEC_PROCESSING SOAP Fault Exception caught: : Header element
[http://schemas.xmlsoap.org/ws/2004/08/addressing]To, marked with
mustUnderstand=1, is not recognized.

Can anybody give me a hint how to solve this problem?

Best regards

Tim

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Can you goto Logical port and suppress message Id transfer.

You can find it under tab "Messaging"->"Message Id Protocol" = suppress id transfer and then test.

For troubleshooting please test RFC destination in SM59, you can find name of HTTP destination in "Additional Settings" tab if it is working.

Regards,

Gourav

timobermueller
Explorer
0 Kudos

That's it ....

Thank you very much Gourav!!!

After setting the "Message Id Protocol" to suppress id transfer it works!

Thank you very much for your answer ...

Best Regards

Tim

Former Member
0 Kudos

I got the same problem (same error messages, etc.) & tried this solution, and it worked for me too. Thanks much Gourav!

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks.

It solved my problem too. Could you help expain why it worked? Is there side effect to suppress the id transfer?

vikas2
Active Participant
0 Kudos

This is useful - thanks .