• 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

Upgrading Axis 1.1 to Axis 1.4 gives Schema Validation Error

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have upgraded Axis jar version from Axis 1.1 to Axis 1.4, after upgrade I am getting

General Data Error:15002:Request/Response Schema Validation Error

Before upgrade:

We have a legacy code(Client/Consumer) written using JDK1.3 and Axis 1.1, The code is able to consume web service exposed by our vendor.

After upgrade

After upgrading consumer with JDK1.6 and Axis 1.4, I need to update the code as shown below.


The consumer code is not able to consume web service exposed by vendor.

Stack trace:

Any hint will be appreciated.

 
reply
    Bookmark Topic Watch Topic
  • New Topic