Hi Eduardo,
Did you re-compile all the source, or just the Consants.java file? Those
constants are marked final.
Thanks,
-Matt
> -----Original Message-----
> From: Eduardo Yánez [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 20, 2001 6:44 PM
> To: [EMAIL PROTECTED]
> Subject: NS_URI_CURRENT_SCHEMA_XSI & NS_URI_CURRENT_SCHEMA_XSD
>
>
> Hi all,
>
> Why if i change in org.apache.soap.Constants.java file the
> NS_URI_CURRENT_SCHEMA_XSI and NS_URI_CURRENT_SCHEMA_XSD constants to:
>
> public static final String NS_URI_CURRENT_SCHEMA_XSI =
> NS_URI_2001_SCHEMA_XSI;
> public static final String NS_URI_CURRENT_SCHEMA_XSD =
> NS_URI_2001_SCHEMA_XSD;
>
> The SOAP Envelope i see in the left text window of the TcpTunnelGui is:
>
> <?xml version='1.0' encoding='UTF-8'?>
> <SOAP-ENV:Envelope
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
> xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
> xmlns:xsd="http://www.w3.org/1999/XMLSchema">
> <SOAP-ENV:Body>
>
> .... ????
>
> Should be 2001, not 1999.
>
> If Schemas is a proposed recomendation are this variables
> (NS_URI_CURRENT_SCHEMA_XSI and NS_URI_CURRENT_SCHEMA_XSD) required?
>
> Regards,
> E.Y.
>
>