Re: Axis Client with JDK1.3.0

2002-03-14 Thread Christophe PINON
Hi Sri, IMHO that's not problem JDK version 1.3 or 1.4I had the same exception, in the WSDD contructorit was because a DOM classes of an other parser were loaded before those of my xerces jar.This parser has an old version of DOM Classes, where methods were missing! If you put xerces/crimson in fr

RE: cvs commit: xml-axis/java/samples/userguide/example2 CalcClie nt.java

2002-03-14 Thread Russell Butek
We discussed this a few weeks ago. If you don't specify anything (no parameters or returnType) then AXIS makes some guesses as to what it sends/returns. When you specify ANYTHING, you have to specify EVERYTHING. So if you specify a parameter and you don't specify a returnType, then AXIS assumes

RE: cvs commit: xml-axis/java/samples/userguide/example2 CalcClie nt.java

2002-03-14 Thread Glen Daniels
Hm. I think Axis should do the best it can at returning something reasonable in ALL cases, personally. What's the harm in allowing the engine to deserialize based on xsi:type, like it used to be able to? --Glen > -Original Message- > From: Russell Butek [mailto:[EMAIL PROTECTED]] >

Re: WSDL4J import problem

2002-03-14 Thread Sam Ruby
Ping? - Sam Ruby -- Forwarded by Sam Ruby/Raleigh/IBM on 03/14/2002 09:02 AM --- Sam Ruby 03/06/2002 09:16 AM To:[EMAIL PROTECTED] cc:Francisco Curbera/Watson/IBM@IBMUS, Matthew Duftler/Watson/IBM@IBMUS, Sanjiva Weerawarana/Watson/IBM@

[GUMP] Build timed out - Axis

2002-03-14 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml setenv: [mkdir] Created dir: /home/rubys/jakarta/x

Re: WSDL2Java doc/literal port type interface

2002-03-14 Thread Russell Butek
It is VERY unfortunate that the interface needs information from both the portType AND the binding. This is a topic of discussion for WSDL version 2. JAX-RPC says (section 4.3.3): "The name of the Java interface is mapped from the name attribute of the wsdl:portType element. ... If the mapping

Re: Gump timeout

2002-03-14 Thread Glyn Normington
That explains the difference. security.present is unset and I don't have xml-security in my classpath. Glyn Sam

RE: WSDL2Java doc/literal port type interface

