Groups | Blog | Home
all groups > dotnet web services enhancements > december 2006 >

dotnet web services enhancements : Wse3 'Add web reference' Vista 64 bit


Phil Lee
12/13/2006 12:43:14 PM
I have an existing WSE3 enabled web service which is now working fine on
Vista 64 bit.
My one remaining issue is that 'Update web reference' in VS2005 doesn't
generate a WSE enabled proxy.
It looks like the 'wsesettingsvs3.dll' isn't getting registered correctly.
Does anyone know how to get this working correctly?

If I run 'Update web reference' on my XP box I get this in reference.cs

[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services",
"2.0.50727.42")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="...",
Namespace="...")]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DataResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Query))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Request))]
public partial class ServiceWSWse :
Microsoft.Web.Services3.WebServicesClientProtocol {

If I run it on Vista I get:

/// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services",
"2.0.50727.312")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="...",
Namespace="...")]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(DataResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Query))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(Request))]
public partial class ServiceWS :
System.Web.Services.Protocols.SoapHttpClientProtocol {

Regards
Phil Lee
James Hancock
12/13/2006 1:01:53 PM
Known bug. Hence why I've been begging for a SP1 of WSE 3.

This happens on all 64bit OSes.

Then there is the out of memory issues and StringBuilder Issues. And WSE 3
not encoding stuff correctly with reserved XML characters (0x0, etc.) when
WSE 2 did... lots of bugs!!!

[quoted text, click to view]
Phil Lee
12/14/2006 10:35:13 AM
James,

I saw your previous post. I thought another post wouldn't do any harm.
However seeing the 'is anybody from Microsoft reading this?' post above I
have reposted in the MS forum.

Regards,
Phil
[quoted text, click to view]
stcheng NO[at]SPAM online.microsoft.com
12/15/2006 12:00:00 AM
Hi Phil,

I've checked the internal database and did found the bug entry about the
"WSE 3.0 proxy not generated on 64-bit Windows" issue. Here is the public
bug report link:

http://connect.microsoft.com/feedback/ViewFeedback.aspx?SiteID=211&FeedbackI
D=143745

Sorry for the inconvenience it brings.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Phil Lee
12/15/2006 12:00:00 AM
Steven,

so can we expect a fix for this? It can't be that difficult to fix.

Regards,
Phil Lee
[quoted text, click to view]
stcheng NO[at]SPAM online.microsoft.com
12/18/2006 12:00:00 AM
Thanks for your followup Phil,

So far I haven't got any definite info about the public fix of the WSE 3
component for 64 bit machine. Currently since this is an exiting issue, if
you do need a fix for you to work in the work environment, you can contact
CSS for a hotfix on this.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


James Hancock
12/26/2006 8:16:18 PM
Steven,
How about the out of memory errors with MTOM attachments > 30 megs?

[quoted text, click to view]
Phil Lee
1/11/2007 12:23:06 PM
Steven,

I contacted CSS and they wanted to know the hotfix id/reference.
Is there a hotfix for this issue and if so can I have the id?

Regards,
Phil Lee
[quoted text, click to view]
stcheng NO[at]SPAM online.microsoft.com
1/12/2007 10:16:15 AM
Hello Phil,

For the issue, there is no public documented hotfix from knowledge base
site. I used to locate this issue in our internal database. You need to
open an regular support incident with CSS product support team to deal with
this issue.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


AddThis Social Bookmark Button