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
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
> 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
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
",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"
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
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
> >
> > > 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
> >
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
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
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
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
- 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
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
> 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
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
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
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
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.
> 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
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
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
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
23 matches
Mail list logo