• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

No 'message' attribute in <input> for operation ...

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a complex WSDL with lot of schema files and when I generated WSDL2Java using AXIS 1.3 then I am getting below error:







I cannot paste the wsdl and the schemas (.xsd) files here as they are very huge and can anyone please let me know what can be problem with my wsdl ?



Thanks in advance.
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Apparently your WSDL has a SellServiceFee operation that specifies that it requires input but then doesn't specify what that input looks like - that's what the message attribute is there for.
 
reply
    Bookmark Topic Watch Topic
  • New Topic