NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

How to run the Web Service java class to generate my xml file.. after i had marshalled it

 
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users
View previous topic :: View next topic  
Author Message
Rickey



Joined: 03 Jun 2012
Posts: 1
Location: Nottingham

PostPosted: 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 Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo