Question Confusing problem - Sending SOAP message to some sort of Service, and return a value

Kyle.Allbright

Active member
Joined
Apr 19, 2010
Messages
28
Programming Experience
1-3
Ok so my issue is I am using eFlow on .NET 1.1, and at the end of the flow we are left with XML.

This XML then needs to be transformed via a .NET 4.0 application.

The problem therein lies I cannot tie the .NET 4 DLL directly into the Eflow 1.1.


Therefore I would like to create some sort of service, that can work as a middle man which will do the following:

EFlow sends the XML wrapped as SOAP to the middle man, the middle man then sends this to the .NET 4 DLL which does it's magic, and then returns a simple true/false depending on the outcome of the transformation.

Please note that upgrading eFlow 1.1 to 4 is NOT an option!

I am thinking something along the lines of a webservice, WCF? I have been researching all day and can't find anything useful! Please help!
 
Back
Top