On Mon, 27 Sep 2004 13:21:10 -0700 (PDT), Joshua OConnor-Rose
<[EMAIL PROTECTED]> wrote:
> so if the header in Java says this:
> ---------------------
> import com.sforce.soap.enterprise.sobject.Account;
>
> and then the code does this to create the object:
>
> Account account1 = new Account();
> ---------------------
> Oh and I'm using SOAP
> In CF I use
> <cfset this.sfdc =
> createObject("webservice",arguments.wsdluri) />
>
> How can I generate the Account object in CF.
>
> And it seems that I can't access the Account object
> (class?) at all or maybe I'm just being dumb.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

