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