jQuery in Action, 2nd edition
The moose likes Web Services and the fly likes axis server and SOAP:lite problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "axis server and SOAP:lite problem" Watch "axis server and SOAP:lite problem" New topic
Author

axis server and SOAP:lite problem

xhaydn xhaydn
Greenhorn

Joined: Aug 25, 2003
Posts: 1
Hi,
I am developing a SOAP:lite client consuming web service from Apache Axis.
I am facing a problem as SOAP:lite can only recognize 1999 xmlschema

Is there a way to force Apache Axis to use
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/1999/XMLSchema"

instead of
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"

Axis version 1.1
SOAP:lite version 6.0
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: axis server and SOAP:lite problem
 
Similar Threads
Error : Axis Engine Cudn't find the target
WSAD 5.1.1 SOAP RPC return type of Object[]
Response <item xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
hi there..i hava a problem with the apache axis..
unable to connect to .Net web service using axis with java