2002-03-14 Thread Tom Jordahl
Russell, I have gotten a lot of questions on this, and you do a much better job of explaining it that I do. Could you put this text in to the Axis docs? -- Tom Jordahl -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 9:52 AM To: [EMAIL

RE: [PATCH] MessageElement value serialization, etc

2002-03-14 Thread Glyn Normington
>>1. I re-introduced SOAPHeader.outputImpl as the build failed without it. >It looks like you did not add the change to output() and outputImpl() in >MessageElement. They contained proper code for serializing values, as well a >fix for serializing child elements. The diff of your file against the

cvs commit: xml-axis/java/samples/proxy deploy.wsdd

2002-03-14 Thread butek
butek 02/03/14 07:05:50 Modified:java/samples/proxy deploy.wsdd Log: Fixed a sample. Bug caught by Chris Haddad. Revision ChangesPath 1.3 +1 -1 xml-axis/java/samples/proxy/deploy.wsdd Index: deploy.wsdd ===

Re: samples\proxy\deploy.wsdd bug

2002-03-14 Thread Russell Butek
Fixed. Thanks for the catch! Russell Butek [EMAIL PROTECTED] "Chris Haddad" <[EMAIL PROTECTED]> on 03/14/2002 08:06:45 PM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:samples\proxy\deploy.wsdd bug Axis-dev ? The deploy.wsdd file for the samples\proxy

RE: cvs commit: xml-axis/java/samples/userguide/example2 CalcClie nt.java

2002-03-14 Thread Russell Butek
What is AXIS supposed to do if it has 2 or more returns and none were specified? Which is the return value and which are the output params? If it guesses, it could end up returning the WRONG thing. If we threw an exception here, the problem would be caught at development time. If we make a gue

RE: [PATCH] MessageElement value serialization, etc

2002-03-14 Thread Glen Daniels
> >>3. I made setObjectValue protected as we don't want to encourage the > >>setting of the value by arbitrary classes. > >I was thinking of it, as a required public function. There > is no other way > >to construct simple XML for a Header/Body element. > The problem is that the value set by set

cvs commit: xml-axis/java/src/org/apache/axis/encoding/serJAFDataHandlerDeserializerFactory.java

2002-03-14 Thread Russell Butek
Does this mean Doug's issue #1 is now fixed? Can I now remove that entry in the "MUST DO FOR BETA 1" list? Russell Butek [EMAIL PROTECTED] -- Forwarded by Russell Butek/Austin/IBM on 03/14/2002 09:08 AM --- [EMAIL PROTECTED] on 03/13/2002 10:20:52

RE: WSDL2Java doc/literal port type interface

2002-03-14 Thread Russell Butek
Good idea! User's Guide, here I come... Russell Butek [EMAIL PROTECTED] Tom Jordahl <[EMAIL PROTECTED]> on 03/14/2002 09:07:54 AM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: WSDL2Java doc/literal port type interface Russell, I

Re: cvs commit: xml-axis/java/src/org/apache/axis/encoding/serJAFDataHandlerDeserializerFactory.java

2002-03-14 Thread Doug Davis
You betcha!! -Dug Russell Butek/Austin/IBM@IBMUS on 03/14/2002 10:09:33 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser JAFDataHandlerDeserializerFactory.java Does this mean Doug's issue #1 is

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

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?

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

cvs commit: xml-axis/java/docs user-guide.html

2002-03-14 Thread butek
butek 02/03/14 08:04:09 Modified:java TODO.txt java/docs user-guide.html Log: 2 user's guide updates: - final set of published interfaces - more complete explanation of SDI name (from portType vs binding) updated the TODO list. Revision Changes

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java

2002-03-14 Thread butek
butek 02/03/14 08:21:33 Modified:java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java Log: (Reported by Nuno Guerreiro - [EMAIL PROTECTED] - on axis-user.) For minOccurs/maxOccurs fields, a method is generated of the form public void se

cvs commit: xml-axis/java/src/org/apache/axis/utils resources.properties

2002-03-14 Thread glyn
glyn02/03/14 09:01:13 Modified:java/src/org/apache/axis/message MessageElement.java SOAPHeader.java java/src/org/apache/axis/utils resources.properties Log: MessageElement.outputImpl serialises the object value or the children of the elem

cvs commit: xml-axis/java TODO.txt

2002-03-14 Thread glyn
glyn02/03/14 09:03:57 Modified:java TODO.txt Log: Delete to-do item which crept back in. Revision ChangesPath 1.23 +0 -1 xml-axis/java/TODO.txt Index: TODO.txt === RCS file: /home/

cvs commit: xml-axis/java/src/org/apache/axis/utils resources.properties

2002-03-14 Thread glyn
glyn02/03/14 09:26:26 Modified:java/src/org/apache/axis/message MessageElement.java SOAPHeader.java java/src/org/apache/axis/utils resources.properties Log: Improve constructor signatures and improve policing in setObjectValue. Revisio

RE: [PATCH] MessageElement value serialization, etc

2002-03-14 Thread Glyn Normington
>In fact to support this nicely, we should provide a MessageElement constructor that matches the SOAPHeader one >(namespace, localPart, objectValue). [Oh, sorry in the examples above I shouldn't have used the QNames, since >those constructors don't exist] > >I also think it doesn't make sense to

RE: [PATCH] MessageElement value serialization, etc

2002-03-14 Thread Glen Daniels
Cool, thanks! Do you think setObjectValue()/addChild() should actually throw faults instead of no'oping? The user might want to know this stuff failed... --G > -Original Message- > From: Glyn Normington [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 12:30 PM > To: [EMAIL

Ready for Beta?

2002-03-14 Thread Russell Butek
Well, folks, it looks like we're almost ready for the beta! There's just one more task left on the list and I'm tackling it this afternoon - making sure we don't have any English-language strings in the code. So unless someone screams loud enough, I'll create the beta and the CVS branch tomorrow

RE: Ready for Beta?

2002-03-14 Thread Tom Jordahl
+1 !! -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 12:28 PM To: [EMAIL PROTECTED] Subject: Ready for Beta? Well, folks, it looks like we're almost ready for the beta! There's just one more task left on the list and I'm tackling it thi

Re: cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser JAFDataHandlerDeserializerFactory.java

2002-03-14 Thread Raymond Feng
I tried the latest code with this commit from the CVS. The EchoAttachment sample still fails with with a server-side exception which indicates that there is a parameter mismatch to call "EchoAttachmentService.echo(javax.activation.DataHandler)" with a "org.apache.axis.attachments.AttachmentPart".

JWS and package name spaces

2002-03-14 Thread Chris Haddad
Axis-dev –    I am attempting to deploy a class via the JWS instant deployment feature, but the engine cannot find the class file.  The class has package namespace of com.cobia.HelloWorld.   When I attempt to invoke the service using http://localhost:8080/axis/HelloWorld.jws?wsdl  or h

Regarding User's Guide

2002-03-14 Thread Shashank Shankar
Hi, I was looking for the `Axis Installation Guide', and I found out that the link on the Axis User's Guide (Alpha 3 version), within the `Installing Axis' section is incorrect. The link as of now is: http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/xml-axis/java/docs/install.html

cvs commit: xml-axis/java/docs user-guide.html

2002-03-14 Thread butek
butek 02/03/14 11:16:42 Modified:java/docs user-guide.html Log: Bad link in User's Guide found by Shashank Shankar - [EMAIL PROTECTED] Revision ChangesPath 1.46 +1 -1 xml-axis/java/docs/user-guide.html Index: user-guide.html ===

Re: Regarding User's Guide

2002-03-14 Thread Russell Butek
Thanks for catching this. It's fixed, now. Russell Butek [EMAIL PROTECTED] "Shashank Shankar" <[EMAIL PROTECTED]> on 03/14/2002 10:42:31 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Regarding User's Guide Hi, I was looking for the `Axis Installation Gui

Deserialization of xsi:nil elements in BeanDeserializer

2002-03-14 Thread Thomas Sandholm
I believe there is a problem in the newest BeanDeserializer/DeserializationContextImpl code(checked out yesterday). When I send in an element marked with xsi:nil="true" the QName passed in to the getDeserializerForType method is null, and hence the log.error message doing a toString on the QNa

Re: JWS and package name spaces

2002-03-14 Thread Doug Davis
Make sure the jws file is in a dir tree that matches your package name. -Dug "Chris Haddad" <[EMAIL PROTECTED]> on 03/15/2002 11:14:05 AM Please respond to [EMAIL PROTECTED] To:<[EMAIL PROTECTED]> cc: Subject:JWS and package name spaces Axis-dev ? I am attempting to deploy a cl

cvs commit: xml-axis/java/samples/attachments attachdeploy.wsdd

2002-03-14 Thread rineholt
rineholt02/03/14 12:03:56 Modified:java/samples/attachments attachdeploy.wsdd Log: Make it SOAPEncoded. Revision ChangesPath 1.5 +1 -0 xml-axis/java/samples/attachments/attachdeploy.wsdd Index: attachdeploy.wsdd =

Re: Deserialization of xsi:nil elements in BeanDeserializer

2002-03-14 Thread Thomas Sandholm
Digging a bit deeper into this, it actually turned out to be a configuration problem causing this behavior. But maybe it wouldn't hurt to put in the null checks in the code anyhow. /Thomas At 01:35 PM 3/14/2002 -0600, Thomas Sandholm wrote: >I believe there is a problem in the newest >BeanDeser

Re: cvs commit: xml-axis/java/src/org/apache/axis/encoding/serJAFDataHandlerDeserializerFactory.java

2002-03-14 Thread Rick Rineholt
So much for testing in a polluted environment. Try this again with this deployment file. >I tried the latest code with this commit from the CVS. The EchoAttachment >sample still fails with with a server-side exception which indicates that >there is a parameter mismatch to call >"EchoAttachmentSer

cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-03-14 Thread gdaniels
gdaniels02/03/14 12:47:46 Modified:java/src/org/apache/axis/message MessageElement.java Log: 1) initialize typeQName from XML when constructing during deserialization 2) getType() should just return whatever's set, since what was in there before was using prefixes whose ma

cvs commit: xml-axis/java/src/org/apache/axis/message MessageElement.java

2002-03-14 Thread gdaniels
gdaniels02/03/14 13:02:17 Modified:java/src/org/apache/axis/message MessageElement.java Log: If we're an HREF element, our type probably lives on our referent element. Revision ChangesPath 1.87 +7 -0 xml-axis/java/src/org/apache/axis/message/MessageElement.java

cvs commit: xml-axis/java build.xml

2002-03-14 Thread gdaniels
gdaniels02/03/14 13:04:01 Modified:java build.xml Log: Update version!!! Revision ChangesPath 1.124 +1 -1 xml-axis/java/build.xml Index: build.xml === RCS file: /home/cvs/xml-axis/java/

cvs commit: xml-axis/java/src/org/apache/axis/providers/java JavaProvider.java

2002-03-14 Thread tomj
tomj02/03/14 13:33:34 Modified:java/src/org/apache/axis/providers/java JavaProvider.java Log: Patch from Dave Dunkin [[EMAIL PROTECTED]] The attached patch addresses a problem with JavaProvider where if a class is not found while generating the WSDL, the NoClassDefFoundEr

cvs commit: xml-axis/java/src/org/apache/axis/encoding/ser BeanSerializer.java

2002-03-14 Thread tomj
tomj02/03/14 13:36:07 Modified:java/src/org/apache/axis/encoding/ser BeanSerializer.java Log: Capture an InvocationTargetException and report on the target in the AxisFault generated. Revision ChangesPath 1.20 +5 -0 xml-axis/java/src/org/apache/axis/enco

RE: [PATCH] JavaProvider NoClassDefFoundError

2002-03-14 Thread Tom Jordahl
Thanks Dave, Submitted your patch. -Original Message- From: Dave Dunkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 10:00 PM To: [EMAIL PROTECTED] Subject: [PATCH] JavaProvider NoClassDefFoundError The attached patch addresses a problem with JavaProvider where if a clas

RE: Deserialization of xsi:nil elements in BeanDeserializer

2002-03-14 Thread Tom Jordahl
Thomas, Do have a suggested patch for this? Here is what I was thinking of doing, anyone have a preference for how the error message should look? log.error(JavaUtils.getMessage( "noFactory00", xmlType ? xmlType.toString() : "''")); Message is: noFactory00=!! No Factory for {0} -- T

RE: Ready for Beta?

2002-03-14 Thread Glen Daniels
+1 > -Original Message- > From: Russell Butek [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 12:28 PM > To: [EMAIL PROTECTED] > Subject: Ready for Beta? > > > Well, folks, it looks like we're almost ready for the beta! > There's just > one more task left on the list and

RE: Deserialization of xsi:nil elements in BeanDeserializer

2002-03-14 Thread Glen Daniels
Nah, I wouldn't bother to throw an error, just return null and the rest of the deserialization mechanism will deal. --G > -Original Message- > From: Tom Jordahl [mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 14, 2002 4:39 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Deserialization

cvs commit: xml-axis/java/docs user-guide.html

2002-03-14 Thread gdaniels
gdaniels02/03/14 14:25:14 Modified:java/docs user-guide.html Log: Update version, fix some formatting (when did this get broken?) Revision ChangesPath 1.47 +57 -83xml-axis/java/docs/user-guide.html Index: user-guide.html ==

cvs commit: xml-axis/java/src/org/apache/axis/encoding DeserializationContextImpl.java

2002-03-14 Thread tomj
tomj02/03/14 14:39:15 Modified:java/src/org/apache/axis/encoding DeserializationContextImpl.java Log: If xmlType in getDeserializerForType is null, return null. Revision ChangesPath 1.16 +3 -0 xml-axis/java/src/org/apache/axis/encod

RE: Deserialization of xsi:nil elements in BeanDeserializer

2002-03-14 Thread Tom Jordahl
Better idea. Done (for beta1). -- Tom Jordahl -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 5:12 PM To: '[EMAIL PROTECTED]' Subject: RE: Deserialization of xsi:nil elements in BeanDeserializer Nah, I wouldn't bother to throw an error

RE: cvs commit: xml-axis/java/docs user-guide.html

2002-03-14 Thread Glen Daniels
Grr. Apparently, I haven't looked at the User's Guide in a really long time. This is my fault for not noticing for three months (!), but if you take a look at the diffs between version 1.30 and 1.31, you'll notice that a really huge amount of all the nice HTML formatting that was in the doc

Attachment sample works!

2002-03-14 Thread Raymond Feng
Hi, Rick. It works with the updated attachdeploy.wsdd. Great job! Raymond - Original Message - From: "Rick Rineholt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 12:08 PM Subject: Re: cvs commit: xml-axis/java/src/org/apache/axis/enc

RE: cvs commit: xml-axis/java/docs user-guide.html

2002-03-14 Thread Russell Butek
You may be chewing ME out, not Rich. I went through and tried to make things consistent. We had all sorts of styles for Java/XML in there. I just picked the top one and made the others follow. I don't see anything wrong with them, myself. The code is black-on-blue (big bruises) while everythi

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java JavaStubWriter.java

2002-03-14 Thread butek
butek 02/03/14 17:14:11 Modified:java/src/org/apache/axis Message.java NoEndPointException.java Part.java SOAPPart.java java/src/org/apache/axis/attachments AttachmentUtils.java AttachmentsImpl.java BoundaryDelimitedStream

RE: cvs commit: xml-axis/java/docs user-guide.html

2002-03-14 Thread Russell Butek
Oh, wait. I see your changes. It looks like I missed a couple. But I just missed em, I didn't break them. I don't know WHEN they got fouled up. Russell Butek [EMAIL PROTECTED] Russell Butek/Austin/IBM@IBMUS on 03/14/2002 07:06:02 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTEC

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: cvs commit: xml-axis/java/docs user-guide.html

2002-03-14 Thread Glen Daniels
I said: > This is my fault for not noticing for three months (!), but > if you take a > look at the diffs between version 1.30 and 1.31, you'll notice that a > really huge amount of all the nice HTML formatting that was in the doc > before (s on paragraphs, well-formatted sections, etc) > appare

RE: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java JavaStubWriter.java

2002-03-14 Thread Glen Daniels
You know, if you ask me, it's going a bit far to internationalize debugging trace messages

cvs commit: xml-axis/java/src/org/apache/axis/handlers BasicHandler.java

2002-03-14 Thread gdaniels
gdaniels02/03/14 21:07:11 Modified:java/src/org/apache/axis/providers/java JavaProvider.java java/src/org/apache/axis Handler.java java/src/org/apache/axis/client Call.java java/src/org/apache/axis/handlers BasicHandler.java Log: Protect

Re: UDDI4j and Axis 3/13 build

2002-03-14 Thread David Melgar
The first Axis class that UDDI4J uses is javax.xml.rpc.Service. It looks like you do not have Axis in the classpath. David Melgar Web Services Toolkit Development Emerging Technologies [EMAIL PROTECTED] "Chris Haddad" <[EMAIL PROTECTED]> on 03/15/2002 02:00:17 PM Please respond to [EMAIL PROT