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. > >
