Updating Post and Get WSDL HTTPS
|
| Updating Post and Get WSDL HTTPS | Hello,
I am working with dynamically created WSDL's and I need to change the transaction urls from http to https in the WSDL without redirecting customers to a different location. (I'm using vs 2003) I was able to find helpful information about the soapExtensionReflector that works great for the Soap calls http://forums.asp.net/thread/1160212.aspx
But I need the same sort of fix for the Post and Get transactions and there doesn't seem to be anything like the SoapExtensionReflector or the necessary Web.config tags to direct the web service (soapExtensionReflectorTypes)
thanks, -- Duffman
can't get enough of that wonderful Duff
| |  | | Hello,
We were able to get a work around that handled most of the problem. Rather than use the SoapReflector we put together an http module that intercepts requests for the wsdl and disco files and searches for the http to locations and changes them to https. This worked great for setting and updating web references and post/get transactions.
The only unresolved issue is that the auto generated test page for each transaction builds a post request to the http location rather than the https location.
thanks, -- Duffman
can't get enough of that wonderful Duff
"Steven Cheng[MSFT]" wrote:
> Hi Duffman, > > How are you doing on this issue or does the information in my last reply > helps a little? If there's still anything we can help, please feel free to > post here. > Regards, > Steven Cheng > Microsoft Online Community Support > ================================================== > When responding to posts, please "Reply to Group" via your newsreader so > that others may learn and benefit from your issue. > This posting is provided "AS IS" with no warranties, and confers no rights. > Get Secure! www.microsoft.com/security > (This posting is provided "AS IS", with no warranties, and confers no > rights
| |  |
|
|
|
|
 | Members Area | |
|
 | Last Web Marketing |
|
|
|
|
 | Last Programming Tips |
|
|
|
|
 | Last News |
|
|
|
|
|
|