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 > may 2006

Filter by week: 1 2 3 4 5

WSE application hanging when hit with many method calls
Posted by AvailBrad at 5/31/2006 10:55:02 AM
I am developing an app that uses Webservice (WSE 2.0) methods while parsing data structures. When I send in a large amount of data (a new message every ..45 seconds, total of 203 messages) the application seems to stop working. When it starts, most of the messages are received, then after ab...more >>

Assertion.ReadXML in WSE3.0
Posted by Loyola stalin at 5/31/2006 7:19:02 AM
Hi, Instead of reading the policy from the Web.config. I plan to set the policy from the coding.. So that I have created the assertion and try to Read the file from the XMl. I am unable to Fill the second arqument in the assertion.ReadXml(xr, openWith); It thows an error like “can...more >>

WS-SecureConversation in WSE 2.0 SP3
Posted by Allen Owen at 5/31/2006 6:06:02 AM
Hi, I'm trying to find decent documentation for implementing secure conversations in WSE 2.0 SP3, and it doesn't look like the WSE documentation has any "How To"'s concerning that subject. If anyone has any links or helpful sites, please could you post them. Thanks Allen...more >>

WSE with KERBEROS using SPENEGO (negotiation)
Posted by Stanislav Dvorak at 5/31/2006 3:22:01 AM
WIA .... windows integrated authentication I've problem i need authenticate connection from a client(CL) to a webservice(WS) Between CL and WS is standing WEBSEAL (something like IIS) Webseal has only one function to authentiace client , it means stops cummunication or pass the SOAP mess...more >>

June is web services webcast month
Posted by Kirk Allen Evans at 5/30/2006 12:01:59 PM
I wanted to let you know about a fantastic webcast series focusing on web services technologies. From ASMX 2.0 to WSE 3.0 to WCF, there are some great sessions that you will want to check out. All - please blog the webcast series, "Windows Vista: Improve Your Desktop Security and Deploymen...more >>

WSE and Image
Posted by Hung Ngo at 5/28/2006 9:32:01 PM
Hi, I'm writing a WSE web service. Now, I want to send the Image Object from the web service to client, but the exception: "Cannot convert from WebServiceWse.Image to System.Drawing.Image". Can you tell me how to solve this problem? How about MTOM? Thanks,...more >>

Deplocy a ClickOnce Application with WSE 3.0 UsernameToken
Posted by Andreas Rudischhauser at 5/27/2006 5:29:51 PM
Hi, we're developing a ClickOnce - Smartclient which connects to wse3-enabled webservice. I fortunatelly got the WSE 3 Security with Username Tokens to work, but I currently have the problem to deploy the certificate. I think there is no way to "automatically" deploy the certificate with ...more >>

Interoperability
Posted by Loyola stalin at 5/26/2006 5:54:01 AM
Dear friends, I am sinking, about this problem. I would like to tell about the problem first, 1) I am having thick client (Windows application) in visual studio 1.1 and applied the policy using wse2.0 2) Webservice running in Visual studio 2.0 with policy WSE3.0 My problem is I have t...more >>



web services
Posted by liki at 5/25/2006 11:29:01 PM
what is web services?please i want know how web Services work? please give with example? ...more >>

Change the policy file
Posted by Hung Ngo at 5/25/2006 11:02:02 PM
I have deployed the webservice on IIS 5.1 Webserver, but when I change the "wse3policyCache.config" file, the policy is not changed. For ex: I have 3 policy file with the same name: 1. The first used for "mutualCertificate11Security" element 2. The first used for "usernameForCertificateSecur...more >>

custom policyquestion
Posted by ksen at 5/24/2006 10:01:03 AM
I have a webservice which is built on WSE 2.0. On the client side I am using .net2.0 and WSE 3.0. I added webreference to the above webservice. And also I added a custom filter to add some custom header elements. Here is my question Why the custom filter ProcessMessage method is not getti...more >>

WSE_SmalQuestion
Posted by Hung Ngo at 5/23/2006 6:20:01 PM
Hi all, I'm reading WSE 3.0 documentation and I cann't understand the way WSE 3.0 use to sign and encrypt message. In document, the MutualCertificate11Assertion sign and encrypt message like below: " SOAP request Digital Signature The SOAP message parts specified in the child element of ...more >>

Windows2000 client VS Windows2003 Web Service
Posted by Victor at 5/23/2006 9:07:02 AM
My Web Service hosts windows 2003 applied WSE3. The Client run fine in WindowsXP.But it throws some exception at windows 2k. The web service use usernameForCertificateSecurity and custom securityTokenManager. <outputMessage utc="2006-5-23 15:37:21" messageId="urn:uuid:afe83caa-291a-4ffd-87...more >>

