I need an example of polling an oracle procedure from Biztalk. Specifically, I’m having heck finding how to configure the receive port once deployed. I’m attempting to call a procedure wrapped in a package with a refcursor.
Steps I’m aware of:
1. Generate Schema using consume adapter in VS2005
2. Create message of the type generated (I used the one with the array, since I’ll attempt to debatch too)
3. Create the most simple map possible to pass the message directly out (I’m going to feed a file folder for now while I learn)
4. Sign and Deploy
5. ???
6 . Success