Re: Nil problem - one more step

2002-06-27 Thread Sam Ruby
[EMAIL PROTECTED] wrote: > > I'll just try to move to axis on both ends ( well, a modified axis > that uses Hashtables for maps, otherwise I'll have to edit too > much code ) > > Any info on this one ? Is the correct mapping a Hashtable or a > HashMap ? Now we should support either. Give it a

Re: Nil problem - one more step

2002-06-27 Thread costinm
On Thu, 27 Jun 2002 [EMAIL PROTECTED] wrote: > I'll just try to move to axis on both ends ( well, a modified axis Done. Sam and everybody - many thanks for your help, I got everything working on axis. There is only the Hashtable problem, but I'll just use a modified axis for now. Costin

Re: Nil problem - one more step

2002-06-27 Thread costinm
On Thu, 27 Jun 2002, Sam Ruby wrote: > > targetException=java.lang.IllegalArgumentException: No mapping found for > > ':name' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.] > > > > at org.apache.soap.rpc.Call.invoke(Call.java:296) > > So, provide a mapping

Re: Nil problem - one more step

2002-06-27 Thread Sam Ruby
Costin Manolache wrote: > > After updating apacheSOAP to the latest version - it > seems it detects nil corectly, and it has another problem. > > What apacheSOAP sends is: > > > What Axis sends: > > > ApacheSOAP doesn't accept this input, since the type is missing > ( xsd:string ) - so it fa