DO NOT REPLY [Bug 8145] - Tcpmon does not work

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8145] New: - Tcpmon does not work

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: Symbol tables

2002-04-15 Thread St-Germain, Sylvain
Thanks Tom, That is what I though, the process is currently pretty straight forward so for now there is no need to play in the SymbolTable. Sylvain. -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 5:23 PM To: '[EMAIL PROTECTED]' Subject: RE:

RE: Array of Objects

2002-04-15 Thread Glen Daniels
Ahh. :) > -Original Message- > From: Tom Jordahl [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 15, 2002 5:56 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Array of Objects > > > > FYI - for those that were following this thread. > > I checked in a fix that should make things better

RE: Array of Objects

2002-04-15 Thread Tom Jordahl
FYI - for those that were following this thread. I checked in a fix that should make things better for Object arrays. We no longer spec arrays in quite the same way in the WSDL generation code. We now generate this: http://localhost:8080/ArrayEcho.jws"; xmlns="http://www.w3.org/2001/XM

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Types.java

2002-04-15 Thread tomj
tomj02/04/15 14:54:19 Modified:java/src/org/apache/axis/wsdl/fromJava Types.java Log: Remove special case of java.lang.Object so WSDL generation will correctly do Object[]. Revision ChangesPath 1.21 +13 -15xml-axis/java/src/org/apache/axis/wsdl/fromJava/Ty

XML Schema compiler for Axis

2002-04-15 Thread Thomas Sandholm
We are working a lot with literal encoding of data and hence need good mechanisms for converting Java Beans to/from XML. The WSDL2Java compiler generates nice code to plug in the Beans into the BeanSerializer and the Axis TypeMapping system. There are however two issues with the generated code

RE: Symbol tables

2002-04-15 Thread Tom Jordahl
If you have all you need from the SymbolTable already, I heartily recommend not touching that class if you don't have too. The whole idea is to put the WSDL info in a form that is simpler to deal with in (generally) the writer methods. If you are scrounging around in the WSDL in the stub writ

Re: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Types.java

2002-04-15 Thread R J Scheuerle Jr
Thanks Tom. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) [EMAIL PROTECTED]

Date vs. Calendar

2002-04-15 Thread Volkmann, Mark
Title: Date vs. Calendar Is the issue related to passing dates resolved in the 4/15 build? According to the most recent post about whether Date or Calendar objects should be passed, I should be using Calendar objects.  I do that and see the date correctly encoded in the request message (within

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava Types.java

2002-04-15 Thread tomj
tomj02/04/15 12:50:08 Modified:java/src/org/apache/axis/wsdl/fromJava Types.java Log: Emit better WSDL for arrays. Instead of defining ArrayOfArrayOf_xsd_int, which has ArrayOf_xsd_int[] as its type, which is then defined to be an array of ints, we now define a single type

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

2002-04-15 Thread tomj
tomj02/04/15 12:37:23 Modified:java/src/org/apache/axis/message RPCHandler.java java/src/org/apache/axis/handlers JWSProcessor.java Log: Fix problems with JWS type mapping (and the lack thereof). - The JWS service did not call setEngine(), which associates th

Symbol tables

2002-04-15 Thread St-Germain, Sylvain
Hi all, I am currently implementing the header stuff, I got most of the client side magic done, now I need the JavaStubWriter modified in order to get my BindingStub class created properly. I noticed that most (?) of the processing during a WSDL2Java session caches stuff in SymbolTable.java, I a

cvs commit: xml-axis/java/src/org/apache/axis/resolver AxisResolver.java ConfigurationResolver.java Resolver.java ResolverContext.java ResolverException.java

2002-04-15 Thread gdaniels
gdaniels02/04/15 11:33:47 Removed: java/src/org/apache/axis/resolver AxisResolver.java ConfigurationResolver.java Resolver.java ResolverContext.java ResolverException.java Log: Remove unused code

RE: mailing list archive / Date

2002-04-15 Thread Ng, Charles
http://xml.apache.org/axis/mail.html -Original Message-From: Volkmann, Mark [mailto:[EMAIL PROTECTED]]Sent: Monday, April 15, 2002 2:20 PMTo: '[EMAIL PROTECTED]'Subject: mailing list archive / Date Where can I find an archive for the axis-dev and axis-user mailing lists?

mailing list archive / Date

2002-04-15 Thread Volkmann, Mark
Where can I find an archive for the axis-dev and axis-user mailing lists? I'm pretty sure my latest question was answered in the last two weeks. It has to do with passing dates. I'm trying to use java.util.Date. The generated SoapBindingStub class won't compile because it is trying to use

DO NOT REPLY [Bug 7898] - Axis servlet not servicing JWS pages

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7268] - Responses no not declare correct EncodingStyles

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 7557] - when using simpleType, wsdd type mapping is not interpreted correctly

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/test build_functional_tests.xml

