SV: next Release of Axis ?

2003-12-17 Thread Uwe Kubosch
well, if you go to http://ws.apache.org/axis and look under > the c++ section > it says that the beta version has been released. > > > -----Original Message- > > From: Uwe Kubosch [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, December 17, 2003 1:25 PM > > To

SV: next Release of Axis ?

2003-12-17 Thread Uwe Kubosch
> When can we expect the next release ( beta) of Axis ? > > Axis c beta is already out Could someone update the website? I cannot find the beta anywhere... Uwe

SV: WSDL2Java error

2003-12-05 Thread Uwe Kubosch
> Hello > I am trying to generate java stubs from the wsdl file that I have Are you by any chance using NonStop Soap? It generated wsdl and soap messages with syntax and parse errors. Anyway, try prefixing the guilty fault tags with "soap:" So that they get the right namespace. donV

SV: RMI Axis Service

2003-11-20 Thread Uwe Kubosch
PACHE WSIF. I have no expirence with it but there is an articel in german Java-Magazin (9/03). best regards Harry Am Mi, 2003-11-19 um 10.29 schrieb Uwe Kubosch: Hi all! We have a java class published as a SOAP web service with Axis. We also wish to publish the same class as an RMI service. We

RMI Axis Service

2003-11-19 Thread Uwe Kubosch
Hi all! We have a java class published as a SOAP web service with Axis. We also wish to publish the same class as an RMI service. We have made custom handlers for the Axis service that handle the generation of a security context, auditing, transaction handling and statistical logging. Is it

SV: Deploying Providers ?

2003-11-13 Thread Uwe Kubosch
3.) Tell Axis about the new Provider. Axis is looking for a > file in the > directory structure META-INF/service in the classpath with > the file name > org.apache.axis.deployment.wsdd.Provider > > META-INF/services/org.apache.axis.deployment.wsdd.Provider > > In the fil

SV: Deploying Providers ?

2003-11-12 Thread Uwe Kubosch
ws passing > configurable attributes of the messageContext to > the service in a appended Parameter. > > Tell me what you think about this ! > > Stefan > > Uwe Kubosch schrieb: > > Hi Stefan! > > > > > I wrote my own provider but I cant test it, bec

SV: Deploying Providers ?

2003-11-12 Thread Uwe Kubosch
Hi Stefan! > I wrote my own provider but I cant test it, because > I didnt find anything about deploying providers. > > How can I tell Axis to use my Provider for some service ? > Is there a possibility to tell axis that java:MyRPC is > of class package.MyRPCProvider in the server-config.wsdd ?

SV: Archive Search

2003-11-12 Thread Uwe Kubosch
> Is it possible to browse or search the mailing list archives > for axis-user? I can't find it anywhere. Sorry, found it *feeling stupid* doNV

Archive Search

2003-11-12 Thread Uwe Kubosch
Hi all! Is it possible to browse or search the mailing list archives for axis-user? I can't find it anywhere. donV

Addressbook sample error

2003-02-27 Thread Uwe Kubosch
Hi! I just tried running WSDL2Java on the Addressbook.wsdl sample, and found 3 errors in the WSDL file: 1. There is a mismatch in the binding name: StockQuoteSoapBinding <--> StockQuoteBinding 2. The datatype for price needs prefixing 2. The datatype for tickerSymbol n

WSDL problem

2003-02-27 Thread Uwe Kubosch
Hi all! I'm a newbie to Axis and WSDL, but I hope you can help me. I have an autogenerated WSDL file that I wish to run WSDl2Java on. Running WSDL2Java gives the following output: java.io.IOException: Binding operation has no corresponding portType operation: name = BetalingInnland, input na

NullPointerException in Service()

2003-02-26 Thread Uwe Kubosch
. When I run the initialization without threads, it works. Any help is greatly appreciated. With kind regards, Uwe Kubosch Exception: java.lang.NullPointerException at org.apache.commons.discovery.resource.classes.DiscoverClasses$1.getNextClass(DiscoverClasses.java:128) at