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
Jeff JinJeff Jin 

Try to invoke sforce API package, but package is too big.

I am newer in Sforce integration.

I have created a Web Integration Link which uses scontrol, which in turn call a Java Applet.

And in this applet, we will try to write data into Sforce DB (create activites).

We can not invoke sforce API package in applet directly because user must download package to local machine and load it to browser to run the applet, but the package is a big file.

Is there any solution for that?

Thanks!

adamgadamg
If you have the option, you are much better off doing this as a JSP (or ASP.NET or PHP) page than as an applet. Is that a possible solution?

If you want to resolve the applet issue, I'm afraid I'll need more information - the size of the package shouldn't be causing any issues.
Jeff JinJeff Jin

Thanks for your reply!

How cannot off doing that as a php page? I can invoke sforce API from a PHP page? Where can I find Sforce API (URL API or XML API) document?

) Lots of questions...

I really appreciate your help!