I'm try to use this API call in .Net 3.5 using web reference. I get a session and login fine but when I make the call the dataset it comes back empty. No errors but nothing in the table collection.
When I make the call via the asmx page all works fine.
Any idea what i'm doing wrong.
Hi Melvin, What if any table value tokens are you using? Here is a call i was working on yesterday to pull the phone number and address tables.
tessituraSoap.GetConstituentInfoEx(SessionKey,
"PH,AD");
Jon