soap - org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize -


i trying call service passing xml request. getting error in response xml. can please in problem. using soapui , have set credential in request header. response : soapenv:server.userexception org.xml.sax.saxexception: simpledeserializer encountered child element, not expected, in trying deserialize.

it sounds though you're sending element it's not expecting, i.e. request invalid reason. check lint tool ensure it's valid, double check spec service you're making request to.

failing that, you'll need provide lot more information better answer.


Comments

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -