Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Polling Oracle procedures with the Biztalk Adapter Pack V2 › Re: Polling Oracle procedures with the Biztalk Adapter Pack V2
May 20, 2010 at 4:07 PM
#24763
I eventually found a solution to my question.
VS generates 3 schema’s for a package. One is the response, one is the request (“polling statement”) and the other contains the “polling action”
Once you’ve put in your statement and action, the adapter will recieve the data as if you are running the procedure directly, though you cannot just use “exec package.procedure()”