cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

I've asked this question in the Java Programming forum too but have got no reply. I guess this may be the more appropriate place for it.

How can I accept and return XML documents as input and output of a Web Service. Is there any way I can serialize a DOM object and deserialize it at the other end? Please advise.

Regards,

Nirav

0 Likes
View Entire Topic
gregorw
SAP Mentor
SAP Mentor
0 Likes

Hello Nirav,

perhaps you try the approach I've used and desribed in my Blog: <a href="/people/gregor.wolf3/blog/2006/09/01/excel-to-csv-conversion-with-a-php-web-service">Excel to CSV conversion with a PHP Web Service</a>. I've encoded the Excel File with Base64 and decoded it on the other end.

Regards

Gregor