Edgewall Software

Changes between Version 1 and Version 2 of Ticket #11110


Ignore:
Timestamp:
Mar 12, 2013, 12:56:35 PM (11 years ago)
Author:
Christian Boos
Comment:

PluginIssue, see TH:XmlRpcPlugin.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11110 – Description

    v1 v2  
    11I am Using XML-RPC and here is my method declaration
     2{{{#!cs
    23[XmlRpcMethod("ticket.putAttachment")]
    34        bool PutAttachemnet(int ticketId, string filename, string description, byte[] data,bool replace = false);
     5}}}
    46and here is my tracurl:
     7{{{#!cs
    58[XmlRpcUrl("https://pl3.projectlocker.com/SWStrategies/TestProject/trac/login/xmlrpc")]
    6  
     9}}}
    710But whenever I try to create attachment against ticket then service response is “No RPC method found with name ticket.putAttachment ”
    811