| Thread | Last Post | Replies |
|
| WSE2 Diagnostics - Tracing problem | 02 Aug 2005 17:22 GMT | 2 |
I've enabled tracing on a small "hello world" web service, and it is simply not working. No file is created, no tracing occurs. What are some common reasons this might occur? I've already checked filesystem permissions, IIS permissions...
|
| Problems in Accessing Web Serice from ASP.Net | 02 Aug 2005 15:37 GMT | 1 |
I created a Web service and add a reference to web application. I Created both applications from my local system and everythingworking perfectly. Then i was installed the Web Serice to Public Server and updated the reference to the Web Application. Now i am unable to access the web ...
|
| Using rsa-sha1 for digital signatures | 02 Aug 2005 14:39 GMT | 1 |
I want to sign a SOAP body using WSE 3.0 It looks like the algorithm chosen by default is "http://www.w3.org/2000/09/xmldsig#hmac-sha1" How do I switch this to use the agorithm
|
| Enabling WSE 2.0 sp3 doubled my memory usage | 02 Aug 2005 14:36 GMT | 3 |
Hi, I created a web service that returns a large result set - our end-game web service implementation will use WS-Policy to force a username token to be present for user authentication so I really just need WSE for that, but...
|
| debug session on a webservice does not end | 02 Aug 2005 12:59 GMT | 8 |
I have a solution that has a asp.net app project and webservice project in it When I debug the asp.net app...and then terminate it...the webservice is still live...and aspnet_wp.exe is still live w/ it. I have to end task aspnet_wp.exe in order for the webservice part of the ...
|
| complex arguments with webservice passthrough | 02 Aug 2005 11:06 GMT | 1 |
I've got an interesting way that i have to handle webservices. I cannot access the computer that i need to from outside the firewall. Therefore i have to a webservice on a webserver to act as a relay. So in other words, Client A, sends a request to webserver B, which then ...
|
| Web Service Comments | 02 Aug 2005 10:33 GMT | 3 |
How can I make the Reference.cs files that VS creates from my Web Services have the remarks tags populated with useful comments? Can this be done?
|
| xmlns attribute | 02 Aug 2005 00:50 GMT | 4 |
I am returning xml from a web service. When I look at the response, I notice that the root element has xmlns="". Why is this and how do I correct this ? (either get rid of it or fill it in). re: the web method returns an XmlDocument which I create doing the following :
|
| custom authentication with UsernameToken | 01 Aug 2005 22:45 GMT | 5 |
How do I prevent my UsernameToken from automatically being authenticated against a Windows account on the server? I want to retrieve the username and password from the UsernameToken in my webserice and authenticate using a database.
|
| WSE & .NET Newbie Help Please | 01 Aug 2005 22:44 GMT | 2 |
I'm new to .NET programming and WSE, I'd need some help to steer me in the right direction. I have a digital certificate from a partner. They are sending a SOAP XML message to me. I need to user my client certificate to decrypt the SOAP
|
| WSE 3.0 Proxy | 01 Aug 2005 22:40 GMT | 1 |
All, Little confused with WSE 3.0. I created a ASP.NET webservice using VS2005 but when I added the web reference in my web site I did not see any proxy files as I did in WSE 2.0. Is this hidden now or am I missing something?
|
| Sample Code | 01 Aug 2005 22:26 GMT | 1 |
Where can I find a good sample of WSE 3.0 ASP WebService and an ASP.NET app that calls it using VS2005?
 Signature Mike Gasperino
|
| Can we wire .Net 2.0 Datatable across webservices? | 01 Aug 2005 20:01 GMT | 3 |
I am having troubles using .Net 2.0 Datatable in webservices. Any examples to look at. Thanks
|
| XML namespaces and prefix | 01 Aug 2005 12:18 GMT | 1 |
I am trying to use xpath queries on an xmldocument passed to my web service. The document nodes have namespace prefixes. How can I programatically create an xpath query and run it assuming that the namespace and prefix could potentially change?
|
| Serialize ArrayList from C# Webservice to native ATL SOAP Client | 01 Aug 2005 03:36 GMT | 3 |
in my webservice I have a Webmethod wich returns a list of Objects to my C++ Application. C# code: public class Contact
|