Nigthly build 03/14 fails

2002-03-14 Thread Parimi Srinivas
why does AdminClient fails to list services ?. I am using nightly build 03/14. Exception is NoSuchMethodError at org.apache.axis.encoding.DeserializationContextImpl.parse(Unknown Source). Am I missing anything ?. Thanks,

Basic Design Issue..

2002-03-14 Thread Kumar, Vinay 2
hello, i'm new to AXIS/TOMCAT, so please aware me with the following: my client is a Applet is there any way that my Web Service at the Server is able to update the Client Applet without its request i.e i want my Web Service to push properties to the Client Any Comments? Suggestions? VINK

How to use SOAP Message

2002-03-14 Thread IKEDA Katsumi
Hi, I used Apche SOAP 2.2 to transport client and server. If I want to send SOAP Message [A:] , I write java code [B:]. Now, I want to use Axis. Please tell me how to use SOAP Message with Axis. [A: SOAP Message] ABC [B: Java Code for Apche SOAP 2.2 ] Envelope env = new

RE: javax.servlet package

2002-03-14 Thread Ma, June
Yup, this.hashCode() instead of hashCode() got rid of the warnings. For line 367, the version I have (alpha3), both the try block and the catch block are empty. Maybe you are still adding more stuff ? Thanks, -June -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent:

axis response is empty

2002-03-14 Thread Liang, Chihong
I am trying to create a web service by deploying some simple classes on axis. But the response received by my client contains no SOAP message. Let me describe the situation as below: Apache Axis: beta-1 rc2 J2EE server: Tomcat 4.0 (I use the one bundled in Sun 's Web Service pack ea1) JDK: versio

ref= not fully supported

2002-03-14 Thread Steve Jankowski
It appears that Axis WSDL2Java does not fully support the use of "ref=" in the XML Schema. The Java generated for "metric" has no code for attribute "name". However, "ref=" sort of works for elements. Given the above:

Data Streams in Axis

2002-03-14 Thread Arun swaran Jagatheesan
Hi, Will it be possible in future to send data from Axis client to server without reading all the data into the memory? This might be useful in cases where we need to send huge amount of data either as an attachment or in the SOAP body it self. Thanks, ARun. > -Original Message- > From:

RE: Has anyone seen the DIME spec

2002-03-14 Thread McLane, Bryan
Probably just so that they can have their own product. > -- > From: James McCarthy[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Wednesday, March 13, 2002 7:04 AM > To: [EMAIL PROTECTED] > Subject: Has anyone seen the DIME spec > > I just read a

SAXException : SimpleDeser cannot handle structured data

2002-03-14 Thread Vemuri, Vijay
Hi, I am trying to execute a Web service on a remote server (services written using ASPs and DLLs). I am using Axis to call these web services. The request seems to reach the server, the server even interprets the requested SOAP request and spits out the correct XML result document in the

Array complexType

2002-03-14 Thread Simon McClenahan
In my WSDL embedded Schema I have: ... ... After WSDL2Java and making a call, the request shows: ...

RE: [server-config.wsdd]

2002-03-14 Thread St-Germain, Sylvain
Understand. However, the fact that currently I am not being able to play with the Call object is my major issue. I ultimately need the ability to play with it outside the Stub. I agree that the header stuff probably belong more to the service than the call though. I guess I am simply lookin

RE: parameter names on method not correct

2002-03-14 Thread Peake, Chris
Disregard, I appears this 'is' working now. I used today's build. It could have been configuration. Not sure and no time to track down, but it is working now. chris -Original Message- From: Peake, Chris Sent: Thursday, March 14, 2002 12:26 PM To: [EMAIL PROTECTED] Subject: parameter n

RE: Message header value is null

2002-03-14 Thread Glen Daniels
Just fixed this. !!!NOTE!!! header.getValue() will NOT return what you want (i.e. the deserialized value of the header). You should be using getObjectValue(). This is because JAXM already defined a "getValue()" method which returns something like the text content of the node, and we couldn

Re: Getting started Part 2

2002-03-14 Thread Frank Griffin
Eddie Post wrote: > Frank, > > I am afraid I don't really follow you. > I didn't installed any war file. I'm probably not anyone you want to listen to. I've never used Tomcat, and just started with Axis in JBoss/Jetty. However, I noticed that I would get the messages you got if I had deployed

RE: [server-config.wsdd]

2002-03-14 Thread Russell Butek
Making the getCall method public doesn't do any good. Well, it might do SOME good. getCall gives you a Call object, but that Call object would never be used in a stub invocation. The only good it does is if you call methods (like setOption!) that affect low-level objects that hang around longer

Re: Getting started Part 2

2002-03-14 Thread Eddie Post
Frank, I am afraid I don't really follow you. I didn't installed any war file. I just put my example.axis.HelloServer.class in classes/example/axis dir. And I deployed the class with a deploy.xml (or should this have a .wsdd extension) file just like with TomCat. So what am I doing wrong and wha

Calculator example is not working for me

2002-03-14 Thread Chris Evans
I am running Red Hat Linux 7.2, JDK 1.3.1_02. Tomcat's examples work ok, and so did example 1 under "Consuming Web Services with Axis". But I followed the instructions under "Publishing Web Services with Axis". When I click on the link "http://localhost:8080/axis/Calculator.jws"; I get the f

Re: literal encoding and style=document

2002-03-14 Thread Stan Jordan
Chris... The LocalTime service seems to be down, so try this one instead... http://www.esynaps.com/WebServices/DailyDiblert.asmx It is also style=document". Cheers. Stan - Original Message - From: "Stan Jordan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thurs

Re: literal encoding and style=document

2002-03-14 Thread Stan Jordan
Chris... You can create Axis client that uses this service... http://alethea.net/webservices/LocalTime.asmx First, create the wsdl by entering the URL into your browser with ?wsdl tack on. Then use Axis WSDL2Java to create stubs, then write your client. Works fine. You will see that style="do

Message header value is null

2002-03-14 Thread Till Woerner
Hi, I'm playing around with axis beta1 rc2 and header elements in soap message. Now I have following problem: The header entry that arrives at the server is (the arriving message is totally ok IMO): --- two --- Then I use this code to extryct the header (This is an extract from a handl

Re: UDDI4j and Axis 3/13 build

2002-03-14 Thread Doug Davis
Make sure you have jaxrpc in your classpath - or if you're running with tomcat 4.0.2 make sure its in tomcat's common lib dir. -Dug "Chris Haddad" <[EMAIL PROTECTED]> on 03/15/2002 02:00:17 PM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc:<[EMAIL PROTECTED]> Subject:

UDDI4j and Axis 3/13 build

2002-03-14 Thread Chris Haddad
Axis - I'm having an interoperability issue using UDDI v2 with the 3/13 snapshot of Axis. javax/xml/rpc/Service does not seem to be available. Where would I find this class? My transport is configured to use Axis: TransportClassName=org.uddi4j.transport.ApacheAxisTransport Here is t

RE: [server-config.wsdd]

2002-03-14 Thread St-Germain, Sylvain
I tend to agree with you but in the mean time it is impossible for someone to set the options without hacking it in the Stub class. I have the same problem with seting the Call's soap header. I've allways avoided to ask the following question, but here it is: Could we make the getCall() method

RE: [server-config.wsdd]

2002-03-14 Thread Russell Butek
You don't. A new Call object is instantiated for every invocation, so there is no Call object per Stub. I'm considering putting a _setOption method on the Stub that forwards the setOption to the Call once it's instantiated, but I haven't decided whether that's the right thing to do. It's an easy

RE: SOAP response tags by WSDL2Java

2002-03-14 Thread milos . cekovic
Hi there, We are experiencing just the same behaviour with the release candidate 2 of the beta 1. In our example we are getting class cast exception on the client side because following message 3276 was received, but instead of getDataDictionaryResult the client is exp

Hi want to know the update on requirements page link

2002-03-14 Thread Karna Harsha
Hi, I want to know the AXIS requirements and Status link is updated as per Beta rc2? Thanks. __ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/

service response

2002-03-14 Thread milos . cekovic
Hi there, I have a problem with the response of a service. I wrote wsdl (you can find it below) and generated java stubs. Request creation works fine (you can find it below), but the response created (you can find it below) is a bit weird. I defined that output of the operation getDataDictionary

literal encoding and style=document

2002-03-14 Thread Chris Haddad
Axis-user - Has anyone seen an example service that uses literal encoding and/or wsdlsoap:binding style="document" in conjunction with Axis? thanks, /Chris

java.lang.ClassNotFoundException: byte

2002-03-14 Thread Nuno Guerreiro
Axis is generating this fault everytime I invoke a service which contains elements which have byte as their types. Below is the full stack trace: HTTP/1.1 500 Internal Server Error Content-Type: text/xml; charset=utf-8 Content-Length: 4306 Date: Thu, 14 Mar 2002 16:39:51 GMT Server: Apache T

RE: [server-config.wsdd]

2002-03-14 Thread St-Germain, Sylvain
How do you get to the Call object from the Stub? Sylvain. -Original Message- From: Simon McClenahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 10:34 AM To: [EMAIL PROTECTED] Subject: RE: [server-config.wsdd] On the client you set an option on the Call. >From http://mar

parameter names on method not correct

2002-03-14 Thread Peake, Chris
I see where fixes have been made to ClassRep.java and JavaUtils.java to have a method getParameterNamesFromDebugInfo which is 'supposed' to get the parameter names if the class file has been compiled with 'debug' info. But, on a mehtod like: public void doSomething(firstLong long, secondLong l

RE: webstart & axis.client & DefaultEngineConfigurationFactory problems

2002-03-14 Thread Vemuri, Vijay
Hi, I am getting the following exception "SimpleDeser cannot handle structured data". The server is indeed generating the resultant SOAP document,(which looks valid), so I am not sure as to why the client is generating this exception. Any tips are greatly appreciated. Thanks, Vijay. ---

webstart & axis.client & DefaultEngineConfigurationFactory problems

2002-03-14 Thread Token Scotsman
Anyone got any thoughts on this? I have a Java client app that uses a web service via WSDL2Java generated code. This works fine standalone. I would like to webstart the client (it is very light). However org.apache.axis.client.Service uses DefaultEngineConfigurationFactory (DECF). DECF does s

Re: Problem with WSDL2JAVA (generated code doesn't compile)

2002-03-14 Thread Russell Butek
Thanks for reporting this bug, Nuno, Luis. I fixed it. Russell Butek [EMAIL PROTECTED] "Luis Novais" <[EMAIL PROTECTED]> on 03/14/2002 06:06:36 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:Re: Problem with WSDL2JAVA (generated code doesn't compile) The

samples/message (Java2WSDL and WSDL2Java issues)

2002-03-14 Thread Stan Jordan
The example works fine, if you use the client provided. But... 1. I generated a wsdl file and fed it to a wsdl verifier, which choked. To find the verifier, go to this site and click on "Install Here" (.NET Webservice Studio) http://www.gotdotnet.com/team/tools/web_svc/default.aspx 2. From

JAXB marshalling and unmarshalling

2002-03-14 Thread Kimmo.M.Mikkonen
Hi I would like to use JAXB for XML/Java binding. Is it possible (easy enough) to write such Serializer and Deserializer to do the work? Kimmo

Possible bug in Alpha1 RC2: Document style service with two methods

2002-03-14 Thread Ramon Turnes
Actually my deployment file looks like this: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> but when invoking the service (follows SOAP Message) http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://ww

RE: [server-config.wsdd]

2002-03-14 Thread Russell Butek
axis-dev folks: I COULD easily put a _setOption method on Stub that delegates to Call. Sounds reasonable. But before I do, a question. Call has a setProperty method. Is anyone confused by the distinction between setProperty and setOption? Perhaps setOption should be folded into setProperty?

RE: [server-config.wsdd]

2002-03-14 Thread Simon McClenahan
On the client you set an option on the Call. >From http://marc.theaimsgroup.com/?l=axis-user&m=101534226125705&w=2 call.setOption(AxisEngine.PROP_DOMULTIREFS, new Boolean(false)); I have posted requesting the ability to set Call options such as this with WSDL2Java, but no response yet. http://ma

How to handle RO Bean Properties ??

2002-03-14 Thread Frank Griffin
(How) does Axis handle Bean serialization/deserialization for beans with read-only properties ? It seems that without a setter property, you wouldn't be able to deserialize, and in fact I am getting an NPE at BeanDeserializer line 198 (3/13/02 CVS) because the code assumes that getWriteMethod() c

RE: [server-config.wsdd]

2002-03-14 Thread St-Germain, Sylvain
server-config.wsdd sounds obvious it has only to do with the server side (!), it's my mistake... My question should have been: Does this hability exists on the client side as well? Sylvain. -Original Message- From: St-Germain, Sylvain [mailto:[EMAIL PROTECTED]] Sent: Tuesday, Marc

Re: Questions on WSDL and in/out/inout parameters

2002-03-14 Thread Russell Butek
thilo wrote: > > browsing the latest source code, I noticed that some of the Axis classes > are using interfaces from package javax.wsdl. > > - Where does this package come from? > - Who made the specification for these interfaces? Sun? IBM? Apache? > - Which class library does Axis use to process

Axis web service client problem

2002-03-14 Thread sebastian . lofhjelm
Hi! I'm having trouble with accessing my Axis service that's running on Tomcat 4.0.3. I've successfully deployed a simple service (Java class with a method that returns a String). I've tested it with the org.apache.axis.client.AdminClient list -command and it returns the service: ... ...

RE: WSDL compliant ?!

2002-03-14 Thread Russell Butek
Tom, your #1 - only a single CurrentWeather type is referenced - isn't the case. The service has 3 ports and both CurrentWeather types are referenced starting from those ports. But we generate a service interface for ONLY ONE PORT! I see, however, that every port in the service has the same add

VB Interoperability

2002-03-14 Thread Armin Pfarr
Hi, I created a simple Java class that has 3 methods String getString() { return "Test"; } String[] getStringArray() { String[] ret = new String[2]; ret[0] = "Test1"; ret[2] = "Test2"; } String[] getEmptyStringArray() { return new String[0]; } and exported it as a webservice using A

Re: Getting started Part 2

2002-03-14 Thread Frank Griffin
>From what little I've seen of Axis, this usually means that you've installed your .WAR file, but you haven't successfully run the AdminClient on your deploy.wsdd to define the services in the server-side Axis registry. "Services" in this case includes not only your stuff, but the basic Axis serv

Re: Problem with WSDL2JAVA (generated code doesn't compile)

2002-03-14 Thread Luis Novais
The solution is not giving the name "value" to the element, once the code generation uses this name in the argument of a method. Chears Luis Novais - Original Message - From: "Nuno Guerreiro" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 13, 2002 7:36 PM Subject: Pr

Document style service with two methods

2002-03-14 Thread Ramon Turnes
Hi, I would like to have a service using Document style with two methods but it seems that this is not possible because the message dispatcher for Document style services checks for a method with the following signature: Document MyMethod(MessageContext mc, Document xml) { . } and t

Getting started Part 2

2002-03-14 Thread Eddie Post
Hellu, Ok, so I had my service working under TomCat. I am now trying to have it work under Orion, which is what I really want. However I do get an error when deploying the service, namely: --- http://xml.apache.org/axis/";>The AXIS engine could not find a target service to invoke! t

RE: ?wsdl returns nothing

2002-03-14 Thread Neil Smyth
Title: ?wsdl returns nothing I did have this once, and it turned out to be a library problem as I had ApacheSoap2.2 on the classpath, so you may want to check your libraries...     Neil -Original Message-From: Dave Dunkin [mailto:[EMAIL PROTECTED]]Sent: 14 March 2002 01:58To: