aspose file tools
The moose likes Web Services Certification (SCDJWS/OCPJWSD) and the fly likes unable to generate correct xml using jaxb Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Services Certification (SCDJWS/OCPJWSD)
Reply Bookmark "unable to generate correct xml using jaxb" Watch "unable to generate correct xml using jaxb" New topic
Author

unable to generate correct xml using jaxb

ramesh kancherla
Ranch Hand

Joined: May 01, 2008
Posts: 120
Hi team,
I am using jaxB and jax-ws in my application.

I am calling service with request xml prepared by jaxb code.
but request xml is not generating correctly.

i have given xml schema as elementFormDefault="qualified" value.
so parent and all child elements needs to display xmlns.

like :name space "sch" is in parent and child elements




using jaxb request xml is generating with out name space "sch" in child elements




jaxb code is :





can any one please suggest me how can i generate request xml with parent and child having namespace using jaxb


Regards
Ramesh
Kamal Tripathi
Ranch Hand

Joined: Oct 02, 2008
Posts: 86
Can you post the schema also.

Although you may want to explore the concept of package-info.java related to JAXB.

Something like.



Kamal Tripathi
SCJP 1.4 90%, SCWCD5 94%, Next SCDJWS--> In Naescent stage. Researching abt exam and material itself.
Dan Drillich
Ranch Hand

Joined: Jul 09, 2001
Posts: 1123
Ramesh,

Very interesting discussion about it at XSD: What is elementFormDefault="qualified" for?.

Joe Kesselman said there -

"Qualified", in XML terms, means "Associated with a namespace, either by
the use of a declared prefix or via a default namespace declaration".


Regards,
Dan


William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.
Dan Drillich
Ranch Hand

Joined: Jul 09, 2001
Posts: 1123
Ramesh,

It would be an interesting exercise to post the schema and the instance into a validator and see what it says.

Regards,
Dan
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: unable to generate correct xml using jaxb
 
Similar Threads
soap & soapenv
SOAP body - multiply choice parts
Namespace in body element how to define in WSDL
How to make XML file from WebService responses?
Web Service Security - xml entity injection Attack