So I am fairly new to BizTalk and I have a need for one of my projects that requires taking an XML document submitted to us via AS2, taking that document and passing it to a stored procedure that has an XML parameter. My biggest problem is understanding how to send the XML file to SQL.
I have read some of the other posts out there that kind of follow this topic, but I really don't understand exactly what needs to be done. Are there any samples out there? Any step by step guides? Any help you could give would be... helpful.
BTW... I know that there are other ways to do this without BizTalk but this is the requirement I was given.