• 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

No WSDL interface definition found

 
Ranch Hand
Posts: 40
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I trying to invoke a web service published in the wsdk registry. What i did was -
I created a simple web service and deployed it in to the tomcat server. Then i published
the service to the wsdk uddi registry givin the overiew URL as well(http://localhost:8080/axis/services/CK?wsdl)
But while trying to invoke the service i get this error. Please help me to resolve this.
C:\jakarta-tomcat-3.2.4\webapps\kishani123>java DynamicInvoke
Retrieving document at 'http://localhost:8080/axis/services/CK?wsdl'.
WSDLException: faultCode=OTHER_ERROR: No WSDL interface definition found.:
at DynamicInvoke.parseWSDL(DynamicInvoke.java:195)
at DynamicInvoke.run(DynamicInvoke.java:59)
at DynamicInvoke.main(DynamicInvoke.java:52)

Please help me
Thanx in advance
Kishani
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic