PHP Classes

Basecamp Classic API

Recommend this page to a friend!

      PHP OAuth Library  >  All threads  >  Basecamp Classic API  >  (Un) Subscribe thread alerts  
Subject:Basecamp Classic API
Summary:XML Input
Messages:4
Author:Jon Abaca
Date:2016-10-25 13:39:53
 

  1. Basecamp Classic API   Reply   Report abuse  
Picture of Jon Abaca Jon Abaca - 2016-10-25 13:39:53
Good day,

Is it possible to post XML input to the Basecamp Classic using OAuth Library API?

Kind regards,

Jon

  2. Re: Basecamp Classic API   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2016-10-26 10:28:12 - In reply to message 1 from Jon Abaca
Did you try to set the RequestContentType parameter to 'text/xml' ?

  3. Re: Basecamp Classic API   Reply   Report abuse  
Picture of Jon Abaca Jon Abaca - 2016-10-27 08:21:49 - In reply to message 2 from Manuel Lemos
Oh, I will try that.

As for the input, will I have to make it a string that is xml?

  4. Re: Basecamp Classic API   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2016-10-27 08:38:54 - In reply to message 3 from Jon Abaca
Yes, it is XML. Also the RequestContentType should be application/xml .