microsoft.public.dotnet.framework.webservices.enhancements WSE Help (June 2005)
Problem using WSE 2.0 with ASP.NET 2.0 [REPLIES 1] Ibm trying to use Web Services Enhancements 2.0 SP3 with .NET 2.0 in order to digitally sign SOAP messages. The problem Ibm having is on the server, where I am trying to verify the signature of the m...
wsewsdl2.exe and soap 1.2 [REPLIES 0] Hello,I need to consume a web service that uses SOAP 1.2. I'm using VS.net2003 and asp.net 1.1. Can I use wsewsdl2.exe to generate the proxyclasses for my VB programThanks for any help,Paul ...
WSE 3.0 CTP Release [REPLIES 6] HOT TOPIC Hi, I just wanted to say that the WSE 3.0 Community Tech Preview isavailable for download. Please visit: http:msdn.microsoft.comwebservicesbuildingwsedefault.aspx Try it out, there are great ...
Certificate Template [REPLIES 0] Hi. What kind of certificate should I get for a web service and client I have a Windows 2003 Certificate Authority up and running, and I tried getting a User certificate for both. The problem is they ...
WSE 1 Password provider errors crashing IIS [REPLIES 0] Hi all,we are using WSE to perform active directory logins to our website.we are getting this strange error which is taking down our 2003 IIS servers.When the server has enough load to run out of phys...
WSE 3.0 CTP No Configuration Tool [REPLIES 10] HOT TOPIC I have just installed WSE 3.0 CTP Custom installation with all selected. I can't find WSE Config Tool in VS 2005 Beta2 and VS 2003. Is it known issue or a bugP.S. I have German Windows version. ...
Removing Protocol access [REPLIES 0] Hi EveryBody,Ibm trying to use Web Services Enhancements 2.0 SP3 with .NET 2.0i want to remove access for http post protocol and allow only httpSoap protocolhow this can be ldone in web.config file In...
deserializing XML in a webservice client [REPLIES 2] From my web service client I would like to change the default way some xml is being deserialized. WSDL.exe creates a client that deserializes this xml as an array. The xml node in the message looks l...
FailedCheck, SecurityFault, signature or decryption was invalid [REPLIES 2] Hello, I'm kind of new to WSE 2.0 sp3 so not sure how to solve this problem.Running Win2K3 with SP1 and trying to use Kerberos signature only, no encryption yet. My test helloworld program gives me a...
writing to the event log [REPLIES 1] Any idea how to write to the evenlog from a webmethodI've tried this but nothing shows up in the event log:.. . .using System.Diagnostics.. . .catchException e EventLog log new EventLoglog.Source ...
filters in WSE3.0 [REPLIES 7] HOT TOPIC My current WSE2.0 solution uses custom filters. Downloaded WSE3.0, changed config section from microsoft.web.services2 to 3. Now I get an error loading the config and apparently it's related to filter...
validating security token when only username is specified [REPLIES 3] Hi,I am using Custom UsernameTokenManager class in my project i have overridden authenticatetoken method in username tokenmanager classand configured this custom tokenmanager in web.configbut when i d...
WSE and SSL [REPLIES 3] I have created a Web Service using WSE 2.0, SP3 that has a method ProcessRequest exposed. A client application calls the webservice using the following code.Dim loWebService As New MyWebServiceWseloWe...
Kerberos problem [REPLIES 1] I have a windows service running on a W2K3 server as a domain account.When it tries to access a web service on another W2K3 I get the error below.The Kerberos ticket could not be retrieved. The Retrie...
WSE 3.0 Examples [REPLIES 4] HOT TOPIC Can nayone point me to any WSE 3.0 examples other than the two on MSDN. The net looks a bit bare of articles and examples so far.TIATim ...
WSE 3.0 and Policy config schema? [REPLIES 1] Taking a first look at WSE 3.0 I've noticed the changed format of the policy file. Obviously simpler than the old, but how will I deliver my policy to other parties not necessarily Microsoft shops wh...
Turnkey Security Scenarios [REPLIES 2] From WSE3.0 CTP Release Notes:The introduction of Turnkey Security Scenarios that provide high level security building blocks that enable you to secure messaging patterns such as requestresponse rathe...
WSE3 Transport Independence On Consumer-Side [REPLIES 1] It appears in WSE3 that you can take your ASMX Web serviceSystem.Web.Services.WebService subclass and host it outside of IISand call it over TCPIP. To achieve transport independence on theconsumerside...
WSE .net client and apache axis server [REPLIES 3] I have an apache axis server, and want to use a usernamepassword featurewith a .net c client.Right now I set the usernametoken with wse 2.0.Then I have to pull it out of the header in my java applicat...
WSE464: No policy could be found for this message. [REPLIES 6] HOT TOPIC We had a strange thing occur that I cannot duplicate and therefore debug and fix for next time.This is an app and web service that have been working together with WSE2 for many many months. Last night...
WSE 3.0 Passing UsernameToken between services [REPLIES 1] I have a web service let's call B that consumes another web service A. Web service A requires a UsernameToken . Now, there is a winforms client C that consumes web service B. How do I pass the Usernam...
WSE 3.0 and SecureConversation [REPLIES 2] Hi,I'm currently trying to enable WSSecureConversation as mentionned in the WSE 3.0 Security Hands On Lab. I changed the establishSecurityContext attribute to true as mentionned. I can see in the trac...
Interoperability with WebSphere 5.11 [REPLIES 0] I'm test wse 2.0 sp3 in client mode with webservices generated by WebSphere 5.11. A simple service work fine but when I add a security header with wse, there is an incompatibility. The content of the ...
Detecting if a webmethod response is returned? [REPLIES 2] Not a good description I know, but take the scenario where a client calls a web method on my web service, and the client disapears disconnects, is shut down etc before the method has time to get to th...
ResponseSoapContext [REPLIES 3] Hello,I have a simple webmethod to send Dime attachments using WSE 2 :WebMethodpublic void CreateDimedImageSoapContext respContext ResponseSoapContext.Current the problem ishere. I always have Resp...
KerberosToken.Principle [REPLIES 0] I'm using a KerberosToken to sign and encrypt my messages which is workingpretty good. Right now, UsernameToken and X509 certificates are not an option for me. Since my applications do need some fine ...
wse 3.0 - problem using kerb ticket on localhost for devlpmnt. [REPLIES 0] im trying to get a kerb ticket using it on my machine localhost , the machine is not a member of a domain.in the policy im conf. the target as localhostbut every time im trying to get the ticket with ...
MTOM sample in TCP only [REPLIES 2] Could someone i.e. MS wipe up the MTOM sample hosting as EXE using TCP only. All samples should have TCP and IIS versions IMHO. TIA William Stacey MVP ...
WSE 3.0 Policy and Encrypting Custom Headers (XML Encryption Spec) [REPLIES 4] HOT TOPIC I am curious if WSE 3.0 policy or any other features of WSE 3.0 make it easier to encrypt custom soap headers to conform to the Xml Encryption Spec. I am currently using WSE 2.0 and see no other solu...
Thowing exception [REPLIES 2] Quickly knocked up a sample cleint and service app running over tcp using the WSE 3.0 CTP. Used the WSEWSDL2 to generate the proxy. However could not get an exception to be returned if thrown in the ...
Help files WSE 3 CTP [REPLIES 1] Are the files which shipped uncompiled help files Can't access the documentaion. When will it be on MSDN...
soap.tcp kerberos policy example [REPLIES 3] Does anyone know of a Keberos policy example for soap.tcp...
InitializeSecurtiyContext call failed [REPLIES 1] What would cause the following error messageInitializeSecurityContext failed with the following error message:A specified logon session does not exist. It may have already terminated.Steps taken:1. Cr...
custom authority [REPLIES 0] This is a multipart message in MIME format._NextPart_000_0071_01C574EB.8D567FC0ContentType : textplaincharsetiso88591ContentTransferEncoding: quotedprintablewhile building a custom wseindigo transport...
Mutable Security Token exception [REPLIES 2] The big picture: I want to use WSTrust with a Security token service that issues a custom Security Token that I later will be sending to other web services.I've been using the code in CustomXmlSecToke...
Trouble with X509 authentication [REPLIES 1] Sorry for the crosspost in ...aspnet.webservices, but just found thisgroup and it seems more appropriateHi all,I'm trying to get the hang of WSE2, and am running into a problem. Iwrote a simple web s...
Secure Conversation doesn't work with second web service [REPLIES 1] Hi everyoneI have a solution based on Secure Conversation using a Security Context Token Service which is just a web service that gives out SCT's, a client program gets the issued SCT. But the problem...
Problems with a huge XML payload [REPLIES 0] I have to send a huge chunk of XML as a result for an ASP.NET web service call. To do this, I decided to implement IXmlSerializable in .NET 1.1, not ..NET 2.0. To have a true XML schema and not xs:any...
Private key not available for X.509 certificate under W2000 [REPLIES 2] Hi all,I am having difficulty running a WSE 2.0 enabled Web Service under Windows 2000. I can run the same web service using X.509 certificates for authentication and encryption when the web service i...
use the domain name instead of an IP address in the WSDL [REPLIES 1] How do I get IIS to use the domain name instead of an IP address in the WSDL for the soap address locationwsdl:port nameWs bindingtns:Ws soap:address locationhttp:192.168.0.11WsWs.asmxwsdl:portI repl...
KerberosToken2 "InitializeSecurityContext call failed" "logon sess [REPLIES 0] I have added WSSecurity WSE2.0SP2 with KerberosToken2 to my client Web service W2K3 connection. Users, groups and service target principle service3btsvm.soapoc.localSOAPOC.LOCAL or hostbtsvm.soapoc.lo...
Best Practices for WSE [REPLIES 7] HOT TOPIC I'm trying to develop a proof of concept for my company using WSE. We actually have a relatively simple goal. We have a web application that uses integrated authentication, and we'd like to flow the...
Source for derivation unknown [REPLIES 0] We keep getting a source for the derivation unknow error when a web.config file changes. Is there a way to get around having to restart the IIS services on the web server when a configuration file cha...
Using kerberosSecurity Throws Security Exception [REPLIES 3] I've tried to implement the kerberosSecurity turnkey scenario on my apps, and I'm getting the following exception when I try to set the policy.Description: The application attempted to perform an oper...
WebServicesClientProtocol in VC++ [REPLIES 0] Hi,I want to use WebServicesClientProtocol from SWE 2.0 in my CV project. But there are not header files. How can I use SWE 2.0Regards,Chris Peto...
WSE 3.0 Help Files [REPLIES 1] I've installed the WSE 3.0 June CTP, June but I cannot access the help files. How do you view the WSE help from within VS 2005From http:www.developmentnow.comg28_0_0_0_0_0dotnetfr ameworkwebservicese...
xcopy deployment [REPLIES 2] This is a multipart message in MIME format._NextPart_000_002A_01C579E2.BE5D4300ContentType : textplaincharsetiso88591ContentTransferEncoding: quotedprintableare there any issues with xcopy deployment ...
Cannot add WS with both user/password/domain and a certificate (C#, WSE 2.0sp3, VS2003) [REPLIES 2] When I try to add a web reference to a secure WS, which has both userpassworddomain authentication and a certificate authentication it does not work. I am prompted for the password again and again and...
Edit WSDLs soap:address location (C#, VS2003, WSE 2.0sp3) [REPLIES 0] How do I edit the URL in this section of the WSDL:soap:address locationhttp:localhosttestwsReport.asmx I need to edit that because BizTalk's WSEadapter uses this field for the URI.I have only seen the...
there is an error in xml file????? [REPLIES 0] Hi all I call a web service function in my app but receive there is an error in xml filebut that service runs properly when I try to call it in a power builder app.is it a .net bag or what is the prob...
status of public key [REPLIES 0] MS gurus,I am dealing with multiple clients. They send me their public key but I need to periodically check if their public key has been revoked for any reason.How can I do this Might there be a pub...
Streaming Large Documents using WSE 2.0 SP2 [REPLIES 1] Hello,I am running into the famous 4MB file restriction on a Web Service that I've built using DotNET and WSE 2.0. I've read all the documentation on the issue. I'm aware that I must modify the follow...
WS-Coordination in WSE 3.0 or Indigo [REPLIES 2] I read someplace that WSE 3.0 will be compatible with Indigo.Will WSE 3.0 support WSCoordination at least WSAtomicTransactions Santos...
Signing with WSE 2.0, no cert on the server side, still works [REPLIES 0] I'm new to WSE, and have my first web service using WSE 2.0 workingsuccessfully with the client signing the outbound message to the webservice.I am now deploying the web service to a machine other tha...
Newbie to WSE 2.0 [REPLIES 1] Hi, I have just downloaded WSE 2.0 and trying out the authentication feature. I have a client application on one machine talking to a web service on another machine. My problem was i keep getting time...
A bigeners Question [REPLIES 0] I dont know wehther this is the righ place to post it, but I need some expert thought here.I have been asked by my boss to give a presentation on how web services will be useful for us.I have to excha...
How to get a WSDL from a given URI [REPLIES 1] I am writing a server application using SOAP over TCP soap.tcp. I want to generate a WSDL file from this uri soap.tcp:localhost:8080stockservice. All I have heard is that its not possible to add a web...
UltimateReceiver.GetClientToken Returns Null [REPLIES 0] This is a multifaceted question, but it all revolves around identity within a Web service using WSE 3.0. First of all, I have gone through the HandsonLab and most of the help that is installed with t...
Secure Conversation from an ASP.NET Session [REPLIES 0] Most of the discussion around secure conversation and Web services in general assumes a rich client accessing a Web service. This is fine, but it doesn't address the cases where you have a Web applic...
WSE 2.0 Example not compiling for KeyAlgorithm [REPLIES 1] I'm trying to experiment with a Custom Security Token. I'm goingthrough an article that comes with WSE 2.0 entitled How to: Create aClass Representing a Custom XML Security Token. In the example, t...
Relationship between WSE and Single Sign-On [REPLIES 0] 1 Is there a relationship between WSE and Single SignOn technologies such as ADFS2 Is there an easy way to implement SingleSign On using WSE The use case is as follows: Customer A makes a web service ...
Installing X509Certificate to the cert store programatically [REPLIES 2] Hi Everyone,I'm having a bit of difficulty installing an X509Certificate which I have created from the Active Directory userCertificate property of a user in my Active Directory.Here's what I'm trying...
How to get WSDL from a given URI [REPLIES 1] I am writing a server application using SOAP over TCP soap.tcp. I want to generate a WSDL file from this uri soap.tcp:localhost:8080stockservice. All I have heard is that its not possible to add a web...
Progrmatically WSDL Generation in WSE [REPLIES 0] Hi, For a Web Service I can get WSDL with the help of ServiceDescriptionReflector. E.g ServiceDescriptionReflector reflector new ServiceDescriptionReflector reflector.ReflecttypeofMyService, htt...
Help Urgent, How to get hashed pwd in web service when send in username token as SendHashed [REPLIES 2] Hi,I am sending username and pwd in usernametoken in SendHashed format,While in web service, i am getting Nothing in that UsernameToken'sPassword.If send it as SendPlainText, then in my web service,...
|
|
|