Why does SOAPPart.getAsString() deliver pretty XML?

2002-03-11 Thread Thomas Börkel
HI! Maybe this is a bit pedantic, but wouldn't it be faster if SOAPPart.getAsString() wouldn't deliver a pretty XML, but an unformatted one (no spaces)? Regards, Thomas

Re: User's Guide questions

2002-03-11 Thread Glyn Normington
>But the AG doesn't use the term "targeted chain" anywhere, either. >The term got lost from the old UG overview to the new AG. We have >to add it back to the AG. Not so! The AG [1] has a description of Targeted Chains. Follow the "Handlers and Chains" link from the table of contents and then scr

Beta rc - Unpacked WAR and axis.attachments.Directory param

2002-03-11 Thread Adam.Leggett
Im now working with the beta rc and have ported my app from alpha3 without too much difficulty. However, since I am deploying to weblogic6.1, I encountered a slight problem with configuration initialisation. If I don’t define the axis.attachments.Directory init param in web.xml for the AxisServl

Re: Bug report for Axis [2002/03/10]

2002-03-11 Thread Glyn Normington
Now Axis is using Bugzilla and in anticipation of a beta, I've beefed up the Aixs bugs page [1] (and added a FAQ). If anyone can suggest improvements, I'll fold them in. Glyn [1] http://xml.apache.org/axis/bugs.html

:: axis is not supporting the sun implementation ::

2002-03-11 Thread Gopinadh Bandaru
Seems the axis is not supporting completely the sun rpc interface.. I am trying the soap using the sun rpc interface and using the axis implementation??. Some of the functions in the axis Call interface was not defined in the sun rpc Call interface and also the axis is not using the su

cvs commit: xml-axis/java/test/wsdl/nested Nested.wsdl Nested2BindingImpl.java Nested2ServiceTestCase.java

2002-03-11 Thread dims
dims02/03/11 05:24:40 Modified:java/test/wsdl/nested Nested.wsdl Nested2BindingImpl.java Nested2ServiceTestCase.java Log: Slightly modified testcase. (2 outputs) Revision ChangesPath 1.2 +2 -18 xml-axis/java/test/wsdl/nested/Nested.w

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

2002-03-11 Thread gdaniels
gdaniels02/03/11 05:45:42 Modified:java/src/org/apache/axis/deployment/wsdd WSDDDocument.java WSDDDeployment.java Log: Fix undeployment bug - remove namespace->service mappings when undeploying a service. Remove unused undeploy() method of WSDDDocument

[GUMP] Build timed out - Axis

2002-03-11 Thread Sam Ruby
This email is autogenerated from the output from: Build results exceed maximum length. Please see URL above for details. Last

WSDL2Java --server-side and --skeletonDeploy

2002-03-11 Thread Russell Butek
Glen brought up a good point to me this morning. I'm going to code it up. If anyone has serious doubts about it, please let me know ASAP. Right now --skeletonDeploy requires --server-side. If you don't specify --server-side with --skeletonDeploy, WSDL2Java fails. But Glen suggested that --skel

cvs commit: xml-axis/java/test/wsdl/interop3/docLit build.xml

2002-03-11 Thread gdaniels
gdaniels02/03/11 06:02:39 Modified:java/test/wsdl/interop3/docLit build.xml Log: Point at correct WSDL to get the whitemesa service, which seems to work better than the mssoapinterop one. Revision ChangesPath 1.10 +1 -1 xml-axis/java/test/wsdl/interop3/docLit

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

2002-03-11 Thread gdaniels
gdaniels02/03/11 06:25:59 Modified:java/src/org/apache/axis/message RPCHandler.java Log: Use the full QName of the XML we're deserializing when doing parameter name lookups. Revision ChangesPath 1.29 +2 -1 xml-axis/java/src/org/apache/axis/message/RPCHandler.ja

Re: User's Guide questions

2002-03-11 Thread Russell Butek
So it does! My apologies. (I THOUGHT I searched for "targeted chain" in the document and didn't find it. Clearly operator error!) Russell Butek [EMAIL PROTECTED] Glyn Normington/UK/IBM@IBMGB on 03/11/2002 03:17:26 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:

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

2002-03-11 Thread butek
butek 02/03/11 06:51:36 Modified:java/docs user-guide.html java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/wsdl WSDL2Java.java Log: WSDL2Java --skeletonDeploy used to require --server-side. Now it assumes it, so you don

cvs commit: xml-axis/java build.xml

2002-03-11 Thread rubys
rubys 02/03/11 07:38:24 Modified:java build.xml Log: Split the jaxrpc interfaces out into a separate jar Revision ChangesPath 1.121 +7 -1 xml-axis/java/build.xml Index: build.xml ===

RE: WSDL2Java --server-side and --skeletonDeploy

2002-03-11 Thread Glen Daniels
I like the basic idea you're proposing here, but it seems like you're overloading the two options now. How about: --server-side means "generate server side code and deployment descriptors" --noDeploy means "if --server-side is specified, don't bother with deployment descriptors" That seems

cvs commit: xml-axis/java/test/wsdl/types ComprehensiveTypes.wsdl VerifyTestCase.java

2002-03-11 Thread scheu
scheu 02/03/11 08:25:32 Modified:java/src/org/apache/axis/encoding/ser BeanSerializer.java SimpleSerializer.java java/src/org/apache/axis/utils resources.properties java/src/org/apache/axis/wsdl/toJava JavaC

Re: deploy problem. would notwork.

2002-03-11 Thread Russell Butek
OK, folks, what do y'all think? Since the session info ultimately resides in HTTPTransport, even though there are multiple services/stubs/Call objects, the cookie info is preserved. So if you turn on sessions, turn them off, and turn them back on again, you're still in the original session. Is

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

2002-03-11 Thread scheu
scheu 02/03/11 09:18:33 Modified:java/src/org/apache/axis/wsdl/toJava JavaComplexTypeWriter.java Log: The generated code for the equals method should check for nulls. Revision ChangesPath 1.19 +5 -2 xml-axis/java/src/org/apache/axis/w

RE: WSDL2Java --server-side and --skeletonDeploy

2002-03-11 Thread Russell Butek
You've lost me. The way it USED to work, you had 3 options (2 really the same): - --server-side: generate deploy.wsdd (refers to Skeleton), undeploy.wsdd, Skeleton, Impl - --server-side, --skeletonDeploy true: generate same as above - --server-side, --skeletonDeploy false: generate deploy.wsdd

Handling .NET's "Strongly Typed" DataSet

2002-03-11 Thread Davanum Srinivas
Hi Team, Currently WSDL2Java/AXIS does not handle the output from .NET's tools even for Strongly-Typed Dataset's (see enclosed sample WSDL+XSD). Problems: 1. WSDL and the XSD need to be hand modified as some of things defined in the schema are present (but not complete) in the WSDL itself but

RE: WSDL2Java --server-side and --skeletonDeploy

2002-03-11 Thread Glen Daniels
In most cases I believe people generating server-side implementation frameworks are going to want the convenience of the generated deploy/undeploy files as well. Therefore, I think --server-side should continue to default to emitting them. This is great. So now it seems like the only option

Re: Proposed change for RPCProvider.java for Beta 1

2002-03-11 Thread Han Ming Ong
+1 Sounds more flexible. Han Ming On Friday, March 8, 2002, at 02:26 , Thomas Börkel wrote: > HI! > > I have made a few minor changes (only extract code from > processMessage() to seperate methods) in RPCProvider.java (please find > attached) that allow us much more easily to do our own invoc

RE: WSDL2Java --server-side and --skeletonDeploy

2002-03-11 Thread Russell Butek
Sounds to me like your suggestion is something in addition to the --skeletonDeploy flag, right? Have we had anyone complain about generating the wsdd files? I vote not to add anything more before beta. Russell Butek [EMAIL PROTECTED] Glen Daniels <[EMAIL PROTECTED]> on 03/11/2002 12:35:00 PM

RE: WSDL2Java --server-side and --skeletonDeploy

2002-03-11 Thread Glen Daniels
It's not a new thing, it's a replacement of the --skeletonDeploy flag with something simpler. --skeletonDeploy has a "true"/"false" option to it, and whenever you specify it either way you're now also getting the "--server-side" option implied, which is, IMHO, confusing. We're good in the co

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

2002-03-11 Thread dims
dims02/03/11 11:41:25 Modified:java/src/org/apache/axis/providers/java RPCProvider.java Log: Updated version of fix for "Proposed change for RPCProvider.java for Beta 1" from Thomas "<[EMAIL PROTECTED]>". - added MessageContext parameter to getMethod() - added method inv

RE: WSDL2Java --server-side and --skeletonDeploy

2002-03-11 Thread Russell Butek
That's not simpler, it's different. From the user's guide: -S, --skeletonDeploy Deploy either the skeleton (true) or the implementation (false) in deploy.wsdd. In other words, for "true" the service clause in the deploy.wsdd file will look something like:

RE: writeSchema Method

2002-03-11 Thread Tom Jordahl
Hi Kamlesh, The writeSchema method in the serializer is definitely called. See org.apache.axis.wsdl.fromJava.Types -- Tom Jordahl Macromedia -Original Message- From: Kamlesh Anvekar [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 6:13 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROT

RE: Tcpmon problem

2002-03-11 Thread Alex Glosband
I saw that some changes were made to tcpmon but noticed that this is still a problem. Has anyone had a chance to look at it? To reiterate, the issue is that tcpmon is not using the target hostname in the host header field. For example, if tcpmon is listening for requests on port and forwar

cvs commit: xml-axis/java/samples/addr readme

2002-03-11 Thread rsitze
rsitze 02/03/11 14:07:18 Modified:java/samples/addr readme Log: reformatted Revision ChangesPath 1.7 +15 -6 xml-axis/java/samples/addr/readme Index: readme === RCS file: /home/cvs/xml-axi

Bean Class/Bean Class Helper Generation

2002-03-11 Thread R J Scheuerle Jr
There have been several recent changes to the Bean Class generation to support more advanced xml features...namely attributes. I applaud the new functionality, but we need to step back and consider a more flexible architectural direction. I would like to see all of the meta data information remo

cvs commit: xml-axis/java/src/org/apache/axis/server AxisServer.java

2002-03-11 Thread rsitze
rsitze 02/03/11 14:15:55 Modified:java/src/org/apache/axis/server AxisServer.java Log: minor corrects to comments/trace Revision ChangesPath 1.64 +5 -3 xml-axis/java/src/org/apache/axis/server/AxisServer.java Index: AxisServer.java =

RE: Problem when two services share the same port name

2002-03-11 Thread Tom Jordahl
How about we just prevent two different services with the same name from getting deployed? Humm.. But how can we detect this error case as different from a re-deploy of the same service. -- Tom Jordahl Macromedia -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent:

RE: Bean Class/Bean Class Helper Generation

2002-03-11 Thread Glen Daniels
Just FYI, the TypeDesc stuff also allows us to arbitrarily map Java fields to full XML QNames and vice-versa, which is a feature that doc/lit services often require. I think the general idea of being able to tease the TypeDesc out from the bean class is a great one, and that's precisely why th

Re: Bean Class/Bean Class Helper Generation

2002-03-11 Thread Richard Sitze
+1 to stepping back and designing (ie. cease code-checking on current direction) It's critical that we isolate JAX-RPC implementation details (Meta-data) from the classes exposed to the user. We need a design that reflects this in place ASAP, and we need to be writing to the design to minimize u

Re: Bean Class/Bean Class Helper Generation

2002-03-11 Thread R J Scheuerle Jr
I agree that it is critical to separate the bean class from the meta data. Here's another attempt at the helper interface interface Helper { /** * Return meta data about the object that is used * by the serializer/deserializer. The default emitter * may emit org.apache.axis.descri

RE: Bean Class/Bean Class Helper Generation

2002-03-11 Thread Tom Jordahl
-1 on moving the meta data out of the bean class and in to some other place. I find this mechanism simple and easy to understand and use (hey, what do you know, I coded it). I do not think a helper class would be as straightforward, nor would it be as easy for users to grasp quickly. I don't

RE: Bean Class/Bean Class Helper Generation

2002-03-11 Thread Glen Daniels
Well, on the one hand I agree it should be possible to do this, but let me play devil's advocate for a minute. If we're generating a class from an XML template, the assumption is that we're going to, at some point, be serializing/deserializing that class to/from XML. If that's the case, does

Re: Bean Class/Bean Class Helper Generation

2002-03-11 Thread Doug Davis
One thing you might want to consider is combining any such helper class with a BeanInfo class that users might have already created for their beans. Having 2 classes that contain metadata about a bean isn't as clean as 1. -Dug R J Scheuerle Jr/Austin/IBM@IBMUS on 03/11/2002 05:14:50 PM Please r

Re: deploy problem. would notwork.

2002-03-11 Thread Harald Schmitt
Russell Butek schrieb: > > OK, folks, what do y'all think? Since the session info ultimately resides > in HTTPTransport, even though there are multiple services/stubs/Call > objects, the cookie info is preserved. So if you turn on sessions, turn > them off, and turn them back on again, you're s

Need advice about TypeMapping...

2002-03-11 Thread Frank Griffin
I'm new to SOAP and Axis, and I'm trying to write a single server-side SOAP application class with a single method which can be used to invoke arbitrary methods on arbitrary EJBs. I've succeeded in coding the application with reflection, and I can get a request up to the application and have it p

RE: Problem when two services share the same port name

2002-03-11 Thread Sam Ruby
Tom Jordahl wrote: > > How about we just prevent two different services with the same name from getting >deployed? > > Humm.. But how can we detect this error case as different from a re-deploy of the >same service. -1 The names we choose to key off of may not have any real meaning, and in fac

RE: Bean Class/Bean Class Helper Generation

2002-03-11 Thread Greg Truty
Glen, I think we all feel that having the metadata to the runtime is a good idea (and in some sense, required). I also agree that to make the metadata available for an XML-aware piece is goodness (but I would add to that statement an XML-aware piece of runtime code). I believe some of the conce

RE: Bean Class/Bean Class Helper Generation

2002-03-11 Thread Russell Butek
Whoa! A -1 on moving the meta data out of the bean class!?!?! I hate to be nasty, but I'm moving closer and closer (not QUITE there, yet) to saying -1 on keeping it IN! It puts non-bean stuff on beans (bad bad bad). It locks out the possibility of using beans that come from somewhere else in A

RE: Bean Class/Bean Class Helper Generation

2002-03-11 Thread Glen Daniels
Hi Greg! It seems that the position you're putting forth (and that, I gather, of Rich and Russell as well) is that it's a good idea to at least encourage, and perhaps enforce, a logical separation of the type-mapping metadata from the implementation of a data class. I don't disagree that suc

RE: Bean Class/Bean Class Helper Generation

2002-03-11 Thread Glen Daniels
Hi Russell! See the note I just sent to Greg. I do see the need for, and want to see, a good out-of-band solution for this, but that doesn't mean the in-band one we have now is bad or should go away. I don't think there's a real impasse here, I suspect Tom was just having a bout of "file-o-

Question and a Suggestion

2002-03-11 Thread James M Snell
Out of curiosity, was that CDATA problem I posted a couple of weeks ago ever looked at? Also, currently the ServletEngineConfigurationFactory only looks in /WEB-INF for the server-config.wsdd file. This is cool if you only have one instance of Axis deployed to a server. However, there may be

Problem with attachment sample

2002-03-11 Thread Raymond Feng
Hi.   I try to run the attachment sample "samples.attachments.EchoAttachment" with the beta-rc1 of Axis. It always fails 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.