I'm thinking of implementing proxy support. On Fri, Feb 13, 2009 at 7:23 AM, Sean O'Callaghan <[email protected]>wrote:
> Hi Benson, > > I understand the point you are making but I'm not sure what the tool can do > if there is a network issue and the xsd and includes are unavailable. What > do you suggest? > > If you are having network issues then one idea would be to make local > copies of everything and edit accordingly. > > Seán. > > > > -----Original Message----- > From: Benson Margulies [mailto:[email protected]] > Sent: 13 February 2009 12:02 > To: [email protected] > Subject: Re: Using wsdl2java behind a proxy server > > Sean, > > How well does that work with included wsdl and xsd files? > > --benson > > On Fri, Feb 13, 2009 at 4:49 AM, Sean O'Callaghan <[email protected] > >wrote: > > > Hi Dale, > > > > If you are having trouble connecting to an external wsdl than perhaps you > > could download the wsdl and run wsdl2java against this local copy. There > is > > no specific config for wsdl2java to workaround network issues. > > > > wsdl2java -h will give you detail of all the variables that you can > > configure. > > > > Regards, > > > > Seán. > > > > > > > > > > > > -----Original Message----- > > From: dale77 [mailto:[email protected]] > > Sent: 12 February 2009 22:10 > > To: [email protected] > > Subject: Using wsdl2java behind a proxy server > > > > > > Hello, > > > > how do I use wsdl2java behind a proxy server? > > > > I get "java.net.ConnectException: Connection refused: connect" trying to > > access an external wsdl on our LAN. Normally, I would configure our proxy > > server details with the software (e.g. curl -x proxy:3128 etc). How do I > do > > this with wsdl2java? > > > > Thanks > > > > Dale > > > > -- > > View this message in context: > > > http://www.nabble.com/Using-wsdl2java-behind-a-proxy-server-tp21986005p21986005.html > > Sent from the cxf-user mailing list archive at Nabble.com. > > > > >
