How do I tell Axis to deserilize an xml-soapSOAPStruct in stubs?

2003-12-12 Thread Scott Ellsworth
Howdy, all. I have read through the responses to my last post, and tried various experiments, but I think I am just missing something. Here is a more specific, and thus hopefully easier question that might illuminate what I am missing. I am trying to deserialize the following return from my

Re: Proper WSDL allowing Axis to interpret a SOAP::Lite hash ref

2003-12-12 Thread Scott Ellsworth
On Dec 12, 2003, at 12:51 PM, [EMAIL PROTECTED] wrote: Just a word of warning. Hash tables are not a standard interop type. You will loose compatibility between SOAP implementations. I suggest you use an array of Java Beans with key/value pair concept. Fair enough. I am having a bit of troub

Proper WSDL allowing Axis to interpret a SOAP::Lite hash ref

2003-12-12 Thread Scott Ellsworth
Hi, all. I have searched the archives, but have not gotten quite enough of a clue to solve the problem I face. I wish to use Java to get the results from a call to a SOAP server running Perl SOAP::Lite. The function returns a hash ref, encoded as SOAP::Lite encodes. (raw soap call/retur