![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#11
| |||
| |||
|
|
Looks like the SOAP SDK is depreciated. I found a WSE download: en_Web_Services_Enhancements_1.0.msi but on install it says it requires Framework 1.1 (which is installed version 1.1.4322.573), but I also have Framework v2 (version 2.0.50727.42) installed via MSVS 2005 install. It hints this is a "beta" version (or maybe it is stating the 1.1 is beta) neither should be unless MS shipped beta with MSVS 2005. Our projects are all Framework v2 based. |
#12
| |||
| |||
|
|
"doug" <dmartin (AT) newsgroups (DOT) nospam> wrote in message news:0A0BC8FD-906C-4EC0-9954-EEED23F6905F (AT) microsoft (DOT) com... Looks like the SOAP SDK is depreciated. I found a WSE download: en_Web_Services_Enhancements_1.0.msi but on install it says it requires Framework 1.1 (which is installed version 1.1.4322.573), but I also have Framework v2 (version 2.0.50727.42) installed via MSVS 2005 install. It hints this is a "beta" version (or maybe it is stating the 1.1 is beta) neither should be unless MS shipped beta with MSVS 2005. Our projects are all Framework v2 based. I don't recall your original post, so I don't recall if you need the features of WSE. Is there a reason you can't just use straight .NET Framework code? -- John Saunders [MVP] |
#13
| |||
| |||
|
|
"doug" <dmartin (AT) newsgroups (DOT) nospam> wrote in message news:0A0BC8FD-906C-4EC0-9954-EEED23F6905F (AT) microsoft (DOT) com... Looks like the SOAP SDK is depreciated. I found a WSE download: en_Web_Services_Enhancements_1.0.msi but on install it says it requires Framework 1.1 (which is installed version 1.1.4322.573), but I also have Framework v2 (version 2.0.50727.42) installed via MSVS 2005 install. It hints this is a "beta" version (or maybe it is stating the 1.1 is beta) neither should be unless MS shipped beta with MSVS 2005. Our projects are all Framework v2 based. I don't recall your original post, so I don't recall if you need the features of WSE. Is there a reason you can't just use straight .NET Framework code? -- John Saunders [MVP] |
#14
| |||
| |||
|
|
Yes, I need access to the SOP Request and Response and it looks like VS and Framework hide the Soap implementation details. |
#15
| |||
| |||
|
|
Yes, I need access to the SOP Request and Response and it looks like VS and Framework hide the Soap implementation details. |
#16
| |||
| |||
|
|
"doug" <dmartin (AT) newsgroups (DOT) nospam> wrote in message news:6F6999BC-E570-4301-B2BE-105AC112DE90 (AT) microsoft (DOT) com... Yes, I need access to the SOP Request and Response and it looks like VS and Framework hide the Soap implementation details. Doug, there are several things you can do to get closer to the wire. You can use a SoapExtension, for instance. These can get access to the raw message stream coming in or going out, and can change it before the server sees it or before the client sees it. They can also get access to a higher-level version of the same data. See http://support.microsoft.com/kb/320438 for a bunch of good examples. You may also want to look at http://msdn2.microsoft.com/en-us/library/dkwy2d72.aspx, which is the beginning of a set of articles on "Customizing SOAP Message Formatting" -- John Saunders [MVP] |
#17
| |||
| |||
|
|
"doug" <dmartin (AT) newsgroups (DOT) nospam> wrote in message news:6F6999BC-E570-4301-B2BE-105AC112DE90 (AT) microsoft (DOT) com... Yes, I need access to the SOP Request and Response and it looks like VS and Framework hide the Soap implementation details. Doug, there are several things you can do to get closer to the wire. You can use a SoapExtension, for instance. These can get access to the raw message stream coming in or going out, and can change it before the server sees it or before the client sees it. They can also get access to a higher-level version of the same data. See http://support.microsoft.com/kb/320438 for a bunch of good examples. You may also want to look at http://msdn2.microsoft.com/en-us/library/dkwy2d72.aspx, which is the beginning of a set of articles on "Customizing SOAP Message Formatting" -- John Saunders [MVP] |
#18
| |||
| |||
|
|
I installed WSE v3, used the tool to update web.config with new settings to enable inputtrace.webinfo and outputtrace.webinfo and I ensured permissions for website directory set to full control for NETWORK SERVICE and ASPNET accounts. I issued IISRESET, and reran my test aspx page. No output. Nothing logged in event logs. I'm running everything local (web service and client) in IDE. Web searches find others with same problem and either no reply or replays suggests it should work. |
#19
| |||
| |||
|
|
I installed WSE v3, used the tool to update web.config with new settings to enable inputtrace.webinfo and outputtrace.webinfo and I ensured permissions for website directory set to full control for NETWORK SERVICE and ASPNET accounts. I issued IISRESET, and reran my test aspx page. No output. Nothing logged in event logs. I'm running everything local (web service and client) in IDE. Web searches find others with same problem and either no reply or replays suggests it should work. |
#20
| |||
| |||
|
|
"doug" <dmartin (AT) newsgroups (DOT) nospam> wrote in message news:81F7CDDA-E5E9-491D-BA24-1E781FB7FB9B (AT) microsoft (DOT) com... I installed WSE v3, used the tool to update web.config with new settings to enable inputtrace.webinfo and outputtrace.webinfo and I ensured permissions for website directory set to full control for NETWORK SERVICE and ASPNET accounts. I issued IISRESET, and reran my test aspx page. No output. Nothing logged in event logs. I'm running everything local (web service and client) in IDE. Web searches find others with same problem and either no reply or replays suggests it should work. Can you simplify the problem? In particular, can you reproduce it without WSE? -- John Saunders [MVP] |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |