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.


Reply via email to