Apache SOAP bug?

2002-06-11 Thread Daniel Kutac
Hi,   this simple code:    public static void main( String[] args) {     try {    //URL url = new URL(http://localhost/csp/demos/WS.Calc.cls);    URL url = new URL("http://localhost:8080/csp/demos/WS.Calc.cls");    String urn = "";       // Build the call.    Call call = new Call();      

Re: VOTE: Scott Nichol for committer

2002-06-11 Thread William A. Nagy
>I'd like to nominate Scott for committer status. He has been >one of the most consistent contributors to this project, but >for some reason we neglected to make him a committer. Scott >is also a frequest contributor to soap-user. +1 -Bill

Re: Apache SOAP bug?

2002-06-11 Thread Scott Nichol
Dan, The dump you should is quite legal. From SOAP 1.1 section 4.1.1 The SOAP encodingStyle global attribute can be used to indicate the serialization rules used in a SOAP message. This attribute MAY appear on any element, and is scoped to that element's contents and all child elements not

RE: VOTE: Scott Nichol for committer

2002-06-11 Thread Matthew J. Duftler
+1 > -Original Message- > From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 1:31 PM > To: Apache SOAP > Subject: VOTE: Scott Nichol for committer > > > I'd like to nominate Scott for committer status. He has been > one of the most consistent contributor

RE: VOTE: Scott Nichol for committer

2002-06-11 Thread Jason Oliver
+1 At 09:38 AM 6/11/02 +0530, you wrote: >+1 > >-Original Message- >From: atrieger [mailto:atrieger]On Behalf Of Andrew Trieger >Sent: Tuesday, June 11, 2002 12:25 AM >To: [EMAIL PROTECTED] >Subject: Re: VOTE: Scott Nichol for committer > > >+1 > >Sanjiva Weerawarana wrote: > > > I'd like

Serializer Questions

2002-06-11 Thread Todd D. Johnson
Can anyone point me to a good sample or explanation of how to use different serializer types? I've been able to write a simple Serializer for a class I wrote, but now I've got a pretty sophisticated class structure (with repeating children with children as arrays etc) and I want to be able to req