[CXF] Deployment errors

2008-03-28 Thread Cencio
etrieve the wsdl.. i i look at http://localhost:8080/ese5/prova?wsdl it respond with soap:Server No such operation: a What i miss? Anyway, calling the service with the stub works perfectly Thx, Lorenzo -- View this message in context: http://www.nabble.com/-CX

Re: [CXF] Deployment errors

2008-03-28 Thread Daniel Kulp
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 ha

Re: [CXF] Deployment errors

2008-03-31 Thread Cencio
se5/prova?wsdl gives me the previous error. Invoking the service's operations (http://localhost:8080/ese5/prova) works nice.. Thx for your help, Lorenzo -- View this message in context: http://www.nabble.com/-CXF--Deployment-errors-tp16352989p16392858.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: [CXF] Deployment errors

2008-04-03 Thread Cencio
http://www.w3.org/2001/XMLSchema"; targetNamespace="http://www.rivenditore.org/submitOrdineTypes"; xmlns:so="http://www.rivenditore.org/submitOrdineTypes";> I dev

Re: [CXF] Deployment errors

2008-04-03 Thread Freeman Fang
Hi, Looks like the url is incorrect. According to your configuration, the correct one should be http://localhost:8080/your-war-name/ordine?wsdl Regards Freeman Cencio wrote: Hi, i'm still unable to retrieve the wsdl from my service... i post all my info: web.xml:

Re: [CXF] Deployment errors

2008-04-04 Thread Cencio
;> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > binding="ord:OrdineInterfaceBinding"> >> http://localhost:8080/ese5/ordine"/> >> >> >> >> >> >> >> >> >> >> submitOrdine.xsd: >> >> >> >> >> http://www.w3.org/2001/XMLSchema"; >> targetNamespace="http://www.rivenditore.org/submitOrdineTypes"; >> xmlns:so="http://www.rivenditore.org/submitOrdineTypes";> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > default="EUR" >> use="optional"/> >> >> >> >> >> >> >> >> >> >> I develope both client and server using wsdl2java. >> >> Thx for any help. >> >> > > > -- View this message in context: http://www.nabble.com/-CXF--Deployment-errors-tp16352989p16488176.html Sent from the cxf-user mailing list archive at Nabble.com.