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: 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