| Thread | Last Post | Replies |
|
| Cannot singlestep into webservice to debug it | 16 Jan 2006 12:31 GMT | 5 |
I have a windows client communicating with a webservice (distributed application). I use C# in vs 2005 The webservice contains a number of web methods. I need to set a breakpoint in the windows client and then single step into the webservice and web
|
| Could not establish secure channel for SSL/TLS | 16 Jan 2006 09:50 GMT | 1 |
This error will appear intermittently and seemingly for no reason when my Web service tries to contact another Web service over the Internet using SSL. I'd say about 80-90% of all the requests work without a problem. The last 10-20% result in timeouts or this "Could not establish ...
|
| SoapExtension and Web Service Validation | 15 Jan 2006 17:07 GMT | 2 |
I'm looking for information considering SoapExtensions which can be used, if I understood rigth to validate parameters that comes to Web Service method. Does anyone kone any sample code or documentation
|
| SOA vs SODA ? | 15 Jan 2006 16:35 GMT | 1 |
Can someone explain the difference between Service Oriented Architecture and Service-oriented Development of Applications .... SOA vs SODA... I guess I understand what SOA is but not SODA
|
| WSE 2.0 SP2 - TimeZone, "Message Expired" | 14 Jan 2006 23:11 GMT | 7 |
When I change TimeZone (emulating a user on the other side of the globe) my webservice returns following exception: Microsoft.Web.Services2.Security.SecurityFault Message: "Message Expired"
|
| Error: Security requirements are not satisfied because... | 14 Jan 2006 21:17 GMT | 1 |
I am using Usernametoken authentication with WSE 3.0 to check the user credentials against the database, but I am getting the following error message Security requirements are not satisfied because the security header is not present in the incoming message
|
| Connection SQL server | 14 Jan 2006 20:14 GMT | 1 |
I wnated to write a connection to my SQL server, but I got fail. The folowing is my code. Can you please tell me where I am wrong? <%
|
| Multiple asmx with same datatype causes multiple namespaces in vs2 | 14 Jan 2006 18:56 GMT | 1 |
Here's the scenario: - Created a web service project - Added 2 services (asmx files) - Created a custom entity ("Customer")
|
| good simple tutorial on wsdl/xml schema ? | 13 Jan 2006 22:19 GMT | 1 |
I'm just looking for a good simple tutorial on how to figure out what types to pass from my perl soap client module to the service. Figuring out what all the xml name
|
| WSE2 to WSE3, what to do with the pipeline ? | 13 Jan 2006 19:11 GMT | 15 |
I'm converting an app from WSE2 to WSE3. The WSE2 app contains the following code for 4 different Web services; service.Pipeline.OutputFilters.Add(OutputFilter); service.Pipeline.InputFilters.Add(InputFilter);
|
| username from soap context | 13 Jan 2006 14:09 GMT | 1 |
Inside a webmethod I want to retrieve the username from the UsernameToken that is contained in the current SoapContext. With WSE2.0 I could use the SoapContext.Security member. However with WSE3.0 this property becomes obsolete. Is there an alternative way to retrieve the current ...
|
| samples for custom security token usage | 13 Jan 2006 14:07 GMT | 1 |
Both the clientapplication and the webservice are written by me. I do not want to burden my customers with handling X509 certificates. The solution is then either to use SSL, or use the UsernameToken as encryption key, or use a custom security token. Since SoapContext.Security ...
|
| WSE 3.0 custom security token sample? | 13 Jan 2006 11:50 GMT | 5 |
The WSE 3.0 documentation references a CustomXmlSecurityToken "QuickStart Samples" sample, which is not to befound? Would it be the same as the one with WSE 2.0 (assuming the sample is included with 2.0), or is there another way?
|
| HTTP 404 error | 13 Jan 2006 09:15 GMT | 5 |
I am able to successfully build and test a ASP.NET 2.0 Web Service on my local machine. However, when I deploy it to a test server I am getting an HTTP 404 error stating that the page or file cannot be found. Is there some IIS setting for this that I need to know about?
|
| Setting up a .Net web services on SBS 2003 | 12 Jan 2006 20:39 GMT | 7 |
I have created a web server to access a SQL sever database. The web server works fine on my XP machine but when I tried to set it up on the 2003 server
|