On Friday 28 March 2008, Cencio wrote: > Hi all, > > i'm tryng to build and deploy on tomcat a service starting from wsdl, > but i have some little problems: > > 1) Skeleton generated from wsdl2java set the wsdl location > "file:service.wsdl" . Where is the corrisponding location in the war? > i had to change it..
wsdl2java has a separate "wsdlLocation" flag that you can use to specify what the location should be generated into the code. > 2) I can't retrieve the wsdl.. i i look at > http://localhost:8080/ese5/prova?wsdl it respond with > <soap:Envelope> > <soap:Body> > <soap:Fault> > <faultcode>soap:Server</faultcode> > <faultstring>No such operation: a</faultstring> > </soap:Fault> > </soap:Body> > </soap:Envelope> > > What i miss? That's bizzare. Are you sure the URL is correct? Is there a stack trace in the server logs? -- J. Daniel Kulp Principal Engineer, IONA [EMAIL PROTECTED] http://www.dankulp.com/blog
