• 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

Axis 1 (1.4) Multiple method name in server-config.wsdd

 
Ranch Hand
Posts: 281
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using Axis 1 (version 1.4). The web service cleint cannot find the service, if more than 1 method is placed in server-config.wsdd as:




The client successfully works if one method at a time is placed. Client does not work with * pattern either.
Client throws exception with message:





It works if I put 1 method name at a time. In other words, client worked in both the situatioans as shown below:



also worked for:



Any suggestion?

If I cannot define more than 1 method defined in a single wsdl (mySvc.wsdl), I will have to create 1 wsdl at a time for each service. It will be unfortunate if I have to create a single wsdl for each service.

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic