C
Corné Dekker
When you fill dropdown lists with a call to a webservice that uses caching ,
infopath is overrulling the cache-option of the webservice. We traced the
call from infopath to the webservice and found two attibutes in which say "no
cache". This differs from a call we looked at frow a windows form in c#
calling the same webservice. That call does not overrule the caching option
on the webservice and works fine.
HTTP/1.1 200 OK
Date: Mon, 20 Jun 2005 14:36:29 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Transfer-Encoding: chunked
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Any help is appriciated
infopath is overrulling the cache-option of the webservice. We traced the
call from infopath to the webservice and found two attibutes in which say "no
cache". This differs from a call we looked at frow a windows form in c#
calling the same webservice. That call does not overrule the caching option
on the webservice and works fine.
HTTP/1.1 200 OK
Date: Mon, 20 Jun 2005 14:36:29 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Transfer-Encoding: chunked
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Any help is appriciated