cancel
Showing results for 
Search instead for 
Did you mean: 

Error during XML => ABAP conversion: Response Message; CX_ST_DESERIALIZATION_ERROR in /

felipe_martin
Explorer
0 Kudos

erro-pdf.jpgHi,

My scenario is abapproxy -> PI -> Soap sync

The problema hapend in response, the Pi return n pdf files attachment.

I developer a message mapping that read this attachemnte and transform in Base64, I used the external definition of wsdl but the abapproxy can´t return this binary value.

Could some one help me?

follow the print of error.

thanks

Sandra_Rossi
Active Contributor

Are you sure you have returned the last characters of base64 correctly, complete and without extra spaces?

Accepted Solutions (1)

Accepted Solutions (1)

felipe_martin
Explorer
0 Kudos

Hi Andrzej,

I debuging the programa, and I saw the response value was not Based64, I created a udf in PI to change to Base64 and now the return is ok!

thanks all!

Sandra_Rossi
Active Contributor

5 days ago, I asked "are you sure ...", you could at least verify at that time...

Answers (4)

Answers (4)

Andrzej_Filusz
Contributor

Hello,

Could you please check the transformation program from your screen in tcode: XSLT_TOOL? What's in the line 58?

Regards,

Andrzej

felipe_martin
Explorer
0 Kudos

Hi,

Follow the programa that you commented

line-58.png

felipe_martin
Explorer
0 Kudos

Hi Andrzej

Fallow screen-shot!

thanksline-58.png

felipe_martin
Explorer
0 Kudos

Abdrzej

How can I use this transaction?

I have the zprograma that call a proxy in this proxy I export struture and receiver another(response... ) this response is the problem!

Andrzej_Filusz
Contributor

1. Run the tcode: XSLT_TOOL

2. Put the transformation program from your screen (/1SAI/SASFAF8DD185D3368B8FABF, but please copy and paste it from your error message to avoid any typos) into a field in that tcode.

3. Press "Display" button.

4. Go to the line: 58.

5. Please attach the screen-shot with lines above and below line no 58 to your response.

felipe_martin
Explorer
0 Kudos

Hi Sandra,

Yes, if you look the print in attachement, there is one pocture that you can see the .xml with the content in base64. I checked the string and there isn't spaces!

Thanks