Menu

#16 SOAP::https correction for JSONRPC

open
nobody
None
5
2012-01-12
2012-01-12
MaxJarek
No

https transport for SOAP do not provide support for application/json-rpc http header. Hard coded is ony text/xml. When i use JSONRPC with https i have error: "unknown option "-contenttype": must be one of uri proxy params name transport action wrapProc replyProc parseProc postProc command errorCommand schemas version encoding httpheaders timeout"
My patch add:
- support for JSONRPC with https transport
- new keepalive option

Discussion

  • MaxJarek

    MaxJarek - 2012-01-12

    diff -u patch

     
  • MaxJarek

    MaxJarek - 2012-01-12

    new version 1.1

     
  • MaxJarek

    MaxJarek - 2012-01-12

    My test script

     

Log in to post a comment.