spacer
Yehuda Shiran November 30, 2001
Sending the Options Object to the Web Service
Tips: November 2001

Yehuda Shiran, Ph.D.
Doc JavaScript

Developer News
News Flash: Adobe Has iPhone Workaround
Adobe's Flash 10.1 Goes Mobile (Minus iPhone)
A Salute to Visionary CEOs

In order to persist the SSL authentication information, you need to create the useOptions object, and send it as the last (optional) parameter of useService(). Here is an example:

<SCRIPT LANGUAGE="JavaScript">
function init()
{
   var optionsObj = webServiceCallerBody.createUseOptions();
   optionsObj.reuseConnection = true;
   oProxy.useService(wsdl, aService, optionsObj);
}
</SCRIPT>
<BODY onload="init()" ID="webServiceCallerBody" style="behavior:url(webservice.htc)">
</BODY>
Notice the setting of the reuseConnection property to true. You can assign it directly during the object creation, as follows:

<SCRIPT LANGUAGE="JavaScript">
function init()
{
   var optionsObj = webServiceCallerBody.createUseOptions(true);
   oProxy.useService(wsdl, aService, optionsObj);
}
</SCRIPT>
<BODY onload="init()" ID="webServiceCallerBody" STYLE="behavior:url(webservice.htc)">
</BODY>

People who read this tip also read these tips:

Look for similar tips by subject:

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Building a Banking Application Home Page with OOP · Mixing Scripting Languages · Review: phpFox, a Social Networking CMS with all the Bells and Whistles
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Enterprise 2.0: Social Networking in the Cloud · BroadSoft Marketplace Hastens Pace of Telephony Innovation · Review: HTC Hero for Sprint