[PATCH] fix admin service to use absolute namespace URI

2002-02-07 Thread Theodore W. Leung
This patch requires a little more scrutiny: Have I caught all the places that need changing? It passes all the tests on my machine. Ted Index: org/apache/axis/client/AdminClient.java === RCS file: /home/cvspublic/xml-axis/java/

[PATCH] switch relative URI's in wsdl tests to absolute

2002-02-07 Thread Theodore W. Leung
Relative URI's kill XML Signature's required canonicalization -- see http://lists.w3.org/Archives/Public/xml-uri/2000Sep/0083.html Index: clash/clash.wsdl === RCS file: /home/cvspublic/xml-axis/java/test/wsdl/clash/clash.wsdl,v ret

Weird serialization behavior in Client side handler

2002-02-07 Thread Theodore W. Leung
Hi, I've back to working on transparent digital signature of the functional tests. I've run into a problem that I don't know how to solve: Sometime the client-side signer samples.security.ClientSigningHandler works just fine -- most notably when used with org.apache.axis.client.AdminClient. I

Caching generated WSDL

2002-02-07 Thread Glen Daniels
Let's say we wanted to cache the WSDL generated by the ?WSDL URLs, and also perhaps provide a way for a service to specify its own WSDL. The simple way to do this might be to specify a WSDL output directory property. Then each time a given service's WSDL is requested, we first check for a Se

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

2002-02-07 Thread gdaniels
gdaniels02/02/07 19:18:48 Modified:java/src/org/apache/axis/client Service.java java/src/org/apache/axis/utils Admin.java Log: Missed a couple of static refs. Revision ChangesPath 1.41 +2 -2 xml-axis/java/src/org/apache/axis/client/Service.java

cvs commit: xml-axis/java/src/org/apache/axis/utils/compiler Javac.java

2002-02-07 Thread gdaniels
gdaniels02/02/07 19:09:26 Modified:java/src/org/apache/axis AxisEngine.java MessageContext.java java/src/org/apache/axis/handlers JWSProcessor.java java/src/org/apache/axis/message RPCHandler.java java/src/org/apache/axis/providers/java JavaP

Interop with Log4j

2002-02-07 Thread Chris Haddad
Axis-dev - I'm attempting to use the main branch log4j code to obtain log4j.appender.SyslogAppender functionality (a file not in log4j-core.jar), but I'm running into an interop issue with Axis. Can the main branch versions of the two libraries to work together? If not, is there a good fall

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

2002-02-07 Thread scheu
scheu 02/02/07 15:47:41 Modified:java/src/org/apache/axis/deployment/wsdd WSDDDeployment.java WSDDService.java WSDDTypeMapping.java Log: Following changes were made per Request from Greg Truty: 1) Added WSDDTypeMapping.setSerializer(String) and WSD

cvs commit: xml-axis/java/test/functional TestEchoSample.java

2002-02-07 Thread scheu
scheu 02/02/07 15:23:12 Modified:java/samples/echo EchoService.java TestClient.java java/src/org/apache/axis/encoding DeserializationContextImpl.java SerializationContextImpl.java java/src/org/apache/axis/en

Message parse: MessageElement and SAX recording.

2002-02-07 Thread Taras Shkvarchuk
Even though Axis is using SAX internally, it still creates a DOM like structure from MessageElement object. Also all of the events are recorded. This leads to cpu/memory utilization similar to that of DOM model. When an object is deserialized from the Envelope, it is getting all of the events from

This is a test - please ignore

2002-02-07 Thread Glen Daniels
(sorry for the interruption - we now return you to your regularly scheduled mail) (hi Tom!)

NullPointerException from JavapUtils.javap

2002-02-07 Thread Dave Dunkin
One of the guys in my office had a problem with Java2WSDL failing with this exception: java.lang.NullPointerException at java.util.Hashtable.put(Unknown Source) at org.apache.axis.utils.JavapUtils.javap(JavapUtils.java:197) at org.apache.axis.utils.JavapUtils.getParameterN

RE: Quick question!!

