I have two soap queries, one of which yields a "Looks like we got no XML" fatal error.
Code for both is:
pr("id ". $dealer_id);
pr("session() ". $this->session);
$response = $this->client->get_entry(
$this->session, 'Accounts',$dealer_id,$select_fields
);
Output is
id 2afa46fb-1fc1-a38c-667f-49be88fdd76f
session() bn6mrspar3s40dql3vliao46g5\
Fatal error: Uncaught SoapFault exception: [Client] looks like we got no XML document
For the other, it's
id 14f1471e-c05d-a717-5418-49762bc354a9
session() 0e39qajg9k6pmd4k67fpct9ie6
..and then the correct page and everything is fine
It still happens with different session values, so what's wrong with that first id?


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks