use XMLRPC with PHP and JAVA

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • (:- Dan :-)

    use XMLRPC with PHP and JAVA

    Ciao.
    I want to use PHP call to Java class with XMLRPC.
    I can't pass array from PHP to Java method. In documentation it use
    Vector, but it don't work.
    Have u any idea?

    tnx Daniele
  • Daniel Tryba

    #2
    Re: use XMLRPC with PHP and JAVA

    "(:- Dan :-)" <nntelodo@tisca linet.it> wrote:[color=blue]
    > I want to use PHP call to Java class with XMLRPC.
    > I can't pass array from PHP to Java method. In documentation it use
    > Vector, but it don't work.[/color]

    To get an array from php to java just use (associative) arrays. From
    java to array you'll need to return a Vector (or Hashtable if you need
    an associative array).

    This Just Works (c) for me, show some of your (simple, short, to the
    point) code, so people can help you with your problem!

    Comment

    Working...