Re: Extra line appearing in Apache Response

2002-10-04 Thread Sanjiva Weerawarana
code. Sanjiva. - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 7:13 PM Subject: Re: Extra line appearing in Apache Response > Likewise, I am not clear on the distinction between significant and

RE: Extra line appearing in Apache Response [SPAM]

2002-10-04 Thread SoumenS
Great work, Scott on XML spec interpretation. It would benefit many people including me. Soumen Sarkar. -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 7:17 AM To: [EMAIL PROTECTED] Subject: Re: Extra line appearing in Apache Response

Re: Extra line appearing in Apache Response [SPAM]

2002-10-03 Thread Scott Nichol
> I agree with you that this bug is a Sun's one, definitely not Apache > SOAP, although could be compensated there It is tempting sometimes to make changes to maximize interoperability across all implementations. In this case, I was hesitant because I suspected it was a serious Sun bug, and be

RE: Extra line appearing in Apache Response [SPAM]

2002-10-03 Thread Pavel Ausianik
ch of time on this, Best regards, Pavel > -Original Message- > From: Scott Nichol [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 03, 2002 4:23 PM > To: [EMAIL PROTECTED] > Subject: Re: Extra line appearing in Apache Response [SPAM] > > > This is correct behav

Re: Extra line appearing in Apache Response

2002-10-03 Thread Scott Nichol
",localName="SITETYPE",qname="SITETYPE",attributes={{u ri=" > http://www.w3.org/2001/XMLSchema-instance",localName="type",qname="ns4:t ype" > ,type="CDATA",value="xsd:string"}}) > characters(text="GWA_01"

RE: Extra line appearing in Apache Response

2002-10-03 Thread Pavel Ausianik
ot;type",qname="ns4:type"; ,type="CDATA",value="xsd:string"}}) characters(text="GWA_01") endElement(uri="",localName="SITETYPE",qname="SITETYPE") endPrefixMapping(prefix="ns4") characters(text="\n

Re: Extra line appearing in Apache Response

2002-10-03 Thread Tanmay Kumar
Messaging exception. Tans - Original Message - From: "Ravi Prakash Reddy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 03, 2002 5:23 PM Subject: RE: Extra line appearing in Apache Response > > sorry pavel, I have soap.jar also in my

RE: Extra line appearing in Apache Response

2002-10-03 Thread Ravi Prakash Reddy
> > > > > The only possible reason is that your CLASSPATH variable > > does not contain > > > mail.jar, or have some bad characters, like spaces, which > > does not allow JVM > > > to find it. > > > > > > Best regards, > > > Pavel > >

RE: Extra line appearing in Apache Response

2002-10-02 Thread Pavel Ausianik
Your classpath does not contain soap.jar. Maybe this is a problem? Best regards, Pavel > -Original Message- > From: Ravi Prakash Reddy [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 03, 2002 10:02 AM > To: '[EMAIL PROTECTED]' > Subject: RE: Extra line app

RE: Extra line appearing in Apache Response

2002-10-02 Thread Ravi Prakash Reddy
ctober 03, 2002 9:41 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Extra line appearing in Apache Response > > > > > > > > Hi, > > I am new to Apache SOAP. As I could not found any reason > > for the following error, in any user forums, I had to

RE: Extra line appearing in Apache Response

2002-10-02 Thread Pavel Ausianik
Thursday, October 03, 2002 9:41 AM > To: [EMAIL PROTECTED] > Subject: Re: Extra line appearing in Apache Response > > > > Hi, > I am new to Apache SOAP. As I could not found any reason > for the following error, in any user forums, I had to > come to your help. > &g

Re: Extra line appearing in Apache Response

2002-10-02 Thread Ravi Prakash Reddy
Hi, I am new to Apache SOAP. As I could not found any reason for the following error, in any user forums, I had to come to your help. When I run SOAP client program, I get classnot found exception. C:\soap>java SoapClient http://localhost:8080/soap/servlet/rpcroute Exception in thread "m

Re: Extra line appearing in Apache Response

2002-10-02 Thread Scott Nichol
- Original Message - From: "Pavel Ausianik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 11:22 AM Subject: RE: Extra line appearing in Apache Response > Scott, > > Unfortunately your fix to RPCMessage does not solve compatibility

RE: Extra line appearing in Apache Response

2002-10-02 Thread Pavel Ausianik
y, October 02, 2002 4:14 PM > To: [EMAIL PROTECTED] > Subject: Re: Extra line appearing in Apache Response > > > Likewise, I am not clear on the distinction between significant and > insignificant whitespace and how it is controlled/defined. > What I found > interesting ab

Re: Extra line appearing in Apache Response

2002-10-02 Thread Scott Nichol
> Then it should be fixed, IMHO. This is causing interop problem. I have committed to CVS a change to RPCMessage.java that removes the additional line separator from the response. Although I'm not convinced that this is a bug, there is certainly no reason it *needs* to be there, and interop is o

Re: Extra line appearing in Apache Response

2002-10-02 Thread Scott Nichol
oming very soon. Scott Nichol - Original Message - From: "Damian Alonso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 11:15 PM Subject: RE: Extra line appearing in Apache Response > On this issue, (I was the one who originally post

Re: Extra line appearing in Apache Response

2002-10-02 Thread Scott Nichol
Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 11:07 PM Subject: RE: Extra line appearing in Apache Response > Then it should be fixed, IMHO. This is causing interop problem. > > XML spec talks about significant and insignifican

RE: Extra line appearing in Apache Response

2002-10-01 Thread Damian Alonso
Title: RE: Extra line appearing in Apache Response On this issue, (I was the one who originally posted the problem) I have found that the problem relates to the XML Schema that .NET uses to validate its XML.  Again, another interop problem which when we looked at the SOAP Specification, it

RE: Extra line appearing in Apache Response

2002-10-01 Thread SoumenS
ssage- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 8:07 PM To: [EMAIL PROTECTED] Subject: Re: Extra line appearing in Apache Response > In order to fix the problem for myself, I had to download Apache SOAP > sources and edit class org.apache.soap.util.

Re: Extra line appearing in Apache Response

2002-10-01 Thread Scott Nichol
> In order to fix the problem for myself, I had to download Apache SOAP > sources and edit class org.apache.soap.util.StringUtils, replacing > > public static final String lineSeparator = > System.getProperty("line.separator", "\n"); > > with an easy > > public static final String lineSepara

RE: Extra line appearing in Apache Response

2002-09-30 Thread Pavel Ausianik
30, 2002 6:47 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Extra line appearing in Apache Response > > > I beleive this is not a a Apache SOAP bug. White space and > lines between tags should not matter in XML parsing. Please > refer to XML specificat

RE: Extra line appearing in Apache Response

2002-09-29 Thread SoumenS
I beleive this is not a a Apache SOAP bug. White space and lines between tags should not matter in XML parsing. Please refer to XML specification as shown below: = http://www.xml.com/axml/testaxml.htm 2.10 White Space Handling In editin

Re: Extra line appearing in Apache Response

2002-09-29 Thread Sanjiva Weerawarana
Is the content length correct? If so then its absolutely a flaw in the client it cannot handle this extra whitespace. SOAP is first an XML application and XML does not restrict one from inserting ignorable whitespace. This extra whitespace is probably coming out of RPCMessage.java's serialize met