• 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

Changeing the WDSL effect on WebService consumer

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am asked to write a general webservice to serve something like 5-10 clients (webservice consumers).

The return for this method in WS is an Object of strings (simple object).

If I changed anything in the object, this will change the WSDL ofcourse, and if the consumer is calling this method, he will get error parsing the new SOAP message.

So, I will have to inform all my clients to parse the new WSDL file once my EAR file is on production, and to deploy thier EAR files immediately, having a risk on synchronization between all parties!

Does anybody have an idea how to solve this issue (changeing the WDSL effect on client)?


Thanks
Hisham
reply
    Bookmark Topic Watch Topic
  • New Topic