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

Consuming Webservice: CX_ST_GROUP_MISSING_CASE:.Element 'sys_id' missing

Former Member
0 Likes
1,064

Hi,

I'm working on solman integration with external system servicenow. When consuming the external web service method, i received error "SOAP:1,001 CX_ST_GROUP_MISSING_CASE:.Element 'sys_id' missing" from the RESPONSE.


From the Payload trace, i can see all the returned values including for element 'sys_id'.  I tried debugged from backend, the exception error was thrown from CL_SXMLP_DATA_ST method IF_SXML_SERIALIZABLE~DESERIALIZE when it was calling the sap generated transformation program.


Is there any additional info missing in the return value (RESPONSE) such as namespace or prefix, in order for SAP to interpret these nodes?Any advice please?


Thanks.


Response from payload trace:


Request from payload trace:


Hi,

I'm working on solman integration with external system servicenow. When consuming the external web service method, i received error "SOAP:1,001 CX_ST_GROUP_MISSING_CASE:.Element 'sys_id' missing" from the RESPONSE.


From the Payload trace, i can see all the returned values including for element 'sys_id'.  I tried debugged from backend, the exception error was thrown from CL_SXMLP_DATA_ST method IF_SXML_SERIALIZABLE~DESERIALIZE when it was calling the sap generated transformation program.


Is there any additional info missing in the return value (RESPONSE) such as namespace or prefix, in order for SAP to interpret these nodes?Any advice please?


Thanks.


Response from payload trace:


Request from payload trace:


2 REPLIES 2
Read only

Former Member
0 Likes
806

Hi dear all,

I have exactly the same problem. I must integrate Solman with ServiceNow. If somebody can resolve this issue, I'm very interested.

Thanks in advance.

SMau

Read only

KavitaMane
Participant
0 Likes
806

Hello Guys ,

Did the isssue solved ? I am also facing the same error and need help .