| Thread | Last Post | Replies |
|
| WebService Identity- best practice? | 21 Nov 2005 17:03 GMT | 1 |
I have a web service that talks to SQL Server 2005. At present the WS uses an SQL Server login and password to connect. Is this best practice or should I be running the WS under a domain account and using Integrated Security to connect to SQL Server?
|
| Generate class from schema (VS.NET 2005) | 21 Nov 2005 16:18 GMT | 8 |
I'm sure this is possible but I just can't see how to do it. I want to add schemas to my solution and have C# classes automatically generated from them. I can see how to generate typed DataSet's with the MSDataSetGenerator custom tool. Is there something similar for simple ...
|
| List of web services? | 21 Nov 2005 10:23 GMT | 4 |
Does anyone know of a website that maintains a list of web services that can be freely consumed? I'm thinking of a project that would benefit from a web service and I'm sure there's one out there, but can't seem to locate it.
|
| Using a Class Factory to Return a Web Service | 21 Nov 2005 10:15 GMT | 1 |
Hi People, I have a question regarding Web Service and Class Factories. I have a Collection of Web Services that do specific jobs. There are about 15 in all. These services are in one VS.NET project.
|
| Sending a SoapEnvelope to a Web Service | 20 Nov 2005 15:32 GMT | 2 |
I have a SoapEnvelope object that needs to be sent to a web service. The reason I am not using something like the SoapHttpClientProtocol to invoke a method is becase I am
|
| Encryption different portions of SOAP payload with different keys | 19 Nov 2005 22:36 GMT | 1 |
Here's the scenario: * you have 1 SOAP message and you have different consumers. * Some consumers should have access to the entire message * Other consumers should have access to only a specific section of the message
|
| WSE3 RTM Help Integration with VS2005 RTM | 19 Nov 2005 04:55 GMT | 1 |
Is WSE3 help supposed to be integrated (and available) into the VS2005 help? Post WSE3 install, I can only access WSE3 help from the standalone WSE3 'Documentation' (i.e. the file referenced by the WSE3 Start Menu shortcut). Is this by design (i.e. oversight) or is there something ...
|
| dotnet remoting vs webservices | 19 Nov 2005 01:07 GMT | 4 |
anybody can send complete discription of dotnet remoting and webservice. in which situation which can be used
 Signature Virendra Chandra
|
| EstablishSecurityContext problem | 18 Nov 2005 17:00 GMT | 6 |
I was trying to assign a code-based policy to the service. It works fine. But if I add following line, the service gets failed. assertion.EstablishSecurityContext = true;
|
| Passing a collection of objects from a web service | 18 Nov 2005 16:20 GMT | 3 |
Hi. I am attempting something new in my coding and need some direction. I have a web service that I am attempting to return a custom colleciton of custom objects of a single type. When I call the web method from a client host I am getting back a
|
| deployment issue | 18 Nov 2005 16:10 GMT | 2 |
I'm having a question which concerns both implementation and deployment of webservices (coming from one our clients). Is it possible to have a webserver (in VB.NET) installed on server A, and the business layer on server B? If so, are there any articles available who
|
| document/literal/wrapped or document/literal/bare | 18 Nov 2005 13:35 GMT | 2 |
What's the general opinion on which of these to choose? I see that the SoapDocumentServiceAttribute defaults to literal/wrapped, but this article - http://msdn.microsoft.com/msdnmag/issues/05/06/ServiceStation/ - says "it
|
| WSE, SSL & Soap Binding Transport | 18 Nov 2005 10:33 GMT | 1 |
I have created a simple HelloWorld application in WSE2.0 SP3. When I browse to the endpoint url over http (e.g. http://localhost/TestService.ashx) the WSDL is fine and I can create a client proxy and call into the service. Examining the WSDL shows the
|
| WSE2.0 + SP3: empty soap:binding transport over SSL -- why? | 18 Nov 2005 10:32 GMT | 1 |
I have created a simple HelloWorld application in WSE2.0 SP3. When I browse to the endpoint url over http (e.g. http://localhost/TestService.ashx) the WSDL is fine and I can create a client proxy and call into the service. Examining the WSDL shows the
|
| Serialization of custom object? | 18 Nov 2005 01:53 GMT | 1 |
Dear sirs, I am using custom wrappers to primitive types in my classes, so I can have some flags when working with the database ("undefined" and "null") .
|