SOAP funk

TorgoX on 2005-10-19T08:45:19

Dear All,

Has anyone else had trouble with the SOAP service here lately? The program that I've had running happily for months to poll my journal here over SOAP, suddenly stopped running a few days ago. Or rather, it runs happily, but it thinks it sees no entries in my journal. No error or anything, just an empty entry-list as a response to the get_entries call.


sidegrade

wickline on 2005-10-20T03:31:58

no trouble with SOAP (don't use it, so wouldn't notice if it died), but around the same time frame I noticed the titles of journal entries vanishing on the /my/amigos page (I use the plain-jane site style). It looks like the site had an upgrade gone phooey. The SOAP interface and plain UI must need a few more tests.

You have to login now

brian_d_foy on 2005-10-25T16:12:02

I was talking to pudge about this today since my script broke as well.

I had to add a cookie jar to my SOAP object and use a use.perl login cookie. pudge's original post about the SOAP interface has a cookie example.

Re:You have to login now

TorgoX on 2005-10-25T22:17:19

Oh, thanks!

Re:You have to login now

pudge on 2005-10-27T02:49:03

I broke it, and yeah, that is the fix for now, though the permanent fix is for me not to require authentication, but I need to rethink my rethought that led me to break it in the first place, and that takes some thought.