Re: axis-ant wsdl2java mappings

2004-10-18 Thread Digby
Got it - whatever's in the wsdl definitions/@targetNamespace, yes? Digby wrote: Hi, I can't understand what you're supposed to put into the axis-ant mapping namespace to get my own package names generated for classes by the wsdl2java task. This is what I have (using an tes

axis-ant wsdl2java mappings

2004-10-18 Thread Digby
verbose="true"> http://www.xmethods.net/"; package="com.company.package"/> I've tried every combination of namespace but always get the default package names rather than com.company.package. Can anyone help and explain what I'm supposed to use? TIA Digby

FW: Creating a service in an applet

2002-04-30 Thread Knight, Digby
Hmm - just checked the archive. Seems that this has been discussed and there are security manager problems with what I'm trying to do. I'll just create an application instead. > -Original Message- > From: Knight, Digby > Sent: 30 April 2002 10:26 > T

Creating a service in an applet

2002-04-30 Thread Knight, Digby
tom. The applet is in the same package as my test client and they both import the same packages. Any ideas anyone? Many thanks. Digby java.lang.ExceptionInInitializerError at org.apache.axis.client.Service.(Service.java:109) at com.invesco.test.ProjectionApp.getProjectionButton