Ignore:
Timestamp:
2017-09-21T10:10:15+12:00 (7 years ago)
Author:
kjdon
Message:

noteToElement is in GSXML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/resources/java/SOAPServer.java.in

    r22295 r31977  
    3232 * The server side of a SOAP connection
    3333 *
    34  * @author <a href="mailto:[email protected]">Katherine Don</a>
    3534 * @see <a href="http://www.w3.org/TR/SOAP/">Simple Object Access Protocol (SOAP) 1.1 </a>
    3635 */
     
    7776        Element new_req = GSXML.duplicateWithNewName(req.getOwnerDocument(), req, tag_name, true);
    7877        Node n = mr.process(new_req);
    79         Element r = XMLConverter.nodeToElement(n);
     78        Element r = GSXML.nodeToElement(n);
    8079        // add the namespace back on
    8180        //Element new_res = r;
Note: See TracChangeset for help on using the changeset viewer.