Ticket #25 (closed task: invalid)

Opened 2 years ago

Last modified 2 years ago

QUESTION: i4-param in xml-rpc-call

Reported by: guest Assigned to: Jan-Klaas Kollhof
Priority: normal Milestone:
Component: jsolait-core Version: 2.0
Severity: normal Keywords:
Cc:

Description

i defined a rpc-method on a server with the signature 'i4 string'. unfortunately i couldn't find a way to call that method without getting an error. it always tells me, that there is no signature 'int string'. how can i force the integer to be an i4?

thanks!

gero.meissner@heinze.de

Change History

08/21/06 09:28:25 changed by heldermagalhaes

  • status changed from new to closed.
  • resolution set to invalid.

In fact, this is not a ticket but rather a question which should be placed at the forum:

http://groups.yahoo.com/group/jsolait/

BTW: As far as I'm concerned, that only has to do with your server implementation. According to XML-RPC specification, both 'i4' and 'int' must be equally accepted, so your server has an incomplete and/or incompliant XML-RPC implementation.