Hi, I am integrating Castor, AXIS and Gsoap using an article from IBM at this address, http://www-106.ibm.com/developerworks/webservices/library/ws-castor/. I am trying to make my application compile by starting with a gsoap header. Generate a schema. Send the schema to Castor and build the java data binding classes automatically, from a single script with no editing. Also, I automatically send the wsdl to AXIS and that part is working OK.
Unfortunately, this line in the schema produced by gsoap <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> generates this error in castor, Unable to resolve Schema corresponding to namespace 'http://schemas.xmlsoap.org/soap/encoding/' Does anyone know how to suppress the generation of this statement or make it go away. When running the soapcpp2 against most of the samples this line is created. I am not an expert on XML so some background information here would be helpful. Douglas Kunzman Douglas Kunzman ------------------------------------------------- If you wish to unsubscribe from this list, please send an empty message to the following address: [EMAIL PROTECTED] -------------------------------------------------

