Edgewall Software
Modify

Opened 11 years ago

Closed 11 years ago

#11110 closed defect (cantfix)

No RPC method found with name ticket.putAttachment

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

Description (last modified by Christian Boos)

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 anonymous, 11 years ago

Description: modified (diff)
Summary: No RPC method found with nameticket.putAttachmentNo RPC method found with name ticket.putAttachment

comment:2 by Christian Boos, 11 years ago

Description: modified (diff)

comment:3 by Christian Boos, 11 years ago

Resolution: cantfix
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.