You need to sign in to do that
Don't have an account?

.NET paltform application and salesforce connectivity
Hello,
I want to know is there any way to transfer data between .NET application and Salesforce.com and vice versa
other than Web Services.
Any pointers in this regard will be very helpful.
Thanks in advance ..
I want to know is there any way to transfer data between .NET application and Salesforce.com and vice versa
other than Web Services.
Any pointers in this regard will be very helpful.
Thanks in advance ..
Thanks for feedback.
Actually I want to extract .NET apllication database data in saleforce.com.
And I am facing problem of
Failed to parse wsdl: Found more than one wsdl:binding. WSDL with multiple binding not supported
while creatingNew Apex code from WSDL using .NET created WSDL.
And also is there any way to interface .NET application with salesforce.com
Please help me in same regard ....
In your case you seem to be trying to consume a .net web service from Apex, which is a supported operation but which it seems like your generated WSDL is too complex for it to handle. Depending on what you're doing you may be better off having your .net app consume the Salesforce web service rather than the other way around.