Re: Problem with multiple parameters

2004-01-13 Thread Shantanu Sen
Are you using the rpc-encoded or doc-lit? If you used doc-lit, you may need to use the wrapped style option. Shantanu Sen --- Rosén_Håkan <[EMAIL PROTECTED]> wrote: > Hi, > I have written an interface : > public interface Myervice { > public boolean logonTest(String username, String > pword )

Re: Problem with multiple parameters

2004-01-13 Thread Jim Stafford
I have done nearly the same with the alpha (and previous versions) successfully. I would suggest you either * add some debug statements to the Stub and/or Skeleton to determine what is happening at the Call level, * insert the monitor at the TCP level (see bottom of http://ws.apache.org/axis/jav

Problem with multiple parameters

2004-01-13 Thread Rosén Håkan
Hi, I have written an interface : public interface Myervice { public boolean logonTest(String username, String pword ); } and generated classes via java2wsdl and deployed the service. Then I wrote a client that passes a username/password to the service. My problem is that the second parameter '