Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11110


Ignore:
Timestamp:
Mar 12, 2013, 12:53:40 PM (11 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11110

    • Property Summary No RPC method found with nameticket.putAttachmentNo RPC method found with name ticket.putAttachment
  • Ticket #11110 – Description

    initial v1  
    22[XmlRpcMethod("ticket.putAttachment")]
    33        bool PutAttachemnet(int ticketId, string filename, string description, byte[] data,bool replace = false);
    4 and here is my coderesort url:
     4and here is my tracurl:
    55[XmlRpcUrl("https://pl3.projectlocker.com/SWStrategies/TestProject/trac/login/xmlrpc")]
    66 
    7 But whenever I try to create attachment against ticket then service response is “No RPC method found with nameticket.putAttachment ”
     7But whenever I try to create attachment against ticket then service response is “No RPC method found with name ticket.putAttachment ”
    88
    99
    10 I am using it in asp.net c#
     10I am using it in asp.net c#.can anybody provide some smaple code for creating attchment from asp.net c#.
    1111Any help would highly appreciate.