Hi, I have written a web service client using Axis. the input parameters for the web service client in an XML file. I have a schema and wsdl. I have generated the stubs in eclipse using Axis 1.4. While generating the stubs the required java class files are created in the following path org.openmobilealliance.www.schema.sti.v1_0. When i am using xjc command for unmarshalling the xml file using the provided xsd file, I am getting the generated java files in the following path org.openmobilealliance.schema.sti.v1_0. So while I am reading from the xml file I am getting object from the package org.openmobilealliance.schema.sti.v1_0. But the web service client expects the parameter from org.openmobilealliance.www.schema.sti.v1_0 . So how do I integrated the JAXB generated classes and AXIS generated class. Any input will be great help to me.
Thanks. -- View this message in context: http://old.nabble.com/Using-JAXB-in-web-service-client-tp26367104p26367104.html Sent from the Axis - User mailing list archive at Nabble.com.