NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
Rickey
Joined: 03 Jun 2012 Posts: 1 Location: Nottingham
|
Posted: Sun Jun 03, 2012 3:33 pm Post subject: How to run the Web Service java class to generate my xml file.. after i had marshalled it |
|
|
Hello I have created a java web application project for travel agency in that, initially I have JAXB Binded the schema, and got my generated classes from it.
And now at present in that project I have created a Web Service from a Java Class, I am trying to Marshall an operation about Flight trip information in to an XML file,
| Code: |
File flightstore = new File("output.xml");
marshaller.marshal(setdetails, flightstore);
|
in the program to start of I have created a content tree of my trip elements to write it to xml and i have written the marshal code for the content tree
I can successfully marshal and output the xml file only on java application main class, I can run it successfully and generated the xml file using
but if I use a web service java class first thing i cant able to run it, only I can able to deploy it and run the entire project, also i can test the web service, but it is not writing the xml out put.
So my question is how to run and generate the xml file from a web service java class? Instead of not using java main method class.
Thanks i will post complete java code if necessary. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|