Revision 3903 branches/v05/applications/appCatalogYNomenclatorClient/src/es/gva/cit/catalogClient/protocols/SOAPProtocol.java

View differences:

SOAPProtocol.java
137 137
 * @param schemas 
138 138
 */
139 139
    public static String setSOAPMessage(String message, String[] schemas) {        
140
        String soap =  "<SOAP:Envelope xmlns:SOAP=\"http://schemas.xmlsoap.org/soap/envelope/\"";
140
        String soap =  "<SOAP:Envelope xmlns:SOAP=\"http://schemas.xmlsoap.org/soap/envelope/\" " +
141
        	"xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"" ;
141 142
        if (schemas != null){
142 143
            for (int i=0 ; i<schemas.length ; i++){
143 144
                soap = soap + " " + schemas[i];

Also available in: Unified diff