It seems that the SOAP body of the message contains the following kind if element <?xml version="1.0" encoding="UTF-8"?> i.e. the "header" of an XML file and this is certainly not supported by the XML format.
-----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Tim Sawyer Envoy� : lundi 1 novembre 2004 19:48 � : [EMAIL PROTECTED] Objet : [jibx-users] Error unmarshalling message body Hi, I'm trying to call a login transaction I have written using jibx-soap and I'm getting the following error. Can someone point me towards where I might look for a solution? Caused by: org.jibx.soap.SOAPException: Error unmarshalling message body Root cause: org.jibx.runtime.JiBXException: Error parsing document (line 1, col 142) Root cause: org.xmlpull.v1.XmlPullParserException: processing instruction can not have PITarget with reserveld xml name (position: START_TAG seen .. <SOAP:Body><?xml ... @1:142) at org.jibx.soap.SOAPContext.getReceivePayload(SOAPContext.java:302) at org.jibx.soap.SOAPContext.unmarshalSOAP(SOAPContext.java:241) at org.jibx.soap.client.SOAPClient.call(SOAPClient.java:162) at com.pancredit.webservices.test.WebServiceTest.testLoginApplication(WebServic eTest.java:74) ... 26 more My transaction is called with two strings, and returns a Date and two strings back again. The transaction is called successfully, this problem occurs somewhere between the transaction finishing on the server and the control returning to my client app. Thanks, Tim. ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ jibx-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-users ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_idU88&alloc_id065&op=click _______________________________________________ jibx-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-users
