• 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

JAX-WS - wsdl with operations or message that have a long parameter list

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First of all, I would like to say that my English is poor, so I asked you sorry for that.


So, I have a wsdl generated by wfc that have some methods/messages with too many parameters. When I used a tool like wsdl2java from apache cxf or wsimport I receive an error with a message like this on windows:




On Linux I receveid I similar message, but with a FileNotFoundException (File name too long)


this is my wsdl that must be converted in a java class




I tried to create an binding for change the java class that represents the Method name, but does not work, There is any way for change a message/method.

regards,

Wescley
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic