Category Archives: Web Services

Force.com: Resolving the Destination URL not reset exception

Salesforce provides a number of methods for integrating Java and/or .NET applications using SOAP APIs. Depending on the type of application you will be writing will determine which WSDL(s) you will need to generate and consume. These WSDLs are located … Continue reading

Posted in Java, PaaS, Salesforce.com, Software Development, Tips & Tricks, Web Services | Leave a comment

Too much fun with Apache Axis 1.3 and .NET 2.0 web services

I was recently attempting to upgrade an existing .NET 1.1 application to .NET 2.0. One of the pieces that broke unexpectedly was a call to an Apache Axis 1.3 web service. I was surprised to find out that a simple … Continue reading

Posted in .NET, Java, Web Services | Leave a comment