function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nr_zarcanr_zarca 

how to create case using partner.wsdl

I am using partner.wsdl and am using vb.net. There is no CASE object in partner.wsdl, so how do I create a CASE.
I tried using the enterprise.wsdl, which has the CASE object, but I not to compile my code, gives me a wsdl sObject error. Please tell me how to go about creating a CASE.
SuperfellSuperfell
download the quickstarts and look at the partner samples
ChitraChitra
If you are using enterprise - Case is a key word in VB (in most languages) and so you need to update the WSDL...

The Partner WSDL is not strongly coupled with the salesforce and so you will have to create SObject of type Case.

thanks,
Chitra