Groups | Blog | Home


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 > threads for november 15 - 21, 2004

Filter by week: 1 2 3 4 5

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


DevelopmentNow Blog