## soap flags sample file # ## syntax currently supported: # bash and C style (line) comments # empty lines # option / value pairs delimited by = # ATTENTION: Do not add any whitespaces around the '=' # EXAMPLE: # proxy_host=192.168.2.12 # # Put this file into your priint:comet plug-ins folder (not in the Plug-ins folder directly!) # The file is read right before every SOAP login # ## options currently supported: ## 1. Proxy # # proxy_host IP or address of http proxy # proxy_port http proxy port # proxy_user proxy user, supported autentification type: basic auth # proxy_passwd proxy password # ## 2. SOAP version and features # # soap-version 1.1 or 1.2 # keep-alive yes (default) or no. ATTENTION : Use 'no' only in case of obviously unstable connections! # use-ie-options no (default) or yes. Windows only, since v4.1 R23232, see https://www.genivia.com/doc/wininet/html/index.html for details ## 3. Timeouts. Supported since v404, R9200 # # login-timeout timeout in seconds (default 5) # request-timeout timeout in seconds (default Mac: disabled, Windows 3600) ## 4. Header finetuning # # http-multipart-type # http-multipart-start-info # soap-multipart-type # http-type # soap-type # # defaults for SOAP 1.1 # http-multipart-type=application/xop+xml; charset=utf-8 # http-multipart-start-info=text/xml; charset=utf-8 # soap-multipart-type=application/xop+xml; text/xml; charset=utf-8 # http-type=text/xml; charset=utf-8 # soap-type=text/xml; charset=utf-8 # # defaults for SOAP 1.2 # http-multipart-type=application/soap+xml; charset=utf-8 # http-multipart-start-info=application/soap+xml; charset=utf-8 # soap-multipart-type=application/xop+xml; charset=utf-8; type="application/soap+xml" # http-type=application/soap+xml; charset=utf-8 # soap-type=application/soap+xml; charset=utf-8 ## 5. SSL CA file # # ca-file path to (PEM) encoded ca file, you can use placeholders like $DESKTOP etc. # ## Protocol # # ip-resolve=ipv4 # # HTTP and AEM ONLY! # Allows an application to select what kind of IP addresses to use when resolving host names. # This is only interesting when using host names that resolve addresses using more than one # version of IP. The allowed values are: # # ipv4, ip4, 4 # ipv6, ip6, 6 # # update-protocol=ftp # # HTTP ONLY! # Which protocol should be used for uploading? # This specification replaces the protocol name of the URL for uploads, # e.g. ftp://www.hi13.de/aaa.jpg instead of http://www.hi13.de/aaa.jpg. # Valid values are : # # ftp # hhtp, https #