Wanted to thank you for creating a great abstraction of the Salesforce SOAP API. Our SOAP reference was getting HUGE, so this cuts down a lot of the clutter and makes it easier to work with.
Here are the changes:
Removed ConsoleApplication1 project
Fixed issue with SalesforceReadonlyAttribute
Made SoapUri part of the configuration (although still expects a partner.wsdl location)
Unified the SalesforceResponse to avoid having to check whether the Result is null because an update only had a single object (abstraction)
Michael,
Wanted to thank you for creating a great abstraction of the Salesforce SOAP API. Our SOAP reference was getting HUGE, so this cuts down a lot of the clutter and makes it easier to work with.
Here are the changes: