FW: Response Data Mapping Problems

2003-03-05 Thread Doug Haigh
I got everything working under Axis by changing the response data from 0 0 1 -335544320 -144719872 to 0 0 1 -335544320 -144719872 It appears the BeanSerializer does not match 'IoctlError' to 'ioctlError' in the HashMap. It wan

FW: Response Data Mapping Problems

2003-03-05 Thread Doug Haigh
s.client.Call.invoke(Call.java:2099) at org.apache.axis.client.Call.invoke(Call.java:1622) but IoctlError IS in the AdapterInfo class. Any suggestions? -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 6:11 PM To: [EMAIL PROTECTED] Subj

RE: Response Data Mapping Problems

2003-03-04 Thread Doug Haigh
: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 6:11 PM To: [EMAIL PROTECTED] Subject: RE: Response Data Mapping Problems The element is *not* part of the XML you can map. You can only map elements within that one, i.e. that element delimits the response "parameters&quo

RE: Response Data Mapping Problems

2003-03-04 Thread Scott Nichol
beanSer); > > Why does this mapping not associate the 'GetAdapInfoResponse' XML structure > in the urn:remote-adap response into the AdapterInfo class? > > Doug > > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 04, 2003

Re: Response Data Mapping Problems

2003-03-04 Thread Doug Haigh
I do not understand why it is not accepted (because I am a newbie) 1) Does the ns:GetAdapInfoResponse need to have the same namespace prefix as the request (ns1)? 2) Does the ns:GetAdapInfoResponse need to have a type like xsi:type="ns:GetAdapInfoResponse" 3) Does the ns:GetAdapInfoResponse need t

RE: Response Data Mapping Problems

2003-03-04 Thread Doug Haigh
Ser); Why does this mapping not associate the 'GetAdapInfoResponse' XML structure in the urn:remote-adap response into the AdapterInfo class? Doug -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 1:02 AM To: [EMAIL PROTECTED] Subject: Re:

Re: Response Data Mapping Problems

2003-03-03 Thread Scott Nichol
Just as the element http://schemas.xmlsoap.org/soap/encoding/";> is used to wrap the parameters for the method call, is used to wrap the return value and output parameters. In other words, this element is not part of the return value, so you cannot use this element as part of deserializi

Response Data Mapping Problems

2003-03-03 Thread Doug Haigh
I am trying to write a Java client that uses Apache SOAP to connect to a service running gSOAP. I have tried to model it after the addressbook example in the Apache SOAP toolkit. Unfortunately, when I get back the response, instead of mapping the data into an AdapterInfo object, the QueryErr