After hours of searching, scouring, absorbing it was determined that there was little hope of (currently) getting past Services 2.4 and REST returning a 404 error, so I switched to xmlrpc.
I have a simple script to hit my service from outside the site, fine-tuned a couple dozen times based on various recommendations, to currently be:
$url =
"" class="moz-txt-link-rfc2396E" href="http://localhost/mydomain/services/xmlrpc">"http://localhost/mydomain/services/xmlrpc"; with $data as a string like above, I continuously receive: faultCode -32700 faultString Parse error. Request not well formed.
If I change the
postfields to be an
array('method'=>'my.method','id'=>12345... I instead
continuously receive a message that xmlrpc will only handle Post
transactions.
--
I am a non sequitur. Beware, the contents were packaged where peanuts are processed.
|
- [development] Continued Services woes jeff
- Re: [development] Continued Services woes Blake Senftner
- Re: [development] Continued Services woes jeff
- Re: [development] Continued Services woes Victor Kane
- Re: [development] Continued Services woes Blake Senftner