AW: [axis] beanMapping and deploy.wsdd help

2003-01-19 Thread Sebastian . Beyer
Hi Laura, maybe it would help if you can pass the exception thrown by the AdminClient. Id using Tomcat you should see this in the tomcat-console. But are you sure your languageSpecificType parameter in bean-tag is right? Try the praefix 'java:', therefor you defined the namesapce in deplyment-tag

ebXML from Axis

2003-01-19 Thread Kommineni, Sateesh (IndSys)
Hi All, Is it feasible to access the ebXML Registry from Axis . What ever documents i have gone through only mentioned that we can connect to UDDI Registry . Will there be any support for ebXML in the future ( if not present already??) As a novice i am some what confused by the amount of

[wsif] -- support for factory pattern for Java services?

2003-01-19 Thread Andre Tost
As far as I can tell, in the case of a service being a JavaBean, the classname of this bean is defined in the bindings. The code uses this classname directly to instantiate an instance of this object, using Class.newInstance(). Is there any chance (or plan) to support a level of indirection for