RE: wsdl2java and basic authentication

2008-10-01 Thread Jorge Medina
Report has been created: https://issues.apache.org/jira/browse/AXIS2-4060 From: keith chapman [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2008 9:25 PM To: axis-user@ws.apache.org Subject: Re: wsdl2java and basic authentication Could you

RE: wsdl2java and basic authentication

2008-09-30 Thread Jorge Medina
PROTECTED] Sent: Tuesday, September 30, 2008 11:09 AM To: Jorge Medina Subject: RE: wsdl2java and basic authentication appears you're behind a proxy server so you'll either need to specify WSDL2Java proxy settings e.g. --http-proxy-hostProxy host address if you are behind a firewall

RE: wsdl2java and basic authentication

2008-09-30 Thread Jorge Medina
I got it. There is a bug in version 1.4 The same line works fine in version 1.3 From: Jorge Medina [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2008 11:15 AM To: axis-user@ws.apache.org Subject: RE: wsdl2java and basic authentication

RE: wsdl2java and basic authentication

2008-09-30 Thread Martin Gainty
is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: RE: wsdl2java and basic authentication Date: Tue, 30 Sep 2008 11:21:31 -0400 From: [EMAIL PROTECTED

RE: wsdl2java and basic authentication

2008-09-30 Thread Jorge Medina
Actually, I only tested with version 1.4.1 and version 1.3 Version 1.3 works fine From: Jorge Medina [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2008 11:22 AM To: axis-user@ws.apache.org Subject: RE: wsdl2java and basic authentication I got

Re: wsdl2java and basic authentication

2008-09-30 Thread keith chapman
-- *From:* Jorge Medina [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, September 30, 2008 11:15 AM *To:* axis-user@ws.apache.org *Subject:* RE: wsdl2java and basic authentication No, I have the two computers in the same network, no firewall between them. The error wouldn't be 401

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
Thanks Upul but my problem is that I can´t generate the clases because the wsdl2java throws an exception because the server need user and password and I can´t give it. when wsdl2java.class invoke the server. Thanks again. Quino. On 10/1/07, Upul Godage [EMAIL PROTECTED] wrote: After you

Re: wsdl2java with Basic Authentication

2007-10-05 Thread Upul Godage
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 [EMAIL PROTECTED] wrote: Thanks Upul but my problem is that I can´t generate the clases because the wsdl2java

Re: wsdl2java with Basic Authentication

2007-10-01 Thread Upul Godage
After you generate the classes, you can do something like this when using the stub. HttpTransportProperties.Authenticator authenticator = new HttpTransportProperties.Authenticator(); authenticator.setPreemptiveAuthentication(true); authenticator.setAuthSchemes(Arrays.asList(new String[]{