RE: non-stub doc-lit client

2005-01-18 Thread Nathan Wardle
riginal Message- From: Jeff Greif [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 6:49 PM To: [EMAIL PROTECTED] Subject: non-stub doc-lit client When a wsdl operation is defined to be doc/lit, the org.apache.client.Call setOperation() methods seem to make unexpected assumptions ab

RE: non-stub doc-lit client

2004-10-06 Thread Flores, Raul
ginal Message- From: Jeff Greif [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 6:49 PM To: [EMAIL PROTECTED] Subject: non-stub doc-lit client When a wsdl operation is defined to be doc/lit, the org.apache.client.Call setOperation() methods seem to make unexpected assumptions abou

non-stub doc-lit client

2004-10-06 Thread Jeff Greif
When a wsdl operation is defined to be doc/lit, the org.apache.client.Call setOperation() methods seem to make unexpected assumptions about the form of the argument parameters, both in number and type. I tested this in axis-1_2RC1 using the client program pasted below. Clearly I must be missing