Hi everybody,
I am facing a problem I am a little overstrained with. I made a web service for read only access of sales order data. After some struggle with the authorization, I now get a SOAP error message as response.
<CX_SOAP_CORE> <E_LOCATION> <CLASS>CL_SRT_WSP_RT_CONFIG</CLASS> <METHOD>DETERMINE_OPERATION_NAME</METHOD> <ID>1</ID> </E_LOCATION> <E_TEXT><no error message available>: ("Message "SalesOrderViewNameReadByIDQuery_sync{http://sap.com/xi/SAPGlobal20/Global}" nicht unterstützt (Interface: "ZZBY002657_SALESORDER" Binding-Schl.: "0000000000011EE0B69046BD753F85D3")")</E_TEXT> <E_ID>1033</E_ID> <E_FAULT_LOCATION>1</E_FAULT_LOCATION> <E_AREA>OTHERS</E_AREA> <E_HOST>0</E_HOST> <E_PROCESS_CONTROL></E_PROCESS_CONTROL> </CX_SOAP_CORE>
I am not sure if the sales order Interface in general is not supported yet or just a missing query. I built the web service via wizard so in my opinion I donu2019t have to create a special query. Well, I hope so.
If somebody can figure out the reason of the error. Please inform me.
Best Regards
Jochen