Create WSDL at each request (ASP.net 2.0)

  • Thread starter Thread starter Jay Douglas
  • Start date Start date
J

Jay Douglas

Using a SoapExtensionReflector I'm making some adjustments to some the wsdl
document auto generated by asp.net. It seems as the wsdl is being cached
thus only showing the original modifications.

How do I disable any caching that asp.net is using for generation of the
wsdl documents? I need to make specific modifications to the wsdl on each
request because I'm using virtual URLs and RewritePath.

Any help is GREATLY appreciated.

Jay
 
Jay Douglas said:
Using a SoapExtensionReflector I'm making some adjustments to some the
wsdl
document auto generated by asp.net. It seems as the wsdl is being cached
thus only showing the original modifications.

How do I disable any caching that asp.net is using for generation of the
wsdl documents? I need to make specific modifications to the wsdl on each
request because I'm using virtual URLs and RewritePath.

I've never done this before. In fact, I could have used the technique a year
ago, but didn't think of it!

Can you keep the WSDL requests in a single virtual directory tree so that
you can change the caching settings in the web.config for that <location>?
 
Hi Jay,

do you have the answer already?, i also try to create data object that can be create dynamically by modifying the web service wsdl, but the previous xml is always being cached.

please let me know if you have the answer.

thanks
Alexander Kho
 
Back
Top