Re: Strange FileNotFoundException

2001-06-24 Thread Oleg Dulin
ache.soap.server.ServiceManagerClient > http://localhost:8080/soap/servlet/rpcrouter deploy > DeploymentDescriptor.xml > It is all right. Why? > > Thanks a lot! > > -- Regards, Oleg Dulin http://www.olegdulin.com/

Re: SOAP Performance against RMI

2001-06-26 Thread Oleg Dulin
gt; > Greetings > > Ralf > > > > ______ > > Do You Yahoo!? > > Get personalized email addresses from Yahoo! Mail > > http://personal.mail.yahoo.com/ -- Regards, Oleg Dulin http://www.olegdulin.com/

RE: SOAP Performance against RMI

2001-06-26 Thread Oleg Dulin
dvantage of SOAP is the fact that you can embed a SOAP envelope inside of an HTML form and then feed the result through a stylesheet. Here the client is not even written in a programming language. -- Regards, Oleg Dulin http://www.olegdulin.com/

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