Sign in or 

|
patardi |
|
|
phattchumpy |
1. RE: tagCell.do is not working
May 16 2008, 12:25 PM EDT
I'm currently looking into the first issue you mentioned...but in the meantime to answer your question of how to send multiple tags, you would include multiple tag.name parameters on the query string (i.e. ?tag.name=foo&tag.name=bar)
Do you find this valuable?
|
|
phattchumpy |
2. RE: tagCell.do is not working
May 16 2008, 1:45 PM EDT
Please make sure you are making a POST and you include the parameter output=api. We are making an update today on our side to provide better error messaging when output=api is needed but not supplied. If this doesn't fix your problem, please post again and let us know.Thanks, Kevin Do you find this valuable? |
|
patardi |
3. RE: tagCell.do is not working
May 16 2008, 2:55 PM EDT
yes I provided that parameter and the web request is a POST. Here the list of params used -> key=DeveloperKey ns=abc cell.cellId=xyz tag.name=xyz output=api Thanks, Patrick Do you find this valuable? |
|
phattchumpy |
4. RE: tagCell.do is not working
May 16 2008, 3:58 PM EDT
Hi Patrick,You also need to send in the ticket. Please let me know if you are already doing this or if not, what effect adding the ticket has on your problem. Thanks, Kevin Do you find this valuable? |
|
patardi |
5. RE: tagCell.do is not working
May 16 2008, 4:14 PM EDT
Yes I provided this missing parameter just now. I still get the same error "{"The remote server returned an error: (404) Not Found."}"Thanks, Patrick Do you find this valuable? |
|
phattchumpy |
6. RE: tagCell.do is not working
May 16 2008, 4:44 PM EDT
Wow, just found it...the call is coded as "/TagService/tag.do" but documented on the wiki as "/TagService/tagCell.do". I will update the documentation. Thanks for the catch.
Do you find this valuable?
|
|
patardi |
7. RE: tagCell.do is not working
May 16 2008, 5:20 PM EDT
The problem is now resolved. the tag.do is the correct call.Thanks, Patrick Do you find this valuable? |