Can anyone provide a few clues on what is required to add DIME
functionality to a web service.  Specifically, if I return a simple
string, how do I get the message to break into chunks using dime.  If
there is a good HOWTO with samples link, that would be wonderful!

SimpleWS {
        String sDocument = "Some big XML Document with 100,000
characters";
        return sDocument;
}

File .wsdd 
<deployment xmlns="http://xml.apache.org/axis/wsdd/";
            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
        <service name="SimpleWS" provider="java:RPC">
                <parameter name="className" value="mypackage.SimpleWS"/>
                <parameter name="allowedMethods" value="*"/>
        </service>
</deployment>


Thanks,

Ken Lee

Reply via email to