Changeset 16755
- Timestamp:
- 2008-08-13 14:12:05 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
other-projects/trunk/gs3-webservices-democlient/src/GS3DemoClient/org/greenstone/gs3services/AdminSOAPServer.java
r15222 r16755 260 260 261 261 // Let the messagerouter process the request message and get the response 262 Element response = mr.process(message);262 Element response = converter.nodeToElement(mr.process(message)); 263 263 // won't be null, MR always returns some XML response 264 264 other-projects/trunk/gs3-webservices-democlient/src/GS3DemoClient/org/greenstone/gs3services/QBRSOAPServer.java
r15485 r16755 727 727 728 728 // Let the messagerouter process the request message and get the response 729 Element response = mr.process(message);729 Element response = converter.nodeToElement(mr.process(message)); 730 730 // won't be null, MR always returns some response 731 731
