Modify ↓
Opened 12 years ago
Closed 12 years ago
#11110 closed defect (cantfix)
No RPC method found with name ticket.putAttachment
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
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 tracurl:
[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 name ticket.putAttachment ”
I am using it in asp.net c#.can anybody provide some smaple code for creating attchment from asp.net c#. Any help would highly appreciate.
Attachments (0)
Change History (3)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|---|
Summary: | No RPC method found with nameticket.putAttachment → No RPC method found with name ticket.putAttachment |
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
comment:3 by , 12 years ago
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
PluginIssue, see TH:XmlRpcPlugin.