• 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

WSDL to java problem

 
Ranch Hand
Posts: 139
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am generating a java web service client from a wsdl file.
I got the following error:
WSWS3204E: Error: {http://www.w3.org/2001/XMLSchema}string already exists.
WSWS3204E: Error: {http://www.w3.org/2001/XMLSchema}string already exists.
WSWS3204E: Error: {http://www.w3.org/2001/XMLSchema}string already exists.
WSWS3204E: Error: {http://www.w3.org/2001/XMLSchema}string already exists.
preExecute() network/invalid XML
Any idea what's wrong? thank you! I am using websphere v6 tool for generating the web service client, but I think this problem is not specific to websphere.

Here is the wsdl file:

[ February 17, 2005: Message edited by: jonathan hello ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic