Date of final version

2002-03-05 Thread Stefan Taubenberger
Did anyone know about when the final relase would be published ? Somthing else like, we expect in summer 02 (Aug.) Or anything else.. Greetings

Re: JMS on Axis

2002-03-05 Thread Stan Jordan
Jeelani... See Chapter 5 of "Building Web Services with Java" (p. 295). You can download the source from www.samspublishing.com If you get this to work, please let me know. I have not tried it. Cheers. Stan - Original Message - From: "Jeelani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

JMS on Axis

2002-03-05 Thread Jeelani
Hi, Has any body used JMS as the transport protocol with Axis services? In our project, we have a requirement of sending messages asynchronously to Axis service. Hence, if any body has already done it, kinldy provide me some pointers. Thanks and Best Regards, Jeelani

location of client-config.wsdd

2002-03-05 Thread NACHIMUTHU,PALANIAPPAN (HP-Cupertino,ex1)
Hi, Currently an Axis client picks up handler(s) info from a client-config.wsdd file in the current directory. Is there any way to configure an Axis client so it picks up client-config.wsdd from another directory? What I'm interested in is to use the client library from within a soap server.

RE: Bad envelope namespace ( again, and again, and again ... )

2002-03-05 Thread Kevin . Ross
Yes, tomcat was restarted. I am using the latest cvs source and building it myself. Kevin Ross www.bredex.com "Simon McCl

Auto-Generated WSDL (i.e. "?wsdl")

2002-03-05 Thread Lasker, Kory
As the userguide and documentation states, any services deployed should be able to autogenerate WSDL by adding ?wsdl to the end of the URI like this: http://localhost:7000/axis/services/MyService?wsdl However, it appears my WSDD-deployed service only outputs the generic HTML message whene

RE: Bad envelope namespace ( again, and again, and again ... )

2002-03-05 Thread Simon McClenahan
I hate to state the obvious, but did you restart Tomcat? Also, if you're playing around with different versions of axis, make sure that the same axis.jar is in both places. HTH. cheers, Simon

AXIS + JRun -> Array - Deserializer exception

2002-03-05 Thread Oliver Graemer
Hi, I've made a simple soap-java-client (with axis nightly build 03.03.2002) which retrieves an array of user defined types ('Buchung') from a .NET-WebService. If I deploy it on my development server (TOMCAT 4.0.1) all works as expected. If I deploy it on our production server (JRUN 3.1) I get

RE: Bad envelope namespace ( again, and again, and again ... )

2002-03-05 Thread Kevin . Ross
I'm new to axis, trying to get it going and I am getting the bad namespace error. I did put axis.jar in the tomcat4.0.1/common/lib as described in the referenced message, but I still get the following error. Any ideas? Kevin Ross www.bredex.com C:\development\projects\xml-axis\java\samples\s

Re: problem running the message example of the nightlybuild

2002-03-05 Thread Steven Gollery
Frank, Are you running the nightly build, or alpha 3? Steven Gollery Frank van Lingen wrote: > Hi, > > I am trying to run the message example of the nightlybuild version. I > get an error message when I run the client: > > Exception in thread "main" no 'methodName' option was configured for >

Re: problem running the message example of the nightlybuild

2002-03-05 Thread Stan Jordan
Frank... The messaging example works fine. Make sure to copy the *new* axis directory to %TOMCAT%\webapps because the example will not work with the alpha3 jar files. Cheers. Stan - Original Message - From: "Frank van Lingen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Mar

RE: Should we develop using Axis?

2002-03-05 Thread Taras Shkvarchuk
Compelling reasons to NOT USE axis yet: 1) Its is still alpha. Very alpha in terms of error handling. You if you expect always good SOAP, and don't mind AXIS dieing if someone is using "myPrefix25:string" instead of "xsd:string" for type names. 2) API will be similar 6 months down the road, but do

problem running the message example of the nightlybuild

2002-03-05 Thread Frank van Lingen
Hi, I am trying to run the message example of the nightlybuild version. I get an error message when I run the client: Exception in thread "main" no 'methodName' option was configured for the service'MessageService' I changed the name attribute of the parameter element from allowedMethods to met

Re: looking for Axis messages example

2002-03-05 Thread Steven Gollery
Marcel, If you're using alpha 3, you might want to take a look at my response to a similar question in the "axis message example" thread. Basically, the nightly build example doesn't work with alpha 3. Steven Gollery [EMAIL PROTECTED] wrote: > > The only example is in the latest nightly build.

Re: axis message example

2002-03-05 Thread Steven Gollery
If you're using the nightly build, the messaging example will work fine, and you can skip the rest of this message. But that example does not work if you are using alpha 3. The problem is that the required signature for the service has changed. In alpha3, the service has to receive and return a Do

Should we develop using Axis?

2002-03-05 Thread David Ethell
We are nearing the end of alpha development for a web services application and have thus far used Apache Soap 2.2. The SOAP services are working great, but now we'd like to add WSDL capabilities and also look for general performance improvements. I've looked through the axis-user list and it looks

multirefs: Urgent

2002-03-05 Thread Rania Khalaf
Hi, When I hit a in my specialized deserializer, I need to get the name of the element that ref'ed this muliref, and if there are more than one then I need the last one. The problem I am having is that when the element first enters my deserializer with OnStartElement its name is already lost an

Re: The client fails decoding the response

2002-03-05 Thread Rania Khalaf
Hi Jens, try turning multi-ref off. You will have to do it both client and server side. to do it server side, look for the mutliref property in the server-config.wsdd file. To do it client side: call.setOption(AxisEngine.PROP_DOMULTIREFS, new Boolean(false)); The problem is in the Axis vector des

Error: White space is required between the public identifier and the system identifier.

2002-03-05 Thread Okku Touronen
I have searched the archives but can't find any solution to this problem. I try to build a java stub from a WSDL-file using the java2wsdl tool, i have tried both Alpha3 and the 2002-03-04 nightly build. The WSDL file is generated from a web-service created with the release version of .NET I have

Complex structure

2002-03-05 Thread Stefan Taubenberger
Hello everybody, i have a question to complex Data Types ? If i had any complex data Type like this: http://soap_struct"; xmlns="http://www.w3.org/2001/XMLSchema";> and i call the client with the input of struktur1 i cant get any response... I get

Apache SOAP Client to Axis Service

2002-03-05 Thread Gus Delgado
I'm trying to get an Apache SOAP 2.2 client to talk to an Axis Web Service, Here is the code for the client, I seem to be getting a SoapException though.I'm using the userguide.example3 and I've changed it so that it will return an Element // Build the call. Call call = new Call(); call.setTarge

RE: Bad envelope namespace ( again, and again, and again ... )

2002-03-05 Thread Simon McClenahan
The only solution found so far is a workaround. Copy $TOMCAT_HOME/webapps/axis/WEB-INF/lib to $TOMCAT_HOME/common/lib . Search for "bad envelope namespace" in the archives at http://marc.theaimsgroup.com/?l=axis-user&r=1&w=2 . For example, this message http://marc.theaimsgroup.com/?l=axis-user&m=1

WSDL2Java -problem : no desrializer defined for array type ...

2002-03-05 Thread oliver . kowalke
Hi, I've a .NET Server which returns arrays of user defined tpyes. I genereted Java classes with WSDL2Java for my java client. All works except deserializiation of arrays! ErrorMsg: org.xml.sax.SAX.Exception : No deserializier defined for array type urn:MyURN:Buchung. I looked into the cto

Publishing to a registry

2002-03-05 Thread Monika Solanki
Hi all!! I am trying to publish to a registry using JAXP and although, I have suppied the userid and password, I am still getting an exception of "No credentails found". Is there anything else I am supposed to do ? Thanks -- >**<>**<>**<>**<>**<>**<>**<>**<>**<>**< Monika Solanki De

Re: axis message example

2002-03-05 Thread Doug Davis
Look at the latest version of the code - there's a messaging sample in there. Plus you can look at how the AdminClient does its job - it doesn't use RPC. -Dug "Frank van Lingen" <[EMAIL PROTECTED]> on 03/04/2002 09:29:32 PM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc:

Re: looking for Axis messages example

2002-03-05 Thread joost . den . boer
The only example is in the latest nightly build. Joost "Marcel Janssen" <[EMAIL PROTECTED]> 2002-03-05 04:41 Please respond to axis-user                 To:        [EMAIL PROTECTED]         cc:        (bcc: Joost den Boer/EHV/CE/PHILIPS)         Subject:        looking for Axis messages e

Re: axis message example

2002-03-05 Thread joost . den . boer
Frank, I had the same question. The only answer I got is go to the maillist site (via Axis page) and search for 'axis messaging' Joost "Frank van Lingen" <[EMAIL PROTECTED]> 2002-03-05 03:29 Please respond to axis-user                 To:        <[EMAIL PROTECTED]>         cc:        <[

NoSuchMethodError when trying to call stubs

2002-03-05 Thread Claudio Buffa Pace
HI all: I am a little lost at this point. I initialy started out by having problems with wsdl2java not creating the java files correctly. I solved that by getting hold of one of the night builds. No I have a run time problem. When I run the junit tests, or even if I write my own test cli

RE: Instructions to use Web Services over SSL ( Axis and HTTPS )

2002-03-05 Thread Benoit Galy
Hi, I needed the HTTPS proxy setting so I debbuged the HTTPSender file from Axis simply by removing the handshake method and replacing it with the one in the JSSE sample "SSLTunnelSocketFactory" here is the corrected (still dirty...) code...and it works... Benoit Galy /* * The Apache Software