Hello,

       I am implementing xmlrpc with java servlet program as xmlrpc server=
.
xmlrpc client will be java standalon program.

   I have created servlet named HelloWorldExample which handles xml rpc
requests and I have coded client program as standalone program and created
xmlrpcclient object as below:

       XmlRpcClient client =3D new XmlRpcClient( "
http://192.168.1.243:8080/examples/servlet/HelloWorldExample ");

after executing client program I am getting following exception:

Fatal error parsing XML: org.xml.sax.SAXParseException: invalid attribute
value

can you please tell me why I am getting this error..

Can anybody give me any documentation for xml rpc implementation in java
servlet..

Thanks in advance


On 1/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
thanks! yeah its userid:[EMAIL PROTECTED] , i was just replying.

so basically what u mean is .... an xmlrpc server (say php) running over the braindead MS IIS ;) behind http auth, should run just fine with this method? ... hmm... i'l check this myself too. thanks a lot!


Tino Wildenhain wrote:
[EMAIL PROTECTED] schrieb:
Using the way --- http:[EMAIL PROTECTED] --- wont be cross platform I suppose (its classified as a security flaw) All new browsers and XP with SP2 has been patched NOT to allow usage this way.
http://support.microsoft.com/default.aspx?scid=kb;en-us;834489


Actually its http://username:[EMAIL PROTECTED]/path/

And its not a security flaw per se if not used in a buggy and brain
dead application like M$-internetexplorer :-)

Useragents are supposed to not send these strings literally over
the net - or in case of a webbbrowser dont construct relative
URLs from it or expose it to _javascript_ DOM.

XMLRPC does not use sublinks or relative paths so this is no
issue at all.

Kind regards
Tino


-- 
Thanks,

Rahul Joshi
Data Armor





--
Prasad Kadbane.
Software Engineer
Vyom Labs Pvt. Ltd.
Pune (Maharastra).

Reply via email to