File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes changing xml request version from 1.0 to 1.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "changing xml request version from 1.0 to 1.1" Watch "changing xml request version from 1.0 to 1.1" New topic
Author

changing xml request version from 1.0 to 1.1

Madhu Mala
Greenhorn

Joined: Aug 22, 2012
Posts: 1
Till now we have been using



with schema specification as



Now we are introducing 1.1 request version along with 1.0. Depending on the input request version number, application should pick the corresponding schema.



The schema specification for version remains the same.

I developed my application which checks the incoming version and picks the schema file accordinglyand its working as expected locally with JBOSS 5.1 server. But when I deploy to Dev its giving me



Can any one help me if I need to change the schema specification to specifially match 1.1??




 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: changing xml request version from 1.0 to 1.1
 
Similar Threads
Does Spring framework supported by godaddy shared linux hosting
problem in ResourceBundleViewResolver
.Net Client for Axis Web services
spring security 3.1 login not working.
Struts1+Hibernate+Tomcat and encoding problem