Revision 3069 trunk/applications/appCatalogYNomenclatorClient/src/es/gva/cit/catalogClient/drivers/CSWCatalogServiceDriver.java

View differences:

CSWCatalogServiceDriver.java
465 465
     * String with the SOAP message
466 466
     */
467 467
    public String getSOAPMessageCapabilities() {
468
        return SOAPProtocol.setSOAPMessage(getPOSTMessageCapabilities()[0].getValue());
468
        return SOAPProtocol.setSOAPMessage(getPOSTMessageCapabilities()[0].getValue(),null);
469 469
    }
470 470

  
471 471
    /**
......
475 475
     * String with the SOAP message
476 476
     */
477 477
    public String getSOAPMessageDescribeRecords() {
478
        return SOAPProtocol.setSOAPMessage(getPOSTDescribeRecords()[0].getValue());
478
        return SOAPProtocol.setSOAPMessage(getPOSTDescribeRecords()[0].getValue(),null);
479 479
    }
480 480
    
481 481
    /**
......
486 486
     */
487 487
    public String getSOAPMessageRecords(Query query, int firstRecord) {
488 488
        return SOAPProtocol.setSOAPMessage(getPOSTMessageRecords(query,
489
                firstRecord)[0].getValue());
489
                firstRecord)[0].getValue(),null);
490 490
    }
491 491

  
492 492
    /*

Also available in: Unified diff