Re: XML

2001-07-16 Thread Scott Nichol
  is not part of XML. I have used   in the iso-8859-1 character set. I am not sure if that works in all character sets. Scott - Original Message - From: "Santosh Kumar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 15, 2001 11:55 PM Subject: XML > > > i get a error w

Re: XML

2001-07-16 Thread Michele Costabile
From: "Santosh Kumar" <[EMAIL PROTECTED]> > i get a error when i use   between the tags.. > >   > Because nbsp is an entity in HTML, but not in XML. Try to read a file like that with Internet Explorer. You might write instead just . This is the error reported by MS IE5 Reference to undefined e

Re: XML

2001-07-16 Thread Michael Reardon
If your trying to preserve the HTML data for the SOAP client to display, (i.e, the client gets the characters ' ' and not ' ') then this should work...   Michele Costabile wrote: > > From: "Santosh Kumar" <[EMAIL PROTECTED]> > > i get a error when i use   between the tags.. > > > >   > > >

Fw: CVS moved to new machine

2001-07-16 Thread Sanjiva Weerawarana
FYI .. in case you didn't see this. Sanjiva. - Original Message - From: "Brian Behlendorf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 16, 2001 12:40 AM Subject: CVS moved to new machine > > I've moved the CVS tree to a new machine. Here is W

Integrating Apache with other implementations

2001-07-16 Thread sac vish
Hi All, We are in process of writing services with use of Apache-SOAP. Up till now we have tested the services using Apache Java Client. But now we have to expose our service, which can be invoked through any soap implementation and language (mostly with C++). My question is what is the best wa

Publishing Web Services...

2001-07-16 Thread Ashutosh Arora
Guys, How do you publish your Web Services? I want to know, which tools you guys use to generate WSDL documents. I created a proxy class and deployed it on Tomcat. Now I want to register this Web Service onto UDDI server. I want to know, how shall I generate WSDL document for it? Are there any ope

Re: XML

2001-07-16 Thread Brajendra . Singh
parser is treating   as entity. And you need to define entity in some internal/external DTD then only you can use it. Brajendra Singh