WSE 2 with VS2005 and custom UsernameTokenManager
Posted by Julian Jelfs at 5/23/2006 3:47:01 AM
Hi, I am working with the following setup. I have a web service that was orignally created in VS 2003 and has now been converted to VS2005. I have a custom UsernameTokenManager that was originally defined in a file that was part of my web service project. My custom token manager doesn't d...more >>

Web service updating
Posted by drabee at 5/23/2006 2:33:02 AM
i have website using web service if i modified the web service can i update my website automatically without updating the referance from my wesite .....Say YES please...more >>

WSE 3.0 , Set Policy
Posted by Loyola stalin at 5/23/2006 12:07:01 AM
Hi all, I am working with WSE3.0. In service we need to explicitly set the Policy I have shown the sample [Policy("ServerPolicy")] public class Service : System.Web.Services.WebService { public Service () {} [WebMethod] public string HelloWorld() return "Hello Wo...more >>

SOAP over HTTP
Posted by Anbu at 5/22/2006 11:54:17 PM
Could anybody help me on how to implement SOAP Receiver on VS 2005 with WSE 3.0? TIA ...more >>

Error when accesing Webservice on Windows Server 2003
Posted by K S at 5/22/2006 3:32:57 PM
All, I am getting the following error when I tried to deploy my webpage (Release Version) on Windows Server 2003. The below error occurs when I try to access the webservice. PS: I can access the webservice from IE from the same Windows Server box. I did some googling and tried the options...more >>

WSE Connection Problems
Posted by Bradley Plett at 5/19/2006 11:45:09 PM
I have a strange connection problem with a web service that I wrote using WSE. I have a web service in a component. I developed the component using an interactive application, since it's much easier to debug that way. I have it working perfectly in the application. I then created a windows s...more >>

ws-addressing
Posted by Viv at 5/19/2006 7:08:20 AM
Hi All, I have gone through some of the articles on ws-addressing, but couldn't actually figure out why ws-addressing is required ? what I understand from ws-addressing is that using ws-addressing a response can be addressed to some other destination. For e.g. client-A invokes a service at Se...more >>

q: WSE 3.0 web serivce
Posted by JIM.H. at 5/19/2006 5:11:01 AM
Hello, We have a web service written in WSE 3.0. with .Netfamework 2.0. I have these questions: 1. Can I invoke this web service in my .Netframework 1.1 and visual studio 2003 asp.net application. 2. Web service is written in VB.Net, my application is in C#, will this be creating any proble...more >>

Multiple Applications using WSE 3.0 on Single Server
Posted by Travis at 5/18/2006 2:19:02 PM
I am writing in hopes of someone pointing out a best practice. We are running multiple applcations on a server that all use WSE 3.0. If we leave the addresses defaulted to the 8081 port, we get socket and port errors stating only one item can run on the port. A temporary fix seems to be to ...more >>

What's the Point of a Policy File
Posted by at 5/18/2006 7:47:22 AM
Using WSE 3, what is the point of a policy file to define security? For example, if I specify that only a certain list of users have access to my web service and then an anonymous user visits the asmx, he or she can still invoke methods, etc. What does it really do when you specify that only...more >>

customize WSE policy
Posted by Hung Ngo at 5/17/2006 9:29:01 PM
I have the below source code: <WebService(Namespace:="http://tempuri.org/")> _ <WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _ <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ <Policy("ServicePolicy")> _ '(or <Policy(GetType(UsernamePolicy))> _ ) Public Clas...more >>

Obtain Certificate Information
Posted by Taurus at 5/17/2006 8:54:02 AM
Greetings. I'm using at the moment WSE 2.0 SP3 and i made some web methods to get some information from a database. The current configuration is: - 1 x509 certificate on the server and 1 on the client - both the request and response is signed and encrypted using the policycache.config ...more >>

How do I access UsernameToken from Web Service
Posted by jonas.samuelsson NO[at]SPAM cab.se at 5/15/2006 8:01:17 AM
Hello. I'm currently trying to upgrade some web serviecs from .NET 1.1 & WSE 2.0 to .NET 2.0 & WSE 3.0. We are doing our user authentication in the WS and in WSE 2.0 we did this by looping through the tokens in RequestSoapContext.Current.Security.Tokens. Since SoapContext.Security is obsolete ...more >>

WSE 3.0 - Windows, WindowsCE and Linux
Posted by Selvir at 5/15/2006 2:48:02 AM
Hi. I must make web service in VS 2005 that can be used from Windows, WindowsCE and Linux systems. Which is best practice for security? It is possible use web service with implemented WSE 3.0 from Linux systems or not. ...more >>

retrieve username in WS
Posted by param NO[at]SPAM community.nospam at 5/14/2006 10:13:51 PM
Hi all, How can I retrieve the current username in the Web Service for a WSE 3.0 enabled WS? I am using the UserNameForCertificate Policy. TIA! ...more >>

wse 3.0 username authentication
Posted by param NO[at]SPAM community.nospam at 5/13/2006 6:16:43 PM
Hi all, I have setup a Web Service with the UsernameForCertificate policy. Now, I wish to check the username and password and authenticate against my sql database. How would I go about doing that? TIA! ...more >>

wse 3.0 & 1.1
Posted by param NO[at]SPAM community.nospam at 5/13/2006 5:30:47 PM
Hi all, does WSE 3.0 work with .net 1.1? I have a .net 2.0 WS with WSE 3.0 enabled. Now the problem is that I need to update some 1.1 clients to consume this WS. Is this doable? TIA! ...more >>

wse 3.0 issue
Posted by param NO[at]SPAM community.nospam at 5/13/2006 5:29:52 PM
Hi all, I have a simple Web Service with UsernameForCertificate policy enabled. Right now the method returns "Hello World". I then have a simple asp.net client project that I am using to test calling the Web Service. I have configured the policy on both ends. However when I run the client I ge...more >>

WSE3: authentication problem
Posted by Sidharth at 5/12/2006 8:20:01 AM
Hello, I have a winforms application that I'm trying to get to authenticate with a web service. So in the winforms I get the currently logged in user and set the web services credentials like this: UsernameToken usernameToken = new UsernameToken(Environment.UserDomainName + @"\" + Enviro...more >>

Enable WSE3 with Web Appication Projects
Posted by RobertP at 5/10/2006 8:52:54 AM
Is anyone able to get WSE3 to work with the new Web Application Projects Add-on? When I right-click on my Web Application Project and choose "WSE Settings" the checkbox for 'Enable Microsoft Web Services Enhancement Soap Protocal Factory" is not enabled. ...more >>

WSE 2 and PocketPC
Posted by crul NO[at]SPAM poczta.onet.pl at 5/9/2006 8:23:11 AM
I know that Microsoft does not support WSE for PocketPC, but I was wondering if someone created some sort of library for it. I don't need full functionallity (actually really small part, since I generally use only UsernameToken to sign a message). Are there any groups working on this? I app...more >>

WSE 3.0, Signed Assembly, x.509 Certificates etc...
Posted by chrisb at 5/9/2006 2:54:05 AM
Hi, I'm trying to work out the WSE security thing. Basically, users can register on the website & download (possibly via a ClickOnce) a client app which can authenticate them using the same username/password the users has on the website. Username/password is stored in the database (ok, the...more >>

Could not find schema information for the element 'microsoft.web.services3'
Posted by Mark Wilden at 5/8/2006 11:55:17 AM
I'm getting VS messages (not error or warnings) that "Could not find schema information for the element 'microsoft.web.services3', as well as for the elements under <microsoft.web.services3>. I have searched plenty hard, but am unable to find why this is happening. The project builds and ru...more >>

X.509 - Create Programmatically
Posted by Dave at 5/8/2006 10:51:02 AM
I'm being asked to automate our installation process in order to prevent as many user errors as possible. I am looking to see if I can use the .NET framework to >>> create <<< a X.509 certificate or do I have to shell out to makecert.exe? The resulting file would be sent out to a verificat...more >>

How can I get the current username inside my WebMethod
Posted by bmwael at 5/7/2006 11:54:06 PM
Hi I am using WSE 3.0 to secure my web service when the client send the credentials the webservice accept the client can access to each method I want to know how can I get the current username inside my WebMethod ...more >>

WSE 3.0 ProcessMessage(SoapEnvelope envelope)
Posted by Loyola stalin at 5/7/2006 11:48:02 PM
Hi friends.. When I was worked with WSE 2.0, I had retrevied the Usernametoken from the ProcessMessage(SoapEnvelope envelope) by using following method public UsernameToken GetSigningToken(SoapEnvelope envelope) { UsernameToken userToken = null; forea...more >>

SoapReceiver
Posted by CJF at 5/4/2006 1:20:02 PM
Hi, Using WSE 3.0, I've been trying to host my web service in my windows service and I get the following error: "WSE802: Unsupported SoapChannelCapabilities Flags." An earlier post titled "SoapReceiver.Add" on 11/18/05 mentioned a similar problem and the response was that you can't specify...more >>

wse 3.0 input / output correlation
Posted by Jon_ProactiveLogic at 5/3/2006 9:47:03 AM
Hi, I have a custom policy assertion that creates service input and output filters. Is there a way to store information in the input filter so that it will be available to the output filter? The output filter needs to be aware of some of the things the input filter did in one of my scen...more >>

VS2005 WSE 2.0 WSE040
Posted by Benjamin at 5/3/2006 7:11:03 AM
Hi! I am upgrading a WSE enabled web services project from VS2003 to VS2005. Still using/referencing WSE 2.0 (not WSE 3.0) because of backwards client compatibility issues. When calling the web service from a test client following exception is raised from the server (that worked of cours...more >>


DevelopmentNow Blog