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..

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?

Anyway, calling the service with the stub works perfectly


Thx,
Lorenzo
-- 
View this message in context: 
http://www.nabble.com/-CXF--Deployment-errors-tp16352989p16352989.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to