I have a web service that I'm trying to invoke from an XFire client.  I get
the operation name from the wsdl then pass that, together with some
parameters and i get this error:
Unexpected close tag </body>; expects </HR> at [row, col {unknown source}]:
[15,187]
Obviously this is an html error, but why would i get such an error?  My
method call looks like this:
Client client = new Client(new URL(wsdl url));
Object [] object = client.invoke("theoperationname", array of parameters);
The service method should return a simple object array.
Any suggestions...
-- 
View this message in context: 
http://www.nabble.com/Invoking-a-service-question-tf3215354.html#a8929172
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to