+ Start a Discussion
Tomasz SowinskiTomasz Sowinski 

Query arguments in SOAP, vb.net invoronment, WSDL v39

This is the first try with SF SOAP.
I alsready stumbled upon and fixed the bug that would nto allow for "login" method to work.
Now I am trying to issue a simple query, to start with. All I see everywhere is that the query method should work with just one parameter - the query string. I am forced to use 5 or 6 parameters and one of them (PackageVersion) refuses to be defined. Compailer complains about conversion from Array to Array. Similar problem was there for the login bug and the issue was with the WSDL.
Am I doing anything wrong ort is it anothier bug.
I want to get some leads into queryresults doing query("Select id from lead")
instead I am asked to put many header values before and after the query text and, as I said, the PackageVersion does not agree wiht entyhing I provide.