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 > november 2004

Filter by week: 1 2 3 4 5

SOAP Toolkit 3.0
Posted by sumaira.ahmad NO[at]SPAM gmail.com at 11/30/2004 11:46:57 PM
Hi, Can someone please tell me how to use the SOAPToolkit 3.0 to view WSE SOAP Mesages and well as Dime attachments..any documentation on it that clearly explains the steps to do it.. Please let me know.. Thanks, Sumaira Ahmad...more >>


SoapExtension logging to SQL
Posted by Mark A. Richman at 11/30/2004 9:47:12 PM
This is a multi-part message in MIME format. ------=_NextPart_000_0010_01C4D726.263F2CA0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Does anyone have an example of a SoapExtension that writes the incoming = SOAP request to a table via SQL? I ...more >>

WSE 2.0 1000 Foot level Question Easy one
Posted by gusaawar NO[at]SPAM gmail.com at 11/30/2004 9:42:15 PM
I need to secure comunications between a website and a web service what possible ways of doing this? Possibilities 1- use a trust between the website and the web service 2- use usernameToken and authenticate per user every time for every method if I am to use a user account and passwo...more >>

Error in TcpSyncStockService Sample
Posted by Daniel Carbajal [MVP] at 11/30/2004 12:48:36 PM
Hi All, when I try to run the TcpSyncStockService.exe sample project from the WSE2.0 SP2, I get the exception below, any help will be appreciated. Regards, Daniel. ****** Exception Raised ****** System.Net.Sockets.SocketException: Only one usage of each socket address (proto col/network a...more >>

Create self-signed X.509 Certificate programmatically
Posted by Diego Barros at 11/28/2004 6:08:53 PM
Hi all, I was wondering if it was possible to programmatically create a self-signed X.509 Certificate using the .NET framework? After playing around with certificates for a bit, I ended up installing the Web Service Enhancements 2 which provides support for access the certificate store. But...more >>

First post about WSE2.0 SP2
Posted by Softwaremaker at 11/25/2004 10:14:39 PM
I took a chance to install SP2 over SP1 and attempt to run a demo that was working successfully before. However, the demo failed upon SP2 installation. I took a look at the trace and notice that multiple security headers are not propagated properly. Seems that the ActorNextURI is not propagated...more >>

Can java client call the web services using WSE2.0 Authentication and Soap Encryption?
Posted by nealboy at 11/25/2004 12:08:22 PM
Anybody can help me? thanks ...more >>

Cannot create a test X.509 Digital Certificate for WSE 2.0 SP1
Posted by nid at 11/24/2004 11:29:02 AM
I have code that using the X.506 Digital Certificates uses the X.509 certificates that are distributed with WSE 2.0 SP1 (Server Private.pfx, etc..). The code works perfectly when using the certificates that are distributed with WSE 2.0 SP1. When I try to use my own generated test certificat...more >>



SoapContext for dim in web service call
Posted by Stu at 11/24/2004 2:23:04 AM
Hi, I have a 3 tier architecture My Front tier calls a webservice ObjGeneral.getAttachment(p_cFileName) Which calls the business rule tier and then fires off the code in the dataAccess tier to attach the file using WSE Dime and send to the front end. However my problem seems to be I canno...more >>

WSE 2.0 SP2 Pre-release Announcement
Posted by mfussell NO[at]SPAM online.microsoft.com at 11/23/2004 2:03:54 AM
------=_NextPart_0001_9AEA782D Content-Type: text/plain Content-Transfer-Encoding: 7bit We are pleased to announce the availability of WSE2.0 SP2 Pre-release Full product here http://download.microsoft.com/download/6/a/b/6ab540df-0a42-48a3-891d-8f54bcf deb0a/Microsoft WSE 2.0 SP2.msi ...more >>

Database Transactions
Posted by Merline Martina at 11/22/2004 10:49:02 PM
Can anyone tell me how to work with database transactions in a web service. Can anyone please give me a sample code. -- Cool!! Merline...more >>

WSE2 on Win98??????
Posted by Kenny M. at 11/22/2004 5:47:01 PM
Hi My development machine has Win XP but my clients Pcs have Win 98 SE Is it possible for my app to use WSE2 in order to comunicate with my Wservices knowing that clients will be deployed on Win98? Ken...more >>

Win9x support
Posted by Oldman at 11/22/2004 6:49:02 AM
I know that the current release doesn't support windows Me, 9x, 95. However, is this a consideration for the next release and if so when is the next release planned. Thanks, Oldman...more >>

valid data types to be passed to web methods???
Posted by Will at 11/20/2004 10:28:09 PM
I have a web method in my web service that I would to have a command object passed in as a parameter. But when I compile the service I get the following error: You must implement the Add(System.Data.DataRowView) method on System.Data.DataView because it inherits from ICollection. If I rep...more >>

WseWsdl2.exe doesn't seem to import third+ level schemas
Posted by Drew Marsh at 11/19/2004 12:14:09 PM
If you run WseWsdl2 against a definition that imports an external schema, like so: <wsdl:definitions xmlns:foo="uri:foo" ...> <wsdl:import namespace="uri:foo" location="Foo.xsd" /> <!-- then use foo:MyFooType somewhere in a message --> Where Foo.xsd imports and leverages another schema l...more >>

MSI Installer to check if WSE is installed - how?
Posted by Niels Flensted-Jensen at 11/19/2004 2:49:02 AM
Using Visual Studio for putting together my MSI package, I'm having a hard time setting up a so called "Launch Condition" to check if Web Services Enhancements 2.0 SP1 is installed. It wants a Component Id which the documentation says you should find using something like MSI Spy Tool to loc...more >>

Add additional elements to an existing SecurityHeader meant for the final SOAP Actor destination
Posted by Softwaremaker at 11/18/2004 8:24:37 AM
Hi, The WS-Security Specs state that... "An intermediary on the message path MAY add one or more new sub-elements to an existing <Security> header block if they are targeted for the same SOAP node..." I cannot seem to be able to do this through a SOAPHttpRouter with a Custom Output Filte...more >>

tcp with WebServicesClientProtocol
Posted by EP at 11/17/2004 1:18:35 PM
Is there any way to use tcp with the WebServicesClientProtocol instead of http? ...more >>

How create Prosy Class for soap.tcp
Posted by MrDotNet at 11/17/2004 11:39:14 AM
hi Here is my Web service and one Soapmethod how can I create proxy class for that and hows client access that web service. I try generated proxy class but that give me error. HELP..... Public Class WSE2Test Inherits SoapService <SoapMethod("CreateDataTable")> Public Function C...more >>

SOAP TCP or HTTP ????
Posted by Vish at 11/17/2004 11:09:02 AM
Could somebody point out using SOAP over TCP vs SOAP on HTTP ? I am concerned about security not clear if the soap authentication headers using WSE 2.0 will still work as intended. Thanks!...more >>

Can We Create one WebService and call Both way Http & Soap.TCP
Posted by MrDotNet at 11/17/2004 10:01:02 AM
I want know can we create one webservice and call both way Http and soap.tcp if any one know so pls let me know with code. Thanks -- -MrDotNet MCAD, MCSD Sr. Software Engineer / Lead Architect ...more >>

WS Secure Conversation -UsernameToken Encryption- PLEASE PLEASE HELP ME-Very urgent
Posted by sumaira.ahmad NO[at]SPAM gmail.com at 11/17/2004 8:59:57 AM
Hi, Please help me solve this problem.. This is very urgent, i have to demo it tommorrow and need to fix it before tomorrow.. I am using WS Secure Conversation and am using a USername Token to sign the request for a initial request from the client to tokenissuer for securitycontexttoken. I...more >>

Bi-directional SOAP messaging possible?
Posted by inge NO[at]SPAM norway.net at 11/17/2004 8:39:06 AM
Is it possible to send and receive messages across the same endpoints, using WSE 2.0 ? E.g.: 1. Client (behind firewall) opens a tcp connection to a server on the servers port 80 2. Client sends 0..n messages 3. Server replies asynchronously with 0..n messages For this to work across ...more >>

WSE 2.0 bug in Console Applications
Posted by David Wetuski at 11/17/2004 8:28:02 AM
We've been seeing this exception: ##### Unhandled Exception while running System.Exception: WSE104: An asynchronous callback raised an exception. ---> System.InvalidOperationException: Queue empty. at System.Collections.Queue.Dequeue() at Microsoft.Web.Services2.Messaging.SoapInputCh...more >>

Time Tolerance does not work 'backwards in time'
Posted by Robbert van Geldrop via .NET 247 at 11/17/2004 1:03:14 AM
Hello, I have a web service that runs on WSE2.0 sp1 with the following relevant settings: - Default ttl in seconds = -1 - Time tolerance in seconds = 43200 I am testing a client with WSE2.0 and I noticed that if I set: - Time tolerance in seconds = 43200 by putting in app.config: <co...more >>

Update on WS-Secure Conversation Encrypting UsernameToken
Posted by sumaira.ahmad NO[at]SPAM gmail.com at 11/16/2004 10:46:04 PM
Hi, This is an update to my previous mail on the same topic. I am using WS Secure Conversation and am using a USername Token to sign the request for a contexttoken. I would like to encrypt the UsernameToken before sending it across. My code patch is as below: SecurityToken token = new Us...more >>

Problems with Routing Messages thru more than 1 SOAPHttpRouter Intermediary
Posted by Softwaremaker at 11/16/2004 6:57:55 PM
Fellas, I have some sort of a SOAP Routing problem that has been bugging me for the last couple of days and would like to gather some inputs and advice. I am using ExtendedSecurity of SoapContext to route a message meant for Bob through n intermediaries. When I have 2 securityHeaders into th...more >>

Web Services Security
Posted by Shailendra Batham at 11/16/2004 1:24:28 PM
This is a multi-part message in MIME format. ------=_NextPart_000_0006_01C4CBDF.996B5430 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi there Gurus, I have a web services which works fine and it exchanges data in XML = format..... Now I w...more >>

SOAP.TCP
Posted by MrDotNet at 11/16/2004 10:14:02 AM
I am using web service as Data Access Layer all data manipulation language (Insert, Update, Delete, Select). I want that web service call thru soap.tcp. Because that web service intranet. but I never use wse 2.0. so I need help how to start convert my web service for soap.tcp. so some one h...more >>

authentication using custom UsernameTokenManager class.....
Posted by Ollie at 11/15/2004 3:39:46 PM
I have been able to authenticate a user account against Active Directory using the UsernameTokenManager class, what I would like to do is determine if the account has a certain role and check this against the web method that is being called..... I guess what I'm trying to do is authentication ...more >>

UsernameTokenManager not authenticating against Active Directory....
Posted by Ollie at 11/15/2004 1:23:12 PM
I am attempting to use the UsernameTokenManager class to authenticate the username and password against AD, it authenticates correctly when I use a local account from the local SAM database, do I have to make any changes to get it authenticate against AD or should it attempt it automatically if i...more >>

Permition certificate private key from webservice
Posted by Waldek at 11/13/2004 7:10:53 PM
Anybody knows how access private key X509Certificate from CertificateStore (Microsoft.Web.Services2.Security.X509.X509CertificateStore namespace) to encrypt/decrypt data. Below code in webservice return error: "Keyset does not exist" (at line includes ct.Key) ,but in desktop application is ok....more >>

router, windows authentication and passing credentials
Posted by Trebor at 11/11/2004 2:37:44 PM
Hi all. I'm designing a system consists of 3 parts: 1.web client app 2. web service router 3. web service Web client app. calls web service via router. ( I successfully implemented this kind of behavior using anonymous access.) Now, when I try to use windows authentication, the web s...more >>

Secure calls to Java web service takes long time
Posted by Magnus Johannesson at 11/10/2004 12:33:25 PM
I've implemented the sample in Simon Guest's article "WS-Security Interoperability Using WSE 2.0 and Sun JWSDP 1.4" (http://msdn.microsoft.com/webservices/default.aspx?pull=/library/en-us/dnbd a/html/interopsun.asp). I've put the client app and the web service on two different machines. The clie...more >>

Help With Exception
Posted by Dan at 11/10/2004 7:08:06 AM
All, I have a Web Service that makes use of WSE 2.0 for security. The service works fine on my test machine. However, when deployed to the server I get the following Exception: An unhandled exception of type 'System.Web.Services.Protocols.SoapHeaderException' occurred in system.web.ser...more >>

Kerberos and UsernameToken Question
Posted by RK at 11/9/2004 8:42:33 PM
Assume that I am sending a message encrypted from the client to a service. If a hacker intercepts the call, will he not be able to decrypt the message using the token available in the soap envelope? Will it be more secure if I use Kerberos Token? Why? Thanks in advance Kishore ...more >>

Defining an EndpointReference in WSDL
Posted by Zak at 11/9/2004 2:59:01 PM
Hi, I have a locator style service that returns an EndpointReference as a response, how do i define this in the WSDL so that the wseWsdl2 tool will generate the correct code. I tried adding an xsd:import for http://schemas.xmlsoap.org/ws/2003/03/addressing namespace, and using an element ...more >>

Encrypting Dime Attachments
Posted by sumaira.ahmad NO[at]SPAM gmail.com at 11/9/2004 9:57:44 AM
Hi, I an using WSE 2.0 for an ASP.NET Web Application. We are sending attachemnts using DIME.. I was wondering if it is possible to encrypt a DIME Attachemnt?? Please, any help or pointers will be greatly appreciated. Thanks, Sumaira...more >>

How to get WSE to authenticate a token using custom hashing algori
Posted by Peter McEvoy at 11/9/2004 4:50:03 AM
Hi all, Here's the problem: Our database contains usernames/hashed passwords and I need to get WSE to authenticate against it. But the issue is, that the hashes that are stored have been created using a custom hashing algorithm that does not match the algorithm defined in WS-Trust... My ...more >>

certificate trust
Posted by jglass38 at 11/9/2004 1:50:01 AM
I am trying to set up my own CA for some of our secure sites. These sites are only accessed by reps of our organization so no need for a cert from verisign or the like. How can I configure the cert so it shows as trusted rather than it showing: the security certificate was issue by a compa...more >>

Eventing Client
Posted by rawCoder at 11/8/2004 7:28:24 PM
Hi, How does WS Eventing works around the problem of the subscriber client being a Winform Application and behind firewall / Proxy server? In Other Words ... If I have a Windows Form application that needs to work as a Subscriber in a WS Eventing mechanism. And the application can run at an...more >>

soap.tcp UsernameTokenManager
Posted by gunveet at 11/5/2004 2:38:02 PM
Hi all, I am newbie using soap.tcp. I have added a token to the envelope in the client with the username and password and I want to override the AuthenticateToken method in the UsernameTokenManager derived class on the service side. Every post I read related to doing so with http but non...more >>

Kerberos token issue
Posted by Napo at 11/4/2004 6:27:02 PM
Hi: i am using a Kerberos ticket for authentication. i run my client application at one machine which is in the same domain as my web services machine. When the client code gets to calling the web service, it fails with the following exception stacktrace: An invalid security token wa...more >>

Trace files missing
Posted by Magnus Johannesson at 11/4/2004 9:34:37 AM
I've implemented a basic ASP.NET web service. No encryption or signing or anything yet. To communicate with this web service I've got a WinForm app. I've enabled WSE 2.0 and message trace for both of them, but I only get trace files for the web service, not for the WinForm app. Why is this? /M...more >>

Single message encrypted twice
Posted by NetStuff at 11/3/2004 12:34:02 PM
Problem I want to construct a single encrypted message using X509 certs that can be decripted by both Server1 and Server2. When sending this message to server1, server1 should use the corresponding server1 private key to decrypt it. At the same time when sending it to server2, server2 shoul...more >>

WS in C# and Pioxy Squid - Return Error Timeout
Posted by Leonardo Ivan Torres Ochoa at 11/3/2004 12:10:30 PM
Hello friends I have a program client done in C # that invokes to a Web service, the program client uses proxy squid, but this return Timeout returns Any idea ? Thank you .. Leonardo.. ...more >>

Accessing WSDL
Posted by Vish Ramachandran at 11/3/2004 10:23:07 AM
Hi, I am using WSE 2 for my web services project. A class inheriting SoapReceiver to process the service requests has been implemented. To deploy, the dlls were included in a virtual directory on IIS along with the Web.config file changes routing the HttpHandlers for the uri to the approp...more >>

want to ignore/bypass WSE2 policy for local requests...
Posted by Tim Mackey at 11/2/2004 8:01:38 PM
This is a multi-part message in MIME format. ------=_NextPart_000_0009_01C4C116.C37CE500 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi, i have a wse2 web service up and running and it serves lots of = windows clients, with a custom username ...more >>

Changing addressing information from a custom filter
Posted by Savas Parastatidis at 11/2/2004 4:39:57 AM
Hey all, I am having difficulties changing the addressing information of a SoapEnvelope from within a custom output filter. What i want to do is effectively change the destination of the SoapEnvelope. I've tried accessing env.Context.Addressing and changing the (To, Destination, and Via) he...more >>

WS Addressing
Posted by Teun at 11/2/2004 3:40:23 AM
Hello, I have a question about WSE 2.0. I have a Web Service client. In this client I set the replyTo and the fauldTo: Proxy.Service1 ws = new Proxy.Service1(); ws.RequestSoapContext.Addressing.FaultTo = new Uri(uri); ws.RequestSoapContext.Addressing.ReplyTo = new Uri(uri); My webserv...more >>


DevelopmentNow Blog