Edgewall Software

Opened 11 years ago

Last modified 11 years ago

#11110 closed defect

No RPC method found with nameticket.putAttachment — at Initial Version

Reported by: simplysachin87@… Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I am Using XML-RPC and here is my method declaration [XmlRpcMethod("ticket.putAttachment")]

bool PutAttachemnet(int ticketId, string filename, string description, byte[] data,bool replace = false);

and here is my coderesort url: [XmlRpcUrl("https://pl3.projectlocker.com/SWStrategies/TestProject/trac/login/xmlrpc")] But whenever I try to create attachment against ticket then service response is “No RPC method found with nameticket.putAttachment ”

I am using it in asp.net c# Any help would highly appreciate.

Change History (0)

Note: See TracTickets for help on using tickets.