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.
Your question helped me track down the problem. In my call I used tessituraSoap.GetConstituentInfoEx(SessionKey,"sTables");
So it never read the values that where in sTable.
Thanks
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Jon BallingerSent: Friday, September 02, 2011 2:14 PMTo: Johnson, MelvinSubject: Re: [Tessitura Technical Forum] GetConstituentInfoExResults
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
From: Melvin Johnson <bounce-melvinjohnson6392@tessituranetwork.com>Sent: 9/2/2011 12:42:40 PM
This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!