2002-02-07 Thread James M Snell
+1 - James M Snell/Fresno/IBM Web services architecture and strategy Internet Emerging Technologies, IBM 544.9035 TIE line 559.587.1233 Office 919.486.0077 Voice Mail [EMAIL PROTECTED] Programming Web Services With SOAP, O'reilly & Associates, ISBN 0596000952 == Have I

RE: Quick question!!

2002-02-07 Thread Glen Daniels
The basic idea is that you don't want to automatically emit methods like hashCode() and toString() in your WSDL. The same is true for javax.ejb.EJBObject methods, etc. --Glen > -Original Message- > From: Sedukhin, Igor [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 3:3

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

2002-02-07 Thread gdaniels
gdaniels02/02/07 13:47:44 Modified:java/src/org/apache/axis/wsdl/fromJava MethodRep.java Log: Fix bug (hopefully) for Thomas Börkel, we should now return a name for the return part of all response messages. Revision ChangesPath 1.4 +2 -1 xml-axis/java/src/or

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

2002-02-07 Thread tomj
tomj02/02/07 13:29:10 Modified:java/src/org/apache/axis/wsdl/fromJava ClassRep.java Log: Use java.* and javax.* as the default stop list so we do not generate WSDL for methods in, for instance, javax.ejb.EJBProvider. This replaces the previous logic which just stopped a

RE: Quick question!!

2002-02-07 Thread Sedukhin, Igor
May I ask why was it a problem? I just want to know... Thanks. -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 3:18 PM To: 'Axis-Dev (E-mail)' Subject: Quick question!! Is it OK to always stop emitting WSDL for Java classes that are i

RE: classloader problems

