cancel
Showing results for 
Search instead for 
Did you mean: 

CX_ST_GROUP_MISSING_CASE error in webservice resp - via .net Connectors ?

former_member189387
Active Contributor
0 Kudos

Hi Friends ,

We would like to Call the XI Inbound proxy ( namespace http://sap.com/xi/AIN/Global - Inbound Message interface is AutomaticIdentificationLabelDeviceCancelRequestConfirmation_In ) enabled webservice from external .Net connectors .

Our .Net Connector can able to post the SOAP Request , But we are getting the following error at the time of response

<soap-env:Envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/">

- <soap-env:Body>

- <soap-env:Fault>

<faultcode>soap-env:Server</faultcode>

*<faultstring xml:lang="en">Error during XML => ABAP conversion (Request Message; error ID: CX_ST_GROUP_MISSING_CASE; (/1SAI/TXS00000000000000000003 XML Bytepos.: 445 XML Path: root(1)AutomaticIdentificationLabelDeviceByIDQueryMessage_sync(1) Error Text: Element 'AutomaticIdentificationLabelDeviceSelectionByID' missing))</faultstring> </soap-env:Fault>*

</soap-env:Body>

</soap-env:Envelope>

Any help would be appreciated . Expecting your valuable replies

Thanks & regards.,

V.Rangarajan

Accepted Solutions (1)

Accepted Solutions (1)

VijayKonam
Active Contributor
0 Kudos

This error is being thrown from the R3 side (Server proxy or RFC being called). It is saying that one of the required fields is missing in the call. If some changed the XI objects after the proxy was generated, the proxy has to be generated again and activated in R3.

VJ

Answers (0)