| Thread | Last Post | Replies |
|
| references in web services project in VS 2005 vs. VS 2003 | 24 Apr 2006 04:03 GMT | 1 |
A member of my team recently completed a web services project. The solution contains some other porjects referenced by the web services project. In the web services project, the references are only listed as DLLs in a BIN folder. When we added this to source control and then ...
|
| Installing Certificates | 23 Apr 2006 15:14 GMT | 2 |
I have been trying to use WSE 3.0 wizard to create "policycache.config" file with Username authentication method. Now there is nothing to select as X.509 certificate at Server Certificate page. I know in order to be able select one at WSE 3.0 wizard I should add X.509
|
| HELP:Using dlls with Visual 2005 Web Services? | 23 Apr 2006 11:06 GMT | 2 |
I have just converted a 2003 webservice to 2005. It used a dll created in C++ however now when running the web service I get the error that it could not load the specified dll. It seems like a path issue. With the 2003 both the Web Service Dll and the other dll resided in the ...
|
| WebReference Question | 22 Apr 2006 10:11 GMT | 1 |
I'm trying to add a web reference to my ASP.net project. Is there a way to tell VS.Net not to generate the proxy types and instead use a specific interface? For example, if I have a class "Person", and a webservice that returns "Person" i want VS.net to use that same person ...
|
| querystring to WS | 22 Apr 2006 10:09 GMT | 1 |
I have a webservice who receive a single int parameter, but I want to pass that parameter from a html page? What do I need? because it is no so simple like it seems <href=www.mysite.com\webservice\WS.asmx?op=myMethod.... >
|
| Http to windows service | 21 Apr 2006 18:20 GMT | 2 |
I want to have clients accross the internet send information to my Windows Service (all the way to the main business appdomain) as fast as possible and with the least ammount of processing (serializing, ports etc.). Also, i want to code this as easily as possible (webservices?).
|
| Hosting a webservice in a windows service WSE 3.0 | 21 Apr 2006 16:58 GMT | 2 |
I'm aware that i can host an "asmx" based webservice in a windows service with WSE 3.0. However, i want more than that. Not just do i want to host the webservice in my windows service, but i also want my main windows service AppDomain to handle the webservice requests
|
| WSE3.0 with X.509 Certificate authentication | 21 Apr 2006 14:33 GMT | 3 |
I am trying to implement web services with WSE3.0 and X.509 Certificate authentication. I have gone through WSE quick start examples. Looks very impressive. I have couple of questions on X.509 certificates.
|
| Accessing an https webservice error as | 20 Apr 2006 22:25 GMT | 1 |
Hai, I am trying to access an java https webservice in c#,i have wrriten coding for everything to handle the security but i am getting error as Response of Type text/html expected text/xml,why am getting this error
|
| Why am I getting WSE2008: KerberosToken is expected but not present in the security header of the incoming message. | 20 Apr 2006 22:25 GMT | 7 |
I'm working with a WSE3 client and WSE3 server. I'm getting the above error when my client tries to call a Web Service method on the server. Debugging the problem, I tried using the QuickStart WSSecurityKerberos Policy sample. When I use the QuickStart sample everything works ...
|
| What certificate do i require? | 20 Apr 2006 19:17 GMT | 4 |
We have recently been looking into implementing secure web services into our ASP.NET application using the Microsoft WSE 3.0 SDK. This SDK is Microsoft's implementation of the WSI standard. We are trying to implement message layer security with X.509 certificates in WSE 3.0.
|
| Where does the client certificate come from? | 20 Apr 2006 18:57 GMT | 6 |
I would like to create a X509v3 digital certificate for testing my HelloWorldWebService. My understanding is that I need a Server certificate with a public and private key and I believe I can create one using Certificate server on Windows 2003 Server. How do I create the ...
|
| Web service parameters | 20 Apr 2006 17:33 GMT | 5 |
I am creating a web service which takes in a bulk of training text for each of two authors, along with a third bulk of anonymous text, and predicts which author is most likely to have written the anonymous text.
|
| Weird .NET folder structure? | 20 Apr 2006 17:30 GMT | 3 |
I'm new to Web Services, and whenever I create a new soltution, VS 2005 seems to REALLY want to put my solution and my code in 2 seperate locations - making source control very angry. It seems to want to put my solution file here:
|
| Single Threading a Web Service | 20 Apr 2006 16:49 GMT | 2 |
I am writing a web service to talk to a single threaded Com Componant. Is there a simple way to single thread my Web Service so the Com Object doesnt get confused? Below is a stab:
|