Re: [from soap-user] Re: urgent help needed with:Error buildingresponse evelope

2002-08-21 Thread Scott Nichol
;[EMAIL PROTECTED]> Sent: Wednesday, August 21, 2002 1:46 PM Subject: Re: [from soap-user] Re: urgent help needed with:Error building response evelope i am using soap2_2 >From: Scott Nichol >To: WANG xiulan , [EMAIL PROTECTED] >Subject: [from soap-user] Re: urgent help needed with:Error

[from soap-user] Re: urgent help needed with:Error building responseevelope

2002-08-20 Thread Scott Nichol
What version of Apache SOAP are you using? Scott Nichol - Original Message - From: "WANG xiulan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 11:01 AM Subject: urgent help needed with:Error building res

Re: Help Needed

2002-04-21 Thread soap vamsi
The tutorial in java world can serve a good starter. http://www.javaworld.com/javaworld/jw-03-2001/jw-0330-soap.html Then u may also browse thru the SOAP specifications at w3c.org vamsi On Sat, 20 Apr 2002 Vinod Palan wrote : >Hi All, >I am new to soap can one of you tell me where to start and

Re: Help Needed

2002-04-19 Thread Scott Nichol
IL PROTECTED]> Sent: Friday, April 19, 2002 5:05 PM Subject: Help Needed Hi All, I am new to soap can one of you tell me where to start and which book to refer and which site will be useful. Thanks In Advance Vinod [EMAIL PROTECTED]

Help Needed

2002-04-19 Thread Vinod Palan
Hi All,I am new to soap can one of you tell me where to start and which book to refer and which site will be useful.Thanks In AdvanceVinod[EMAIL PROTECTED]  

Re: Urgent help needed

2001-07-01 Thread Naggi Rao
hi , Thanxs for the help.. But it was really my bad I had not read the XML Spec.. - Original Message - From: "Oleg Dulin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 5:26 PM Subject: Re: Urgent help nee

Re: Urgent help needed

2001-06-29 Thread Oleg Dulin
> I was wondering if there was a decent way to escape the & sign ? > May be URLEncoding the characters before stuffing them in to literal > XML ? > Would appreciate a quick fix !! URLEncoding worked for me, but you can also use & (I think) to represent an ampersand. -- Regards, Oleg Dulin --

Re: Urgent help needed

2001-06-29 Thread Naggi Rao
hi, My bad .. I could use & and stuff... - Original Message - From: "Naggi Rao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 8:42 AM Subject: Urgent help needed > Hi all, > Its more of a XML Question .. > I am passing a

RE: Urgent help needed

2001-06-29 Thread Joseph Stanko
[EMAIL PROTECTED] > Subject: Urgent help needed > > > Hi all, > Its more of a XML Question .. > I am passing a few elements (as literal XML) to my WebServvice as : > > > > It works fine for cases above : > > but the XML Parser get very very angry if I pass

Re: Urgent help needed

2001-06-29 Thread Norbert Wagner
>I was wondering if there was a decent way to escape the & sign ? try these: '&' -> & '<' -> < '>' -> > ciao, Norbert

Urgent help needed

2001-06-29 Thread Naggi Rao
Hi all, Its more of a XML Question .. I am passing a few elements (as literal XML) to my WebServvice as : It works fine for cases above : but the XML Parser get very very angry if I passed : I was wondering if there was a decent way to escape the & sign ? May be URLEncoding the characters

Re: Help needed..

2001-05-27 Thread Sanjiva Weerawarana
- From: "Kumar Raj" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 25, 2001 9:29 AM Subject: Help needed.. > Hi ! > > I tried working with Addressbook sample in Apache SOAP v2.0. Itz working > fine. > The same Addressbook sample if I try to r