GithubHelp home page GithubHelp logo

rpc-client's People

rpc-client's Issues

Cannot send email address

What steps will reproduce the problem?
1. RPCClient.exe -t http://fisher.hu/api/xmlrpc -u fisher -p pass -v -M newUser 
-P 
struct@ShortName#string#Test00%Name#string#Test00%Login#string#test00%Password#s
tring#tyutyu%MustChangePassword#boolean#false%Email#string#[email protected]

I get format error I believe because the [email protected] part. I could encode the @ to 
@ but of course it cause new problem :D

Original issue reported on code.google.com by [email protected] on 25 Mar 2014 at 12:13

Request parameters mising value tags

According to the example on the Wikipedia entry, there should be value tags 
around passed parameters:

<methodCall>
  <methodName>examples.getStateName</methodName>
  <params>
    <param>
        <value><i4>40</i4></value>
    </param>
  </params>
</methodCall>

The output of a working PHP-based xmlrpc client currently in production shows 
the same thing:

<methodCall>
  <methodName>extract.path</methodName>
  <params>
    <param>
      <value><string>TEST</string></value>
    </param>
  </params>
</methodCall>

However, testing shows this client doesn't have those:

<methodCall>
  <methodName>extract.path</methodName>
  <params>
    <param>
      <string>TEST</string>
    </param>
  </params>
</methodCall>

This call results in an error from the server; being unable to parse the 
parameters.

Original issue reported on code.google.com by [email protected] on 2 Apr 2012 at 2:45

Google Code closing

Google Code service is closing. Do you have plans to move this project to 
GitHub or similar hosting service?

Original issue reported on code.google.com by [email protected] on 30 May 2015 at 9:25

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.