Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Deserialization Error

Former Member
0 Kudos

ERROR : XML Deserialization Error. XML is not valid. Node

<Ack> child of <soapjava:EalpsDetails> not described in Schema..</ns1:com.sap.engine.services.webservices.

additions.soaphttp.exceptions.ProcessException.

abap tag format is mixcase n for EJB webservice i m not aware which tag format it aceepts ...

im using a helper class ... <Ack> is one of the input fields

2 REPLIES 2

Former Member
0 Kudos

Hi Renu,

I think problem lies with the class StatusDTO,

plz post code of that class, so that i can try to sort

out the problem.

To learn about XML and XML schema visit following link..

http://www.w3schools.com/schema/default.asp

Reward points if Useful

0 Kudos

hi im trying to consume a webservice in abap...

the class im using only has a option to make the tag uppercase else mixcase tat is first alphabet caps n rest Small caps...

ma program is too big so cant post it here ...

let me know if by neways u have consumed a web service form abap ..

im using 6.20 of r/3 ...so making a proxy is out of question

thanks for replying ...