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
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?

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, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business