cancel
Showing results for 
Search instead for 
Did you mean: 

Two problems with external services

Former Member
0 Kudos

Hi,

we got a WSDL including three external services. I successfully created a consumer proxy for the WSDL. When calling the methods of the consumer proxy from my WebDynpro application I get some errors. One of the external services is working fine. The remaining two services result in the two following errors:

1. CX_SXML_PARSE_ERROR:XSLT exception. An error occurred during serialization in the simple transformation program /1SAI/TAS5EDCF6F82B037A9F53C1. Error while parsing an XML stream: 'BOM / charset detection failed'.

2. Error (id=SOAP:1.001): CX_ST_GROUP_MISSING_CASE:XSLT exception. Element '<ServiceResponseElement>' missing

Calling these services from soapUI is working fine. So there might be some restrictions in the SAP system which are causing the errors.

Can anyone give me a hint how to solve these problems?

Regards,

Robert

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please note NOT all xml tags are supported by SAP.

Analyze wsdl for unsupported tags,

Check this for list : http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/40c3a137-1769-2a10-bda9-ad62d508af9c

and http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0abcc5a-1569-2a10-e6b7-8e5d108a995a

Regards,

Gourav

Former Member
0 Kudos

Hi,

thanks for the advice but it looks like that there are no unsupported tags in the WSDL.

Regards,

Robert