Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
March 2008
April 2008
May 2008
June 2008


all groups > dotnet web services enhancements > recent posts

RE: Need help for WSE 3.0 exception WSE839
Posted by Alessandro at 2/19/2010 5:11:43 AM
It works...thank you! From http://www.developmentnow.com/g/28_2009_2_0_0_774961/Need-help-for-WSE-3-0-exception-WSE839.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com/g/...more >>

RE: .NET/COM Interop with WSE2 & app.config?
Posted by Ranganathan palanisamy at 2/17/2010 7:37:01 AM
hi i am tried,but not getting the results ,it's showing the certification mismatch error Plz share the wht can do this error From http://www.developmentnow.com/g/28_2005_1_0_0_41224/-NETCOM-Interop-with-WSE2-app-config.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.co...more >>

RE: Need help for WSE 3.0 exception WSE839
Posted by Darren DeLoach at 12/4/2009 4:29:16 PM
Found a simple workaround for this problem today. Define a new class that inherits from your WSE3 proxy object with a single override method: using System.Net; class MyNewWebServiceProxy : MyWSE3GeneratedProxyClass { protected override WebResponse GetWebResponse(WebReques...more >>

RE: how to set 'time tolerance in seconds' to infinite?
Posted by Matt at 4/16/2009 3:54:26 PM
question 4 years old...I hope you were able to solve your problem... anyway, maybe there is someone looking for this problem and no questions should stay unanswered... what works as "infinite" is to set the time tolerance and the ttl to 86400 seconds, which is 24 hours. Anyway, check the UT...more >>

WSE : ProcessMessage of SoapReceiver not delegating to web method
Posted by Silvy at 3/9/2009 11:17:06 AM
I have an dotnet application that generates a soap server proxy from a wsdl using wsewsdl3.0 utility. The generated code shows the proxy as derived from SoapService. Derived a class from this proxy and added the new class to the list of SoapReceivers. I am overriding the ProcessMessage in the der...more >>

WSE, Messaging.SoapClient, Windows Integrated, Kerberos + Authentication Issue
Posted by Scott at 3/3/2009 2:52:58 PM
HELP! I'm calling asp.net web services utilizing the Messaging.SoapClient. These web services reside on various servers, and are all setup for windows integrated/kerberos. I can't seem to get pass the following error: The remote server returned an error: (401) Unauthorized. How do I pass the use...more >>

RE: 401 Unauthorized Error with WSE 3.0 Kerberos
Posted by Samuel Shields at 2/26/2009 5:41:09 AM
Make sure the lab directory is located on your root drive (C:) or some other unrestricted location. The main thing to avoid is trying to run the labs on your Desktop. In this case you will need to take responsibility for setting the Desktop folder ACLs to ensure that ASPNET (Windows XP) or NETWORK S...more >>

RE: Need help for WSE 3.0 exception WSE839
Posted by patro at 2/14/2009 7:33:15 AM
i, I am struggling invoke an Axis2 Web Service with MTOM implementation. The service replies with plain (NO MTOM) responses. When i tried to invoke the service with .NET 2.0 client With WSE 3.0 client . I get the Exception." WSE839: An HTTP response was received that used the following conten...more >>



RE: WseWsdl3 Issue Creating C# proxy multiple parameters
Posted by mikesloper at 1/27/2009 3:33:57 AM
I'm not a windows person but I had to write a WSDL for some VB client. I found out after reading: http://msdn.microsoft.com/en-us/library/aa529578.aspx that if /type:webClient is not set, methods/opertations can only take one parameter. From http://www.developmentnow.com/g/28_2006_7_0_0_785679/...more >>

UsernameForCertificateAssertion failing?
Posted by Peter Thomas at 6/17/2008 4:39:01 PM
We have a well established application that uses WSE 3.0 but we are seeing problems in just one environment. I'm having trouble figuring out what the problem is. When the client web app tries to call the WSE protected web service I can see my custom UsernameTokenManager do the AD user look...more >>

RE: WSE 3.0 Security Header namespace
Posted by Reuven T at 6/17/2008 10:36:00 AM
With the help of a MS Support Case, I was able to get this working. The solution was the creation of a custom policy that overrides the 4 client/server:Input/Output SoapFilters. For my purpose I only needed the ClientOutputFilter, and to manipulate the xml in the ProcessMessage method. Reuv...more >>

WSE 3.0 Security Header namespace
Posted by Reuven T at 6/11/2008 2:14:00 PM
I'm deveoping in VS 2005 vb.net, a web service that calls another (external) web service using WSE 3.0. The external web service has a requirement that the security header contain a specific name space: http//schemas.xmlsoap.org/ws/2003/06/secext. I can't find a way in either the WSE setting...more >>

MTOM Request and Response Compress
Posted by SunSmile at 6/3/2008 7:50:00 AM
Is it possible to compress MTOM requests and response? I have an MTOM enabled WebService is it possible to compress requests and responses to and fro from the web service without the client knowing anything about it?? Any suggestions here are welcome. Thanks ...more >>

WSE Policy Error
Posted by Antonio at 5/29/2008 12:07:10 PM
Hi, I'm using Microsoft CSF 3.0 with WSE 3 configured with policies that uses Kerberos. I randomly have the following error: Failure Processing a Fault: Microsoft.Web.Services3.Security.SecurityFault: Request message doesn't validate against any of the configured assertion. At the link b...more >>

Re: Migration path from WSE 2.0 (SP3) to WCF
Posted by Morten Abrahamsen at 5/22/2008 9:01:42 PM
The migration path depends on what features of WSE 2.0 you have used, but if your usage is straight forward so would the actual migration be. If you are using basic security, it should mostly be applying the same configuration for your WCF service. If you are using security tokens in code, ...more >>

Migration path from WSE 2.0 (SP3) to WCF
Posted by Shilpa at 5/19/2008 11:08:50 PM
Hi We have an application which uses ASP.Net webservices (.NET FW 1.1) and WSE 2.0 SP3. We are thinking of moving to WCF, but there are some aspects of the migration which I am not able to understand. MSDN has write-ups on "Migrating ASP.NET Web Services to WCF" and on "Migrating WSE 3.0...more >>

AuthorizationContext
Posted by Manjree Garg at 5/19/2008 6:32:01 AM
Hi, I wrote a MagicEightBallService, hosted it as self hosting and called it from a client which worked well. Now I am trying to iterate through various ClaimSets of AuthorizationContext as follows; public string ObtainAnswerToQuestion(string userQuestion) { Cons...more >>

Re: WSE and Vista
Posted by Morten Abrahamsen at 5/15/2008 7:45:19 PM
WSE 2.0 and WSE 3.0 both work and install correctly on Windows Vista, however WSE 2.0 doesn't work on a 64 bit OS. Morty "compborg" <compborg@discussions.microsoft.com> wrote in message news:FCB798E7-0D98-41A5-8353-92CF5B021D32@microsoft.com... > I don't see Microsoft Vista in the support...more >>

WSE and Vista
Posted by compborg at 5/15/2008 7:13:00 AM
I don't see Microsoft Vista in the supported operating systems. If I redistribute WSE runtime with my installer, would it work on Vista?...more >>

How to add wspolicy to wsdl?
Posted by supertlj at 5/14/2008 3:00:01 AM
I’m writing a Web Service and trying to implement WS-Security using WSE 3.0/Visual Studio 2005. This Web Service is going to be consumed by a java client (weblogic workshop). WLS read wspolicy in WSDL to configure the client's security policy, but my WSDL doesn’t show anything (after add...more >>

RE: WSE 3.O Web Service with ASP.Net Client using C#
Posted by prabhat at 5/10/2008 7:32:00 AM
Error code shows that App.config has no Policy node....more >>

RE: How to send additional data with the UsernameToken
Posted by Lithor at 5/6/2008 1:26:17 AM
Have you found a solution for this yet? I am alos intressted in this. Anyone has any ideas? "Michael_vb" wrote: > I want to send additional data with my token. I want to send the > username,group,webmethod name in the token. and then i will override > the AuthenticateToken method and perf...more >>

RE: WSE2013: X509TokenProvider is unable to provide an X.509 token
Posted by tdh at 4/30/2008 1:20:01 AM
i got it work now . 1. config application and file directory access permission, add "network service" . 2. i forgot to update my dll files in bin directory. "tdh" wrote: > In windows server 2003, it works fine but windows server 2008. certificate > has imported "personal" and "other peo...more >>

WSE2013: X509TokenProvider is unable to provide an X.509 token
Posted by tdh at 4/29/2008 7:17:05 AM
In windows server 2003, it works fine but windows server 2008. certificate has imported "personal" and "other people" in "local machine" certificate location by mmc-->certificates. run Certificates Tool installed by WSE 3.0, i cannot find store name "personal" under "local machine" certif...more >>

WSE816 error
Posted by Colin Hardie at 4/28/2008 3:54:02 AM
Hi all, We are currently experiencing a WSE816 error when deploying some web services into our 'live' environment. We have diagnosed the problem to be that the Cisco load balancer that we are using (which is also performing SSL offloading) is changing the HTTP header request URL (from ht...more >>

Strange ResponseProcessingException
Posted by voivod at 4/18/2008 2:26:18 AM
Hi, we have a very strange problem occurring in our desktop application when a web service (written in java) is called. This is happening only from a few clients. From other clients in the same network the application just works fine with no exception. We have two clients (A with the error, B...more >>

Re: DIME WSE 2.0 in .NET 2.0
Posted by stcheng@online.microsoft.com at 4/17/2008 6:23:25 AM
Thanks for your followup Rich, Yes, it's really a tiny issue but raised large effort of troubleshooting. Anyway, I'm glad that you've got the issue resolved. Have a good day! Sincerely, Steven Cheng Microsoft MSDN Online Support Lead Delighting our customers is our #1 priority....more >>

Re: How to set deafult proxy credentials in WSE3
Posted by Michael_vb at 4/17/2008 6:12:46 AM
On Apr 14, 2:16=A0am, Gilad <gilad.ka...@gmail.com> wrote: > Hi, > > when using WebRequest, in order to over come the proxy server I set: > > Req.Proxy =3D new WebProxy(); > > This takes the default proxy configuration from the system (the same > one you can configure in the internet explore...more >>

How to send additional data with the UsernameToken
Posted by Michael_vb at 4/17/2008 5:58:01 AM
I want to send additional data with my token. I want to send the username,group,webmethod name in the token. and then i will override the AuthenticateToken method and perform my custom authorization. Any ideas on how to do this?...more >>

Re: DIME WSE 2.0 in .NET 2.0
Posted by Rich Fowler at 4/16/2008 10:43:18 AM
Steven, Ok, I found the issue. When I originally implemented this (a couple of years ago), I included DATWebService in the type attribute for the securityTokenManager. This was the strong name from the sample code I was using. .NET 1.1 seemed to ignore this error and resolved to the local ...more >>


DevelopmentNow Blog