GetConstituentInfoExResults

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.

  • What does your code look like, I will see if I can duplicate it.

     

    Marty Jones

    Director of Information Services

     

    Omaha Performing Arts
    1200 Douglas Street

    Omaha, Nebraska 68102

    P 402.661.8469

    Marty.Jones@omahaperformingarts.org

    www.omahaperformingarts.org

    For tickets, call Ticket Omaha at 402.345.0606

     

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Melvin Johnson
    Sent: Friday, September 02, 2011 12:44 PM
    To: Martin A. Jones
    Subject: [Tessitura Technical Forum] GetConstituentInfoExResults

     

    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.




    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!

  • Melvin, one suggestion.  For the TableListTokens, try passing the ASCII values for the tokens instead of the actual text.

     

     

    Gregg Stickney

    Application Support Specialist

    Tessitura Network

    +1 888 643 5778 x 318

    gstickney@tessituranetwork.com

     

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Melvin Johnson
    Sent: Friday, September 02, 2011 1:44 PM
    To: Gregg Stickney
    Subject: [Tessitura Technical Forum] GetConstituentInfoExResults

     

    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.




    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!

  • 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

  • After debugging my code further I determined I was sending invalid values in. I have it working now. What is strange, the Haserrors was false even thru I sent bad table codes.

     

    Thanks for you quick response

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Marty Jones
    Sent: Friday, September 02, 2011 2:09 PM
    To: Johnson, Melvin
    Subject: RE: [Tessitura Technical Forum] GetConstituentInfoExResults

     

    What does your code look like, I will see if I can duplicate it.

     

    Marty Jones

    Director of Information Services

     

    Omaha Performing Arts
    1200 Douglas Street

    Omaha, Nebraska 68102

    P 402.661.8469

    Marty.Jones@omahaperformingarts.org

    www.omahaperformingarts.org

    For tickets, call Ticket Omaha at 402.345.0606

     

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Melvin Johnson
    Sent: Friday, September 02, 2011 12:44 PM
    To: Martin A. Jones
    Subject: [Tessitura Technical Forum] GetConstituentInfoExResults

     

    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.




    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!




    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!

  • 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 Ballinger
    Sent: Friday, September 02, 2011 2:14 PM
    To: Johnson, Melvin
    Subject: 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

    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.




    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!