• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

web service not found

 
Ranch Hand
Posts: 264
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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?
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic