I need help .....

2002-06-30 Thread Suresh Marella
Title: I need help . Hi ALL, Iam a new user to this mailing list and I have sent a request for subscription. Please mail me directly to this email id. I got the attached code (WidgetPrice) from AXIS eamples. I have followed the procedure and could able to deploy it and the same is appea

cvs commit: xml-axis/java TODO.txt

2002-06-30 Thread gdaniels
gdaniels2002/06/30 11:11:12 Modified:java TODO.txt Log: Note dims' fix Revision ChangesPath 1.63 +1 -1 xml-axis/java/TODO.txt Index: TODO.txt === RCS file: /home/cvs/xml-axis/java/TODO

cvs commit: xml-axis/java/src/org/apache/axis/schema - New directory

2002-06-30 Thread gdaniels
gdaniels2002/06/30 11:11:41 xml-axis/java/src/org/apache/axis/schema - New directory

cvs commit: xml-axis/java/src/org/apache/axis MessageContext.java Constants.java

2002-06-30 Thread gdaniels
gdaniels2002/06/30 11:15:46 Modified:java/src/org/apache/axis/encoding SerializationContextImpl.java DeserializerImpl.java java/src/org/apache/axis MessageContext.java Constants.java Added: java/src/org/apache/axis/schema SchemaVersion2001.

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

2002-06-30 Thread rineholt
rineholt2002/06/30 12:59:04 Modified:java/src/org/apache/axis Message.java MessageContext.java java/src/org/apache/axis/attachments Attachments.java AttachmentsImpl.java MultiPartRelatedInputStream.java java/s

RE: cvs commit: xml-axis/java/src/org/apache/axis/utils JavaUtils.java axisNLS.properties

2002-06-30 Thread Glen Daniels
Axis-dev'ers: Rick talked to me about this on IRC yesterday, and I said this functionality was OK to go in beta-3 on the condition that a) it passes all the tests, and b) a "preDIME" label is dropped right before the checkin (makes rolling back easy just in case). True, it's new functionalit

Possible Bug in RPCProvider.java array handling

2002-06-30 Thread Kamran Kashanian
I have a web service which exposes the following Java method:   void addFiles(String session, DocServerFile[] files);   When calling this method from a .NET client, the Soap envelope looks as follows:     http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/

re: cvs commit: xml-axis/java/src/org/apache/axis

2002-06-30 Thread Sam Ruby
Glen Daniels wrote: > > Rough in the beginnings of dynamic schema support. For now, the only > real functionality is getting the "null" QName. > > Introduce the SchemaVersion class, which is associated with > MessageContexts and SerializationContexts and provides version- > specific schema

RE: cvs commit: xml-axis/java/src/org/apache/axis

2002-06-30 Thread Glen Daniels
> > The implicit assumption here is that for a given piece of > processing > > (a single request), only one schema version will be > active. (We make > > this same assumption about SOAP versions) > > As I read the code, it appears that the check for null is made against > all compiled in sc

RE: Possible Bug in RPCProvider.java array handling

2002-06-30 Thread Glen Daniels
Hi Kamran!   Thanks for the note - this change has already been made in the current Axis codebase - try getting the latest nightly build or the current CVS.   --Glen -Original Message-From: Kamran Kashanian [mailto:[EMAIL PROTECTED]]Sent: Sunday, June 30, 2002 5:31 PMTo: [EMA

cvs commit: xml-axis/java/src/org/apache/axis/attachments DimeBodyPart.java DimeDelimitedInputStream.java

2002-06-30 Thread rineholt
rineholt2002/06/30 19:46:28 Modified:java/samples/attachments EchoAttachment.java EchoAttachmentsService.java java/src/org/apache/axis/attachments DimeBodyPart.java DimeDelimitedInputStream.java Log: Update attachments s

Re: SOAP 1.2, GET, and Axis

2002-06-30 Thread Mark Baker
Sam wrote; > axis-dev would be a good place to discuss such plans. Got any? ;-) Not anything concrete yet. I'm still familiarizing myself with Axis, as I've never used it. I'm here because Roy suggested I drop you guys a line. > While the reference to the WebMethodFeature does mention GET, i

DO NOT REPLY [Bug 10364] New: - RPCProvider.java handling of arrays

2002-06-30 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_b

Re: cvs commit: xml-axis/java/src/org/apache/axis/attachments DimeBodyPart.javaDimeDelimitedInputStream.java

2002-06-30 Thread Sam Ruby
Rick Rineholt wrote: > > +if( args[0].trim().equalsIgnoreCase("+FDR")){ > + doTheDIME= true; > + ++argpos; > +} LOL! - Sam Ruby

DO NOT REPLY [Bug 10364] - RPCProvider.java handling of arrays

2002-06-30 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_b

Re: SOAP 1.2, GET, and Axis

2002-06-30 Thread Sam Ruby
Mark Baker wrote: > Sam wrote; > >>axis-dev would be a good place to discuss such plans. Got any? ;-) > > Not anything concrete yet. I'm still familiarizing myself with Axis, > as I've never used it. I'm here because Roy suggested I drop you guys a > line. Cool! >>While the reference to th

cvs commit: xml-axis/java TODO.txt

2002-06-30 Thread gdaniels
gdaniels2002/06/30 20:17:50 Modified:java TODO.txt Log: 9875 was fixed Revision ChangesPath 1.64 +1 -1 xml-axis/java/TODO.txt Index: TODO.txt === RCS file: /home/cvs/xml-axis/java/TODO

COMMITTERS PLEASE READ: beta-3 "mustfix" bug summary

2002-06-30 Thread Glen Daniels
Here are the "musts" for beta-3, and what I can tell of their current status. If any of this is inaccurate, please let me know. M 8476 - must - Rich Looks like this is due to an "id" attribute. Rich suggests closing it. M 8646 - must - ? I can take this one tomorrow. I'll add a test w

Re: SOAP 1.2, GET, and Axis

2002-06-30 Thread Mark Baker
Hey. On Sun, Jun 30, 2002 at 11:12:57PM -0400, Sam Ruby wrote: > > Hmm, really? That's a concern. Would you mind raising a Last Call > > comment to that effect? > > To be honest, I don't understand the politics and stakeholders involved > in this discussion. Ah, nevermind that! Just send a

RE: SOAP 1.2, GET, and Axis

2002-06-30 Thread Glen Daniels
Hi guys! > > Not anything concrete yet. I'm still familiarizing myself > with Axis, > > as I've never used it. I'm here because Roy suggested I > drop you guys a > > line. > > Cool! +1. Welcome, Mark. > >>While the reference to the WebMethodFeature does mention > GET, it seems > >>to b

Re: SOAP 1.2, GET, and Axis

2002-06-30 Thread Sanjiva Weerawarana
"Glen Daniels" <[EMAIL PROTECTED]> writes: > > 2) For now, simply exposing the switch is enough to get us in line with the spec, and we leave it completely up to the developer to decide how they want to form their URLs - to us it's just a String pointing to an endpoint. > > --Glen Hmm. Given that

Re: SOAP 1.2, GET, and Axis

2002-06-30 Thread Sam Ruby
Mark Baker wrote: > >> No standard means of representation of arguments or method names is >> provided by this specification. > > Does that matter? > > From the client POV, the developer provides the URI via > Call.setTargetEndpointAddress(). GET is invoked directly on that, the > same wa

Re: SOAP 1.2, GET, and Axis

2002-06-30 Thread Mark Baker
On Mon, Jul 01, 2002 at 01:06:47AM -0400, Sam Ruby wrote: > What is needed, in my mind, is something analogous to > http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13.1 . Can you > imagine how much less useful HTML FORMS would be if there was no > standard means of representation of c

DO NOT REPLY [Bug 10365] New: - Wrong code generated when using optional "name" attribute of input tag

2002-06-30 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_b