I have a working pair of (SOAP::Lite) client/server written in Perl. Now I need to re-code the client portion in Java to integrate it with a pre-existing framework.
Im running into trouble figuring out how to (de)serialize the data coming in. Im getting lots of "org.xml.sax.SAXException: Bad types" exceptions. The incoming bits are hash types in perl and are being translated into pairs of <int> and <string> by soap. It appears that I need to set a special type for my call to 'setReturnType' but Im not sure how to begin putting this together. Suggestions on how to proceed? -- View this message in context: http://www.nabble.com/java-Axis-client--%3E-SOAP%3A%3ALite-perl-server-tf4243176.html#a12074299 Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
