hi
I used wsconsume from a wsdl file to generate
java classe for a web service.
I implemented the web service.
I created a war file, but
jboss don't see the web service.
My
soap address: <soap:address location="http://localhost:8080/Tarif/Tarificateur" /> than I use in the wsdl file.
I try to use my wsdl file instead of the wsdl jboss seem to generate...
I put this value
wsdlLocation = "file:/c:/euroaspro.wsdl"
Jboss don't see the web service
after investigation, i found than jboss change the value of the web.xml for
If i put my initial value, jboss found my webservice.
On the JBossWS/Services pages, i see
ServiceEndpointID jboss.ws:context=proxidirect,endpoint=Tarificateur
ServiceEndpointAddress
http://0INFO31:8080/proxidirect/Tarificateur?wsdl I click on the link and the page is not found
my wsdl file don't see to by used because the one jboss generate have only a few line...
in jboss-web.xml file i have
any idea?