Questions tagged [jibx]

JiBX is a tool for binding XML data to Java objects.

JiBX is a tool for binding XML data to Java objects. It's extremely flexible, allowing you to start from existing Java code and generate an XML schema, start from an XML schema and generate Java code, or bridge your existing code to a schema that represents the same data. It also provides very high performance, outperforming all other Java data binding tools across a wide variety of tests.

Project Homepage: http://jibx.sourceforge.net/

Another useful resource: Jibx Tutorial Part 1 Jibx Tutorial Part 2

185 questions
0
votes
1 answer

Accessing a SOAP Header from JibX WS

I have a tomcat web service that accepts opentravel.org OTA XML requests and responds accordingly. It uses the JibX OTA classes. So far the users of the service have used POX, and it works really well, but a new user wants to use SOAP and add…
iainmac999
  • 1,569
  • 2
  • 13
  • 12
0
votes
2 answers

Escaping Special Characters with JiBX (Un) Marshalling

i want that during marshelling special character should escape, is there any way to do this? alt=" image alt" this is saved as <b><i>image alt</b></i> i want to save value as it is
ravitech
  • 59
  • 1
  • 8
-1
votes
1 answer

JIBX : Error in the JiBX code

Project Set Up: Project Domains contains all domain Object with No jibx configuration. Class A { List list; } Project JibxTest contains jibx configuration and its contains Domains.jar When we try configured the binding.xml in Project JibxTest…
-1
votes
1 answer

SchemaLocation in JIBX generated xml

I am generating xml from Java object using JIBX. I want schemalocation to be set in generated xml. I am able to put namespace but but schemaLocation. Anyone has one idea how to do it?
-1
votes
1 answer

jibx exceptions

When I run jibx2wsdl on the service interface , the exceptions get renamed to Fault. for example : InvalidEmployeeException would become InvalidEmployeeFault. As per the documentation , this is being done to address some Axis Requirement. There is …
lives
  • 1,243
  • 5
  • 25
  • 61
1 2 3
12
13