Look, as far as I'm concerned, Salesforce shouldn't offer the PHP toolkit if they don't have an API with PHP code. It's wasted a lot of my time...
- Using a developer account
- disbled wsdl caching
- using the partner wsdl
- queryMore - i have followed all examples, tried different angles:
- after the initial query(), "done" returns true and "queryLocator" has no value.
- i can set "done" to false in order to start a loop for queryMore, but queryLocator still has no value and so the function returns an error.
- update - i construct an SObject and send it off, get success=1, but the record in salesforce stays the same. I suspect it may have something to do with the way I have constructed the fields in the SObject, but I can't see anything inconsistent with other examples or with what the soapclient functions require.
Please help