cancel
Showing results for 
Search instead for 
Did you mean: 

CX_ST_GROUP_MISSING_CASE:XSLT Exception offset 409 - what does it mean ?

Former Member
0 Kudos


Hello,

a webservice consumer-proxy does'nt work fine and I have no idea, what's wrong.

In SOAMANAGER I checked the tracefiles and a lot of errors occurs:

"CX_ST_GROUP_MISSING_CASE:XSLT Exception bei Offset 409, XPath n0...Element id fehlt (fault location is 1 )"

What does it mean ?

Problems with element 'id' , but what exactly ?

The response contained element 'id'  but with value zero.

<soapenv:Body>

<createDeliveryNoteResponse xmlns="http://ws.common">

<createDeliveryNoteReturn>

<id>0</id>

...

</createDeliveryNoteReturn>

</createDeliveryNoteResponse>

</soapenv:Body>

</soapenv:Envelope>

thanks in advance.

best regards

Holger

- <

<

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

problem is solved.

What's the reason for this ?

Exception CX_ST_GROUP_MISSING_CASE is not correct, the transformation works fine, with STRANS you can check this.

But in SE80 you can check the client-proxy with the definition of wsdl and any objects are missing or must change. Why I have no idea, it seems like a bug after implementation support packages.

So after generating missing objects and activating the webservice works fine, no exception occurs.

best regards

Holger