The file you attached is using JAXB, not JiBX. Assuming you're actually using JiBX (which seems to be the case, given the exception you're seeing), it's possible the error you're getting is a result of some broken features in the 1.2.1 release. You should probably try generating your data model again using the new 1.2.2 release of JiBX. This release includes a number of fixes and improvements to the code generation from schema.
There's also a new JiBX/OTA subproject which gives examples of using JiBX with the OTA schemas. - Dennis Dennis M. Sosnoski XML and Web Services in Java Training and Consulting http://www.sosnoski.com - http://www.sosnoski.co.nz Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 eugenetranslator wrote: > 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 > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > ------------------------------------------------------------------------ > > _______________________________________________ > jibx-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jibx-users ------------------------------------------------------------------------------ SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris-dev2dev _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