2002-02-07 Thread Dave Dunkin
Title: Message Yes, that solved the problem. Thanks.   Dave -Original Message-From: Glen Daniels [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 07, 2002 12:32 PMTo: '[EMAIL PROTECTED]'Subject: RE: classloader problems Yep, this looks like exactly the problem I fixed

RE: Subsystem responsibilities: WSDD

2002-02-07 Thread Sedukhin, Igor
Glyn, Great. I'll start looking deeper into this next week. It should not be very difficult to implement. I'll writeup something for the arch. too. -Original Message- From: Glyn Normington [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 11:20 AM To: Sedukhin, Igor Cc: [EMAI

AXIS Logging

2002-02-07 Thread Richard Sitze
Greetings, I'd like to propose that the Log4J logging toolkit hard-wired into AXIS today be replaced with the Jakarta common logging interface (jakarta-commons/logging). With support of the AXIS community, I will assume responsibility for making the required changes to the existing code base.

RE: Quick question!!

2002-02-07 Thread Glen Daniels
With the setStopClasses thing. I'm just suggesting the default should be anything in those packages. > -Original Message- > From: Tom Jordahl [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 07, 2002 3:26 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Quick question!! > > > > This

RE: classloader problems

2002-02-07 Thread Glen Daniels
Title: Message Yep, this looks like exactly the problem I fixed.  Let us know if the current CVS helps, Dave!   Thanks, --Glen -Original Message-From: Sedukhin, Igor [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 07, 2002 3:09 PMTo: [EMAIL PROTECTED]Subject: RE: classloade

RE: Quick question!!

2002-02-07 Thread Tom Jordahl
This sounds like the right thing to me. How would you override this behavior? -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 3:18 PM To: 'Axis-Dev (E-mail)' Subject: Quick question!! Is it OK to always stop emitting WSDL for Java cla

RE: classloader problems

2002-02-07 Thread Sedukhin, Igor
Title: Message Dave,   Glen just submitted something. It may as well fix your situation. You've got an array. Try next nightly build.   -Original Message-From: Dave Dunkin [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 2:54 PMTo: '[EMAIL PROTECTED]'Subject: RE: classlo

Quick question!!

2002-02-07 Thread Glen Daniels
Is it OK to always stop emitting WSDL for Java classes that are in the "java.*" or "javax.*" packages? Would people be alright with that being the default behaviour for the emitter (you'd be able to override it if you really wanted to)? --Glen

RE: classloader problems

2002-02-07 Thread Dave Dunkin
Title: RE: classloader problems Yes, the class is available in the WEB-INF/classes directory, not in the system classpath. Dave -Original Message- From: Sedukhin, Igor [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 7:00 AM To: [EMAIL PROTECTED] Subject: RE: classloade

RE: Setting SOAP Headers

2002-02-07 Thread St-Germain, Sylvain
>From a high-level point of view it looks like the concept of Service Context is what I need. However, I find it quite limiting the use of the StringHolder as only definition of the SOAP Header (if that is what is meant by the example). I cannot find any mention of header persistence anywhere

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

2002-02-07 Thread igors
igors 02/02/07 10:50:17 Modified:java/src/org/apache/axis/encoding/ser BeanSerializer.java Log: Check for null pls! Not always that the read method is available for a property. Revision ChangesPath 1.3 +1 -1 xml-axis/java/src/org/apache/axis/encoding/ser/Be

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

2002-02-07 Thread gdaniels
gdaniels02/02/07 10:16:39 Modified:java/src/org/apache/axis/deployment/wsdd WSDDTypeMapping.java Log: Use Class.forName() instead of explicitly loading through the classloader, so we deal correctly with Array types, which are handled specially by the JVM.

cvs commit: xml-axis/java TODO.txt

2002-02-07 Thread gdaniels
gdaniels02/02/07 09:02:49 Modified:java TODO.txt Log: A few todo additions Revision ChangesPath 1.14 +9 -0 xml-axis/java/TODO.txt Index: TODO.txt === RCS file: /home/cvs/xml-axis/java/

RE: Subsystem responsibilities: WSDD

2002-02-07 Thread Glyn Normington
Igor, I agree with everything in your last note. Also, the commit I did earlier has completed the group of configuration changes I was planning on making, so the area should be fairly stable now. Would you now like to proceed and let me know if you would like any help? (If you could also write u

Web Services Interoperability Organization

2002-02-07 Thread Casey A Swenson
Not sure if this has been noted, but cross posting it to both lists in case anyone didn't see this. http://dailynews.yahoo.com/h/nm/20020206/wr/tech_microsoft_ibm_alliance_dc_1.html Casey Swenson [EMAIL PROTECTED]

Re: Setting SOAP Headers

2002-02-07 Thread Russell Butek
AXIS doesn't implement it yet, but take a look at section 11 in the JAX-RPC spec (http://java.sun.com/xml/downloads/jaxrpc.html) and see if that's what you need. Russell Butek [EMAIL PROTECTED] "St-Germain, Sylvain" <[EMAIL PROTECTED]> on 02/07/2002 09:29:51 AM Please respond to [EMAIL PROTECT

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

2002-02-07 Thread butek
butek 02/02/07 07:36:27 Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java Log: WSDL spec: "If the style attribute is omitted, it is assumed to be "document"." We were failing with a NullPointerException. Revision ChangesPath 1.27 +3 -3 xml-

Re: Setting SOAP Headers

2002-02-07 Thread Jean Marc Taillant
+1 - Original Message - From: St-Germain, Sylvain To: Axis Dev (E-mail) Sent: Thursday, February 07, 2002 4:29 PM Subject: Setting SOAP Headers Hi all,   I need to the ability to set the SOAP Header and currently the Call object is private to the

Setting SOAP Headers

2002-02-07 Thread St-Germain, Sylvain
Hi all,   I need to the ability to set the SOAP Header and currently the Call object is private to the BindingStub class.    I understand that I can hack my way in there and do whatever I like but I would prefer to be able to set the headers from my client application.    But this is not

RE: Errors creating java files through "Wsdl2java"

2002-02-07 Thread BEERS,NANCY (HP-NewJersey,ex2)
> > I don't think this is your scenario, but I thought I'd > present it anyway. > If you JUST want to generate the stubs and will generate the > service later, > you could do the following: > > everythingButService.wsdl > ... > ... > ... > > java org.apache.axis.wsdl.WSDL2Java -s everythingBu

RE: classloader problems

2002-02-07 Thread Sedukhin, Igor
Title: Message Dave,   Are you sure the class it is trying to load (for a _RecordType type specified in WSDL) is available for a deployed Axis web app? That is, is it in WEB-INF/classes or in WEB-INF/lib?   Axis is inheriting the servlet classloader provided by the container. That's the guy

RE: Errors creating java files through "Wsdl2java"

2002-02-07 Thread Nelson Minar
>Interesting idea. If I read the WSDL spec correctly, the soap:address is >not absolutely required for legal WSDL. That's my understanding - isn't one of the big features of WSDL the separation of address from service description? >I don't think we can get away with your idea, though, because i

RE: Subsystem responsibilities: WSDD

2002-02-07 Thread Sedukhin, Igor
Glyn, Oops, total messup, sorry. Included below is the message that din't make it to the list somehow (I's not the one I have resent :). Please let me know what you think about those points. PS. I'm not sure about 'clone'. It has some implied meaning that is not really what we're trying to ach

RE: Errors creating java files through "Wsdl2java"

2002-02-07 Thread Russell Butek
Interesting idea. If I read the WSDL spec correctly, the soap:address is not absolutely required for legal WSDL. I don't think we can get away with your idea, though, because it goes against JAX-RPC which requires the no-parameter get method, while the other get method is merely optional. We CO

RE: Errors creating java files through "Wsdl2java"

2002-02-07 Thread BEERS,NANCY (HP-NewJersey,ex2)
Has there been any thought to allowing WSDL2Java to generate the service stub code even if the address is not specified ? We have several use cases where the client will not know the port address because the WSDL had not been deployed yet, but they still would like to generate the stub code. We

cvs commit: xml-axis/java/test/wsdl Wsdl2javaAntTask.java

2002-02-07 Thread butek
butek 02/02/07 06:21:47 Modified:java/test/wsdl Wsdl2javaAntTask.java Log: The default value for skeleton should be the same as the WSDL2Java default. Revision ChangesPath 1.17 +1 -1 xml-axis/java/test/wsdl/Wsdl2javaAntTask.java Index: Wsdl2javaAntTask.j

cvs commit: xml-axis/java/test/wsdl/filegen AllOptionTestCase.java

2002-02-07 Thread butek
butek 02/02/07 06:15:06 Modified:java/src/org/apache/axis/wsdl/toJava JavaBindingWriter.java JavaWriterFactory.java SymbolTable.java java/test/wsdl/filegen AllOptionTestCase.java Log: Make sure stubs/skeletons are not generated for non-SOAP b

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AdminServlet.java AxisServlet.java

2002-02-07 Thread glyn
glyn02/02/07 05:46:36 Modified:java/samples/transport/tcp GetQuote.java java/src/org/apache/axis Constants.java EngineConfigurationFactory.java java/src/org/apache/axis/client Service.java ServiceFactory.j

Re: Errors creating java files through "Wsdl2java"

2002-02-07 Thread Russell Butek
I suspect you did not specify the --location option. That option is required. Otherwise WSDL is generated that doesn't have a location in the service clause and WSDL2Java fails for the reason given. We've fixed Java2WSDL since alpha3 so that it doesn't run without a location. Russell Butek [EM

Errors creating java files through "Wsdl2java"

2002-02-07 Thread Lakshmi Prasad
Hi All ,   I am new to Axis and I have downloaded alpha3. I am trying to run the samples. The samples are working fine but I struck at a particular example i.e., I have generated a "wsdl" file by using tool "Java2wsdl".for the example Calculator.class in sample/userguide/example2 directory.

[ANN] JAX-RPC Public Draft #2

2002-02-07 Thread Russell Butek
FYI. This is version 0.7. Russell Butek [EMAIL PROTECTED] -- Forwarded by Russell Butek/Austin/IBM on 02/07/2002 06:33 AM --- "Rahul Sharma, Java Software" <[EMAIL PROTECTED]>@JAVA.SUN.COM> on 02/06/2002 04:43:14 PM Please respond to Public discu