If you do that, do you still need to set the SSL properties (either as parameters to the JVM or using System.setProperty)?
On 6/7/05, Nathaniel A. Johnson <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Andy Kriger wrote: > > > > If there's an easier way to get the wsdl2java Ant task to work (like > > some way to pass the SSL info to the jvm so that the java task isn't > > needed) that'd be cool - otherwise it all works now and I hope this > > info will help the next person to come along. > > for testing, i just import the server cert into the jdk cacert file. > then it trusts your server and can make ssl connections. > > nate > > > > > thx > > > > > > > > On 6/7/05, Nathaniel A. Johnson <[EMAIL PROTECTED]> wrote: > > > > Andy Kriger wrote: > > > >>Thanks - I manage to get it working once I stopped using Ant to run > >>wsdl2java - is there a way to pass in those Java properties to the Ant > >>wsdl2java task? Or do I have to use a java task that calls wsdl2java? > > > > are you asking for help using the command line wsdl2java? > > > > http://ws.apache.org/axis/java/user-guide.html#WSDL2JavaBuildingStubsSkeletonsAndDataTypesFromWSDL > > > > or do you want help on the ant task? > > > > http://ws.apache.org/axis/java/ant/axis-wsdl2java.html > > > > nate > > > > > >>On 6/7/05, Nathaniel A. Johnson <[EMAIL PROTECTED]> wrote: > > > > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.0 (MingW32) > > iD8DBQFCpgBpgj8ksIjnb2wRAs4RAJ90NmZjNbSqdCMbnrci/df1eJIy6wCgholf > Yw7IDcHnTU8JQ01z6sM4NvE= > =MNm4 > -----END PGP SIGNATURE----- >
