Re: Require Support
Michael Yuan <[email protected]> Wed, 22 Jan 2003 17:48:42 -0600 (CST)
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <[email protected]> |
> over the web using SOAP messages. Through testing, I have found that the > application takes an immense amount of time for any interaction between the > server and client. This seems to only be the case when testing on a Palm That usually indicates problems not related to kSOAP. Check whether you have buffered your input/output correctly. > for outbound messages from the client but I am unable to do the same for > inbound messages. Read the source code for Base64 and Date marshals. I suspect the problem is that the parser hangs or quits before it reached your marshal class. Are you using kSOAP 1.2 or 2.0? For a kSOAP v1.2 tutorial, read my JavaWorld article (subscription fee req. for now ...) http://www.javaworld.com/javaworld/jw-08-2002/jw-0823-wireless.html cheers Michael