Hello,

I get the following error when trying to execute a client call to an
XML-RPC server (it doesn't even make the call yet.)

Fatal error parsing XML: unexpected end of file found

All I am doing is sending a bunch of Strings as parameters:

.
.
XmlRpcClient client = new XmlRpcClient(server_url);
Vector params = new Vector();
params.add("params1");
params.add("params2");
.
.
client.execute("myMethod",params);
.
.
This last line is where the error is thrown.

There have been a few messages on this mailing list regarding this error,
but I don't think their issues apply to my case.

Any help appreciated.
                                    
 Gilad Buzi                         
 R&D Engineer � CONCATEL            
                                    
                                    
 [EMAIL PROTECTED]        
 c/Sardenya, 229-237 Atic. 2a �     
 08013 Barcelona Spain              
 tel. +34.93.244.88.77 � fax        
 +34.93.244.88.78                   
                                    
          www.concatel.com          
                                    




Reply via email to