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

Filter by week: 1 2 3 4 5

SoapReceivers.Add()
Posted by William Stacey [MVP] at 7/21/2004 5:32:27 PM
What is the Passive overload for in SoapReceivers.Add() method. What is non-passive vs passive ? -- William Stacey, MVP ...more >>


Exception on endpointref all of a sudden?
Posted by William Stacey [MVP] at 7/21/2004 4:42:07 PM
Been using wse tcp services with no issue. Now all of a sudden I have exception when creating endpoint below. I can't figure it out as the exception is in internal module that debugger does not break to (see Message below.) Any clues? via = new Uri("soap.tcp://192.168.0.221/dnsserver"); add...more >>

Retrieving HTTP Headers from a Routing Handler
Posted by Softwaremaker at 7/21/2004 5:38:06 AM
Hello all, I have a strange request to make. I need to be able to read the HTTP Headers for a SOAP Message coming in over HTTP to a intermediary router. Conincidentally, the request coming in is not WSE-aware which means that the addressing details are not there and therefore I need to extract...more >>

Problem referencing web service
Posted by John at 7/20/2004 7:41:15 PM
Hi I am trying to get web reference to my first (!) web service which is on a remote host. I am getting the following error; Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application pre...more >>

Word to the wise: avoid Virtual Machines
Posted by SA at 7/20/2004 3:38:57 PM
Hi all, I wanted to share this experience, because it has proven to be very frustrating for me. I was developing some sample and "proof-of-concept" applications for WSE 2.0. In order not to create a mess of services etc. on my dev machine, I created the apps in a Virtual PC 2004 VM. One ...more >>

HOW TO: write Java client to call WSE 2.0 web server over TCP
Posted by rss at 7/20/2004 2:11:31 PM
I've recently downloaded the WSE 2.0 RTM and am working on crufting up a TCP-based, non IIS hosted web service. The issue, however, is I want to call this webservice over TCP using a java client. Specifically, using the WS-Messaging aspects of the WSE 2.0 on the web service end, can I call the ...more >>

Can I get IE credentials using WSE?
Posted by Ken Varn at 7/19/2004 3:28:37 PM
I am fairly new to Web Services and WSE, so bear with me. I have a Windows Forms control embedded in a web page. I am trying to call my web service from the form control. If I use CredentialCache.DefaultCredentials to authenticate, I get the Windows logged on user credentials instead of the ...more >>

Can't install WSE 2.0
Posted by Navin Mishra at 7/17/2004 11:02:04 PM
Hi, I can't install WSE 2.0 on my XP Pro machine. The installshield simply quits saying it was interrupted. I tried serval times and even restarted machine but no luck. Any help appreciated! Thanks in advance and regards Navin ...more >>



Where is KeyInfo?
Posted by SA at 7/16/2004 3:56:55 PM
Hi all Several classes in the WSE 2.0 library have KeyInfo properties, of type KeyInfo. Where is that type defined? I can't even find System.Security.Cryptography.Xml.KeyInfo, which is supposed to be in the .NET FCL? -- Sven ...more >>

ANN: WSE 2.0 from the Compact Framework
Posted by casey chesnut at 7/16/2004 8:27:35 AM
the code made it into the OpenNETCF 1.2 Release yesterday. http://blog.opennetcf.org/ncowburn/PermaLink,guid,ba821272-ab27-4516-83f1-437fc38b51c6.aspx it has been updated for WSE 2.0 and supports WS-Addressing, WS-Attachments, WS-Security, WS-SecureConversation. i've got an article (with clien...more >>

Problem with large Dimeattactment
Posted by morten at 7/15/2004 11:36:13 PM
Hi I'm quite new to the WSE world, so bear over if the question is total newbie. I've been reading lots of articles but haven't found what I was looking for. I have a problem with the DimeAttachment and large files. I have created a SoapService (using soap.tcp) where SoapClients are ab...more >>

does WSE2.0 support SOAP 1.2?
Posted by justin at 7/15/2004 10:42:47 PM
I am working on a web service app using WSE2.0 to communicate with another app written using gSoap for interop test. The web services need to support SOAP v1.2. However, my app throws an exception when de-serialzing the incoming msg which has the SOAP envelope namespace specifed as: ...more >>

Calling an ASMX web service (with WSE 2.0) using SoapClient proxy
Posted by SA at 7/15/2004 8:05:28 PM
Hi all: In order to have one generic proxy class on my client that can both handle TCP and HTTP channels, I created a class that derives from SoapClient. It can call my TCP SoapService (running as a Windows Service) fine. It can call my HTTP .asmx Web Service, but apparently, the SOAP body...more >>

Arch question.
Posted by William Stacey [MVP] at 7/15/2004 5:53:04 PM
Have a server app and using wse 2.0 tcp services as management interface. Works pretty well so far but have some question on general patterns here. Right now I am doing: 1) On the server, I have my server classes that don't consider any xml. 2) I created xmldoc classes just for the web servi...more >>

return array and xml names
Posted by William Stacey [MVP] at 7/15/2004 5:31:43 PM
Say the server doc and client doc are the same, but different class names. I can't seem to figure out how to set the return type to let the web services figure out they are the same document. Example: Server =============== public class XmlCustomer { public string Name; } [SoapMeth...more >>

Override default UsernameToken behavior
Posted by SA at 7/15/2004 3:49:53 PM
Hi, Suppose I want to send a UsernameToken with password in plain text. By default, WSE 2.0 will attempt to validate the user using Windows security. What if I don't want that to happen? I tried to create my own MyUsernameTokenManager and registered it using the WSE 2.0 settings tool in web...more >>

webservices2 security fault: security token cannot be authenticated
Posted by josepinchero NO[at]SPAM yahoo.com at 7/15/2004 2:48:54 PM
Hi, In my custom webservice token manager, when i call AuthenticateToken with a <<valid>> domain name and password, i get a webservices3 security fault (the security token cannot be authenticated or authorized)...every time. When i call AuthenticateToken, i'm passing it a SendPlainText User...more >>

Expiry Error - NewBee Question?
Posted by msajdera NO[at]SPAM ncen.com at 7/15/2004 2:17:25 PM
All - We're using a .Net client running WSE 2.0 to hit a WebLogic webservice. We're signing with a UsernameToken and a Certificate. The response we keep getting on the client is "Message includes expiry but clocks are not synchronized". - We've sync'd up the clocks on both the client a...more >>

Dynamically load web.config and policyCache.xml
Posted by pocketpcbook NO[at]SPAM yahoo.com at 7/15/2004 1:43:39 PM
is there anyway to dynamically load web.config and policyCache.xml? We have an application where these two files need to be encrypted, so we'll be loading the encrypted version and decrypting it to a stream. We need to then load them into the runtime. Can this be done??? Tim Bassett p...more >>

SecureConversation with asmx
Posted by Ben Bloom at 7/15/2004 9:19:32 AM
Any reason I can't use a SecureConversation approach with a standard ASMX web service? I've got WSE2.0 installed, I just don't need to use WS-addressing/messaging for this project. Thanks....more >>


DevelopmentNow Blog