2002-04-15 Thread butek
butek 02/04/15 08:34:22 Modified:java/test build_functional_tests.xml Log: Builds were succeeding even though we had functional-test failures! Revision ChangesPath 1.39 +1 -1 xml-axis/java/test/build_functional_tests.xml Index: build_functional_tests.xml

DO NOT REPLY [Bug 8112] - The SOAPEnvelope objects addAttribute method that takes a name object is incorrect.

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8112] New: - The SOAPEnvelope objects addAttribute method that takes a name object is incorrect.

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8111] New: - encoding of NaN is probably incorrect in SimpleSerialiser

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/src/org/apache/axis/deployment/wsdd WSDDService.java

2002-04-15 Thread scheu
scheu 02/04/15 07:36:02 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java Log: addOperation added back Revision ChangesPath 1.58 +7 -0 xml-axis/java/src/org/apache/axis/deployment/wsdd/WSDDService.java Index: WSDDService.java

RE: cvs commit: xml-axis/java/test/wsdl Java2WsdlAntTask.java

2002-04-15 Thread Glen Daniels
Hi Rich!   Apologies - I certainly didn't mean to remove that method, this was a merge problem on my part (I'd done work in there over the course of the week and clearly missed that when I resolved the merge).   --Glen -Original Message-From: R J Scheuerle Jr [mailto:[EMAIL PRO

Transport and server using AMI

2002-04-15 Thread jsimpson2
I am in the process of building a transport and server using the AMI API for Message Oriented Middleware (MOM). MOM's include such products as MQSeries and Tuxedo. When I am done most likely (I can't promise for sure yet) that we will be interested in submitting my work to the AXIS project. Woul

DO NOT REPLY [Bug 8106] New: - Concurrency problem in date deserializer

2002-04-15 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: VOTE: committer status for C++ client stack implementors

2002-04-15 Thread Sedukhin, Igor
+1 -- Igor Sedukhin .. ([EMAIL PROTECTED]) -- (631) 342-4325 .. 1 CA Plaza, Islandia, NY 11788 -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 13, 2002 8:28 AM To: Axis Development List Subject: VOTE: committer status for C++ client stack

Re: cvs commit: xml-axis/java/test/wsdl Java2WsdlAntTask.java

2002-04-15 Thread Russell Butek
Glen, I hate to be a whiner, but your IDE did a lot of this sort of thing again... -import java.util.ArrayList; -import java.util.HashMap; -import java.util.Iterator; -import java.util.List; +import java.util.*; On the plus side, in my sandbox I turned on skeletons for ALL serverSide tests and t

Re: C++ Soap

2002-04-15 Thread Glyn Normington
Use cvs as described in http://xml.apache.org/axis/cvs.html. Glyn

C++ Soap

2002-04-15 Thread Andrea Patrignani
Hi, I'm new to SOAP and I have to develop a client-server architecture using SOAP as transport layer (to avoid problems with Firewalls). I'm developing with C++ but every source code I've found on the net is java. I would like to download the Axis-C++ source code shown in the axis-site as

Re: [GUMP] Build Failure - Axis

2002-04-15 Thread Glyn Normington
>I'm sure you didn't catch it because you don't have security set up, as Sam >noted. Sam was right. I need to set up security to avoid this in future :( >However, new SOAPEnvelope() throws an Exception?? This is clearly another >JAXM-ism, and I for one would vote strongly in favor of hiding it

Re: VOTE: committer status for C++ client stack implementors

2002-04-15 Thread Glyn Normington
+1 Glyn