[jbossws-dev] org.jibx.runtime.JiBXException: Expected *** end tag, found *** end tag What's this?

eugenetranslator eugenetranslator at gmail.com
Mon Feb 8 09:59:13 EST 2010


I've created the client using JBossTools to consume such a webservice
http://cert.webservices.sabre.com/wsdl/sabreXML1.0.00/tpf/OTA_TravelItineraryReadLLS1.11.1RQ.xsd

The following code
         if (response.getErrors() != null) {
             System.out.println("error message:: "
                     + response.getErrors().getError().getErrorMessage());
             System.out.println("error info:: "
                     + response.getErrors().getError().getErrorInfo()
                             .getMessage());
             System.out.println("severity:: "
                     + response.getErrors().getError().getSeverity());
         }
snippet gives:
error message:: JBXE:cat:201 2010-02-08 08:37:12
error info:: org.jibx.runtime.JiBXException: Expected
"{http://webservices.sabre.com/sabreXML/2003/07}MessagingDetails"
end tag, found
"{http://webservices.sabre.com/sabreXML/2003/07}ApplicationID" end tag
(line 1, col 430)
severity:: High

I'm attaching the file with the generated description
[Otatravelitinerary.java].
What's wrong with Sabre Web Service and how to solve this problem?




__________ Information from ESET Smart Security, version of virus 
signature database 4841 (20100206) __________

The message was checked by ESET Smart Security.

http://www.eset.com





__________ Information from ESET Smart Security, version of virus signature database 4841 (20100206) __________

The message was checked by ESET Smart Security.

http://www.eset.com

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: OTATravelItinerary.java
Url: http://lists.jboss.org/pipermail/jbossws-dev/attachments/20100208/a5aba56e/attachment-0001.pl 


More information about the jbossws-dev mailing list