cancel
Showing results for 
Search instead for 
Did you mean: 

Erro WebService via ABAP Proxy

Former Member
0 Kudos

Olá a todos!
Estou com problemas ao consumir um webservice de um programa externo. Pelo que já analisei o problema está no retorno da informação. Ativando a trace verifiquei que a resposta ésta vindo com sucesso, sendo que esta dando algum erro na hora de transformar para ABAP.

Erro:
SOAP:1.001 CX_ST_GROUP_MISSING_CASE:XSLT exception in offset

O motivo do erro é devido a resposta conter este comando "<![CDATA[ .... ]]>"???

-------------

Hello to all!

I am having problems consuming a webservice from an external program. From what I have analyzed the problem lies in the return of the information. Enabling trace I found that the answer is coming successfully, and this giving an error in the time to turn to ABAP.

error:

SOAP: 1,001 CX_ST_GROUP_MISSING_CASE: XSLT exception in offset

The reason for the error is because the response contains this command "<! [CDATA [....]]>"??

Accepted Solutions (1)

Accepted Solutions (1)

former_member182290
Participant
0 Kudos

Hi

When ABAP proxy is generate a Simple Transformation file is created.

ST is a xml file which transforms ABAP to XML and XML to ABAP . CDATA is not supported by ST.

You have to write custom code using iXML library .

Thank You

Regards

Goverdhan Totawar

Former Member
0 Kudos

Thanks, Gov Totawar!

Answers (0)