Re: wsdl2java with Basic Authentication

2007-10-08 Thread Leo Stevens
Thanks Upul ! it worked to me !! thanks again !!! Quino On 10/5/07, Upul Godage [EMAIL PROTECTED] wrote: Hi Quino, You can try giving username and password in the url. ./wsdljava.sh -uri http://username:[EMAIL PROTECTED]:port/path/service?WSDL Upul On 10/5/07, Leo Stevens

Re: wsdl2java with Basic Authentication

2007-10-05 Thread Leo Stevens
[]{ HttpTransportProperties.Authenticator.BASIC})); authenticator.setUsername(username); authenticator.setPassword(password); stub._getServiceClient().getOptions().setProperty( HTTPConstants.AUTHENTICATE,authenticator); Upul On 10/2/07, Leo Stevens [EMAIL PROTECTED] wrote: Hi ! I have to invok a ws

wsdl2java with Basic Authentication

2007-10-01 Thread Leo Stevens
Hi ! I have to invok a ws with Basic Authentication (user and pass), but first I need to create the java classes so I need run WSDL2JAVA.class with user and pass, so my question: Is it posible to set a java env param with username and password. Thanks . Quino.

Re: How to write a wsdd for a service that has a List

2005-08-11 Thread Leo Stevens
HI DEVAL ! you can ! but it´s not easy, you must create a serialized and deserialized ArrayList class. I recomend you to use an Array Object definition because Arrays are standar in all plataform. !!! then in the client you load a list with the object array. bye quino1 On 8/10/05,