• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

The service cannot be found for the endpoint reference of wsdl-2.0 in axis2

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have been working on creating a web service using axis2 server and have written a wsdl file as well as deployed it. My WSDL file's endpoint address is set to "axis2/services/KordobaWebService/KWSRequest/tmkennunglesenService, however, I am getting the error



My WSDL file is as follows:



and the services.xml file is :



Can anyone tell me what I am doing wrong here? I have searched high and wide, however, haven't been able to find a solution and have not been able to fix it as well. The wsdl does open in



but I need it to open in http://localhost:8090/axis2/services/KordobaWebService/KWSRequest/tmkennunglesenService?wsdl2
 
reply
    Bookmark Topic Watch Topic
  • New Topic