Topic by Douglas Jordan
Content
Trying to use a node.js application with node-soap to retrieve data from the Service Cloud with SOAP. Want to do a "QueryObjects" call with a ROQL query string, but not sure of the syntax within the context of the vpulim/node-soap module. Has anyone tried this?
Encountering the following error even though I have "Query" defined as an element of "QueryObjects" in the input argument object to the client.RightNowSyncService.RightNowSyncPort.QueryObjects() function call.
Value not found for element Query which has minOccurs = 1
NULL value is set to a non-nillable element QueryObjects of object QueryObjects
Thanks.