<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to detele the ticket through ticket Web Service in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-detele-the-ticket-through-ticket-web-service/m-p/102783#M71571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How are you calling the service from jBoss?&amp;nbsp; Via a HTTP API? …?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to invoke the HTTP DELETE method - how you do that depends on the client (library) you're using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can't call HTTP DELETE, you can either tunnel through a POST call, or add the url argument &amp;lt;tt&amp;gt;alf_method=DELETE&amp;lt;/tt&amp;gt; as described here…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts#HTTP_Method_Tunneling" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts#HTTP_Method_Tunneling&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't need ?alf_ticket=ticket, if you're using HTTP authentication.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2007 09:34:05 GMT</pubDate>
    <dc:creator>davidc</dc:creator>
    <dc:date>2007-08-21T09:34:05Z</dc:date>
    <item>
      <title>How to detele the ticket through ticket Web Service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-detele-the-ticket-through-ticket-web-service/m-p/102782#M71570</link>
      <description>I am getting the ticket&amp;nbsp; using the login serviceservice/api/login?u="+user+"&amp;amp;pw="+pwd;‍‍‍I would like to delete the ticket after ticket and get some content like the one below service/api/login/ticket/"+ticket‍‍‍How to set the method delete while calling the ticket service. I am calling the serv</description>
      <pubDate>Mon, 20 Aug 2007 19:48:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-detele-the-ticket-through-ticket-web-service/m-p/102782#M71570</guid>
      <dc:creator>shanmugaraja</dc:creator>
      <dc:date>2007-08-20T19:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to detele the ticket through ticket Web Service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-detele-the-ticket-through-ticket-web-service/m-p/102783#M71571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How are you calling the service from jBoss?&amp;nbsp; Via a HTTP API? …?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to invoke the HTTP DELETE method - how you do that depends on the client (library) you're using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can't call HTTP DELETE, you can either tunnel through a POST call, or add the url argument &amp;lt;tt&amp;gt;alf_method=DELETE&amp;lt;/tt&amp;gt; as described here…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Scripts#HTTP_Method_Tunneling" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Scripts#HTTP_Method_Tunneling&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You don't need ?alf_ticket=ticket, if you're using HTTP authentication.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 09:34:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-detele-the-ticket-through-ticket-web-service/m-p/102783#M71571</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-08-21T09:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to detele the ticket through ticket Web Service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-detele-the-ticket-through-ticket-web-service/m-p/102784#M71572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello David thanks a lot for your response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the following way. Which has authentication and delete method&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;parameters &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/api/login/ticket/TICKET_9ea0b72a46cc7cc281f520e6fa506b65b8143cab?alf_method=DELETE&amp;amp;alf_ticket=TICKET_9ea0b72a46cc7cc281f520e6fa506b65b8143cab" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/login/ticket/TICKET_9ea0b72a46cc7cc281f520e6fa506b65b8143cab?alf_method=DELETE&amp;amp;alf_ticket=TICKET_9ea0b72a46cc7cc281f520e6fa506b65b8143cab&lt;/A&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;However the response is coming as a ticket back in xml format. I not sure the ticket is deleted on the Alfresco end.&amp;nbsp; Your help is appreciated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2007 20:36:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-detele-the-ticket-through-ticket-web-service/m-p/102784#M71572</guid>
      <dc:creator>shanmugaraja</dc:creator>
      <dc:date>2007-08-21T20:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to detele the ticket through ticket Web Service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-detele-the-ticket-through-ticket-web-service/m-p/102785#M71573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Let me test here.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 10:06:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-detele-the-ticket-through-ticket-web-service/m-p/102785#M71573</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-08-22T10:06:01Z</dc:date>
    </item>
  </channel>
</rss>

