Changeset 16785
- Timestamp:
- 2008-08-14 12:13:25 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
other-projects/trunk/gs3-webservices-democlient/src/GS3DemoClient/org/greenstone/gs3services/AdminSOAPServer.java
r16762 r16785 261 261 262 262 // Let the messagerouter process the request message and get the response 263 Element response = converter.nodeToElement(mr.process(message));263 Element response = XMLConverter.nodeToElement(mr.process(message)); 264 264 // won't be null except when Node returned is not an element 265 265 // otherwise, MR always returns some response other-projects/trunk/gs3-webservices-democlient/src/GS3DemoClient/org/greenstone/gs3services/QBRSOAPServer.java
r16762 r16785 728 728 729 729 // Let the messagerouter process the request message and get the response 730 Element response = converter.nodeToElement(mr.process(message));730 Element response = XMLConverter.nodeToElement(mr.process(message)); 731 731 // won't be null except when Node returned is not an element 732 732 // otherwise, MR always returns some response
