I am trying to consume Adobe's Echosign API into my lightswitch application. It's webservice is a SOAP Web Service, whereby I can make HTTP requests to their SOAP gateway and receive synchronous responses.
I was successful in integrating it into my development environment, by using Lightswitch's server side 'Service Reference', which was able to retrieve all the various classes from their WSDL url.
However, once I publish into a IIS environment, my application fails to communicate with their web service. Do I need to build this via a WCF RIA service? Any help would be most welcomed. Roger