Hi. I tried to use Wookie Wordpress plugin. Plugin is installed successfully in Wordpress, but it's not usable.
Wordpress ver. 2.9.2. I opened up plugin source to do some debugging. Here are the response for three request what plugin does: 1) http://localhost:8080/wookie/WidgetServiceServlet?&requestid=getwidget&api_key=b5MvXajz5xH88pM1rXqghNaN9WQ.eq.&servicetype=qti&userid=1&shareddatakey=wordpress Outcome: <widgetdata> <url> http://localhost:8080/wookie/wservices/notsupported/index.htm?idkey=0000&proxy=http://localhost:8080/wookie/proxy&st= </url> <identifier>0000</identifier> <title>Unsupported widget widget</title> <height>350</height> <width>500</width> <maximize>false</maximize> </widgetdata> Servicetype definetly exists, I've tried other servicetypes also. 2) http://localhost:8080/wookie/WidgetServiceServlet?&requestid=setpersonalproperty&api_key=b5MvXajz5xH88pM1rXqghNaN9WQ.eq.&servicetype=qti&userid=1&shareddatakey=wordpress&propertyname=LDUsername&propertyvalue=admin Tomcat HTTP 400 - The request sent by the client was syntactically incorrect (). 3) http://localhost:8080/wookie/WidgetServiceServlet?&requestid=setpersonalproperty&api_key=b5MvXajz5xH88pM1rXqghNaN9WQ.eq.&servicetype=qti&userid=1&shareddatakey=wordpress&propertyname=conference-manager&propertyvalue=true Tomcat HTTP 400 - The request sent by the client was syntactically incorrect ().
