Element Details: Connector+Property+Parameters
 Back


Available in: Logi Info Source code name: ConnectorPropertyParams

ConnectorPropertyParams make it possible to connect to a web service which requires special authentication and proxy settings.

The possible parameters are:

AuthPassword - The password used for end point authentication.

AuthUser - The user name used for end point authentication.

EndPointURL - The end point URL.

ProxyPassword The password used for proxy authentication.

ProxyPort - The port of the proxy server to use.

ProxyServer - The IP address or host name of the proxy server.

ProxyUser - The user name used for proxy authentication.

SOAPAction - The value used in the SOAPAction HTTP header.

SSLClientCertificateName - A string identifying the client certificate to use for the Secure Sockets Layer (SSL) protocol, if any. The syntax is:
[CURRENT_USER | LOCAL_MACHINE\[store-name\]]cert-name with the defaults being CURRENT_USER\MY (the same store that Microsoft Internet Explorer uses).

Timeout - The timeout for HttpConnector. This timeout is in milliseconds. Do not set this parameter in the Connection element, because its value comes from the Element that calls the web service method.

UseSSL - A Boolean value (true or false) that specifies the use of SSL.

Visit http://msdn.microsoft.com/en-us/library/ms997641.aspx to learn more about using these settings to connect to secure web services.



ATTRIBUTES

Click attribute Name to drill down for more information.




PARENT ELEMENTS

Click element to drill down for more information.

Connection.Web Service


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug