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 > march 2005 > threads for march 1 - 7, 2005

Filter by week: 1 2 3 4 5

WSE, UserNameToken and AD
Posted by Dominick Baier [DevelopMentor] at 3/5/2005 11:51:05 PM
If you are using UsernameTokens you have to have access to the clear-text password or some password equivalent on the server. That's the only answer i can give you, sorry. If your clients are in the same - or a trusted - windows domain - KerberosToken2 is the way to go. --- Domini...more >>


WS-Security vs. IIS Authentication
Posted by Morten Overgaard at 3/5/2005 3:42:03 PM
Hi Sirs. When using WS-Security instead of IIS authentication I see a potential problem letting ALL people access my webService. ie. if I have a little bug in the code that checks for validity of the user I'm really exposing my-self. If using IIS authentication I'm sure that only IIS authen...more >>

WSE Proxy Hides Responses from void [SoapMethod] operations?
Posted by Erik J. at 3/5/2005 6:53:02 AM
I have a SoapService operation that is declared as a void and I'm using the WSE-generated proxy to call it. If the server throws an exception, a response is sent, but the prxy doesn't seem to notice it. If I change the operation to return something (like an int), the proxy propagates the fau...more >>

Username Token for the Web farm implementation
Posted by erohitv at 3/5/2005 2:31:24 AM
hi, i was going through the 2nd sample of HOLDEVL34... while creating the certificates, following all the steps , i know where find the CurrentUser\Other store for the public key storage... Also went through the suggestions in different groups but no solution.. It works perfectly fine on the ...more >>

WSE, WS-SecureConversation, X.509 and UsernameToken - putting all pieces together?
Posted by Dmitriy Lapshin [C# / .NET MVP] at 3/4/2005 5:34:04 PM
Hello, I have several questions on the subject which I cannot answer to myself even after digging the docs and searching Google groups. I would be glad if someone could shed some light on the big picture. 1. What's the role of the UsernameToken in WS-SecureConversation? I understand it i...more >>

SoapClient vs. WebServicesClientProtocol
Posted by Matt at 3/3/2005 9:25:39 PM
Can someone please point out the differences between SoapClient (generated by wsewsdl2) and WebServicesClientProtocol? (Or, provide me a link that breaks down the 2 and compares them). Thanks. ...more >>

X509 token value type and encoding type - urgent, Please help
Posted by Kapil Sachdeva at 3/3/2005 1:23:16 PM
Hi, Have a look at : <wsse:BinarySecurityToken ValueType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-x509-token-profile-1.0#X509v3" EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary" xmlns:wsu="http://docs.oasis-ope...more >>

WseWsdl2.exe a nightmare!
Posted by GeorgeNewYork at 3/3/2005 11:55:46 AM
I have spent the last 3 hours attempting to create wse proxy classes for (xmethods.com) web services using wsewsdl2.exe (SP2 & SP3). The results were amazing. Out of 34 randomly selected WSDLs, only 6 were successful. The vast majority choked with "Specified cast is not valid" or "Invalid ...more >>



DIME attachments problem
Posted by Nikolay Petrov at 3/2/2005 4:05:39 PM
I have in web service which receives WSE DIME attachments as byte arrays, and stores them in files From an asp .net page i add an dime attchment to the RequestSoapContext, i check the count of attachments and it says "1" on the web service size, when I check the count of the attachments it...more >>

Attachments with SOAP
Posted by Gopal at 3/2/2005 2:49:02 PM
I am new to WSE. We are porting our VB6 app to VB.Net/Framework 1.1 environment. The app that I am currently working on needs to communicate via HTTP to IIS to send and receive binary files such as photos, diagrams,etc to a webserver. The prev release of this app used FTP. Is WSE20/DIME a b...more >>

Can a Web Service be part of an C# Application
Posted by GeeeTeee at 3/2/2005 12:08:52 PM
Hi. Could anyone provide help to a newbie please? I have just started writing a C# application which transmits data to a web service, so it is effectively a client. I have that working fine. I now need to add code which will allow the application to behave as a web service, accepting data fr...more >>

Token in a Web Method
Posted by Ruslan at 3/2/2005 10:33:32 AM
Hi How can I find in a Web Method the token of a user which call this Web Method? Thanks, Ruslan ...more >>

upload a page into FTP in VB.NET
Posted by Skumar at 3/2/2005 10:03:57 AM
hi to all i'm working in VB.NET i need upload a page using receivers FTP info URL username password i need upload the page into receivers FTP using above information. i need u'r help. hoping of help. with regards skumar ...more >>

WSE2 identity constraint is not declared problem
Posted by Bojan at 3/2/2005 5:37:05 AM
Microsoft WSE 2 0 SP2 msi Problem When I installed WSE 2.0 SP2 and called Wse WEB Service function with DataSet as a parameter, I've got the following exception (non-WSE call is Okay) : System.SystemException {"Server was unable to read request. --> There is an error in XML document...more >>

Security Policy for a Specific Endpoint?
Posted by Scott Mitchell at 3/1/2005 9:29:28 PM
It was my understanding that when specifying a security policy through the WSE 2.0 Toolkit, I could create a policy for a specific endpoint. That is, I could have two .asmx files in my Project and create a security policy that applies to just one of these two files. Is this understanding correc...more >>

SoapReceiver as both router and destination ?
Posted by Cam at 3/1/2005 1:27:02 PM
Okay, this one is giving me some grief: I've had no luck this far in creating a SoapReceiver that acts as both a router and destination for messages. Switching the IsIntermediary isn't something I can do without looking at the soapenvelope object ... Has anyone else attempted this and found...more >>

Sample Code Desired Please
Posted by GCeaser NO[at]SPAM aol.com at 3/1/2005 12:38:03 PM
All, I have a simple request. I am looking for a FULL code example that will allow me to use the PasswordOption.SendHashed on a UsernameToken WITHOUT using a certificate. I simply want to pass the user id and password to the web service, (in a manner in which the password is not transmi...more >>

Load Testing WSE 2.0 Web Services
Posted by S Shannon at 3/1/2005 6:37:06 AM
Does anyone know of a load test tool that can be used to test WSE 2.0 Web Services?...more >>


DevelopmentNow Blog