Originally posted by Seshagiri Kamalakaran:
Whether WSDD will automatically generate the needed WSDL for us?
I am sure its not.. Please clear me on this.
Originally posted by Seshagiri Kamalakaran:
Hi,
I am new to Web Services. After going through documents I understood that we have to have WSDD for the service. Also we are in need of WSDL which will help us to create the stubs and skeletons.
At present I am using Apache Axis.
They are providing tools like Java2WSDL to create the WSDL file and WSDL2Jave to create the stub and skeletons.
But those we have to run from command mode .
Another way to generate the WSDL is to add ?WSDL in the URL.
I am not willing for both.
I am having a web based application, in which I wil specify a J2EE component, which has to be generated as web service.
So I am willing to generate the WSDD, WSDL and all other related things in background without any manual work.
At present I am having a template of WSDD and I am filling the necessary things in that in the back ground.
Whether WSDD will automatically generate the needed WSDL for us?
I am sure its not.. Please clear me on this.
Also let me know how I can proceed on with this issue?
Its very urgent!!!
Thanks in advcance
Sesh
Originally posted by Sandeep Bhagavatula:
I want to be able to deploy webservices similar to other applications without any extra steps. What I currently do is, I manually copy paste the wsdd file that is generated by wsdl2java task into wsdd file and then deploy the app.
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
Originally posted by Lasse Koskela:
Why don't you let your Ant script invoke wsdl2java and add the .wsdd file into your .war file? At least the process would then be automated.
I promise I will be the best, most loyal friend ever! All for this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
|