Hello one & ALL,
Did anyone tried to deploy, which returns
org.w3c.dom.Document .
If YES then pls help me to deploy my code....Heres am attaching the source code of my example, but am able deploy string return. I appreciate if some one can help me out to fix this.... <<DocumentServiceClient.java>> <<DocumentService.java>> <<deployWSDD.txt>> Thanks, -- Krishna ------------------------------------------------------------------------- *: bus: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> *: +1 (314) 331 - 9897 *: per: [EMAIL PROTECTED] *: +1 (925) 864 - 0012
DocumentServiceClient.java
Description: Binary data
DocumentService.java
Description: Binary data
<?xml version="1.0" encoding="UTF-8"?> <deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java" xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance"> <!-- DocumentService example : style="message" OR provider="java:MSG"--> <service name="DocumentService" style="document"> <parameter name="className" value="ws.axis.server.DocumentService"/> <parameter name="allowedMethods" value="*"/> </service> </deployment>
