Hirdetés

Új hozzászólás Aktív témák

  • voronoi

    tag

    Sziasztok, web interfacet akarok feltenni es nem akar menni. Beleforditottam az xmlrpc-t, amikor elinditom a klienst ki is irja, hogy:

    ( 4:59:01) XMLRPC initialized with 517 functions.

    Az 5000-es default portra configoltam, megsem akar menni:

    $xmlrpc localhost:5000 system.listMethods

    Failed. Call failed. libcurl failed to execute the HTTP POST transaction. Empty reply from server. (XML-RPC fault code -504)

    Es mindenre ezt dobja. Az olvastam, hogy ez az xmlrpc kliens annyit csinal, hogy elkuldi ezt a stringet az adott portra:

    <?xml version="1.0"?><methodCall><methodName>system.listMethods</methodName></methodCall>

    Noszak akkor:

    $ telnet localhost 5000
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.
    <?xml version="1.0"?><methodCall><methodName>system.listMethods</methodName></methodCall>
    Connection closed by foreign host.

    Ennyi. Itt megakadtam. Sehogy se megy, igy nyilvan minden kliens isazt mondja, hogy nem tud csatlakozni. Tudna valaki segiteni mit rontottam el? Kosz.

Új hozzászólás Aktív témák