| Thread | Last Post | Replies |
|
| Authenticate to a Web Service | 16 Jul 2008 21:12 GMT | 11 |
I have to interact with a Web Service exposed by a partner organisation. This Web Service requires that I authenticate to it before I can successfully call its methods. The partner organisation has supplied the following to me:
|
| Controlling a COM application with a .NET web service | 16 Jul 2008 20:15 GMT | 5 |
I am writing an application to control a software package (referred to from here on as "The Package") that was written in COM. I want to control this application via the web, and my design approach is to offer a web service that exposes the package's functions to an end user.
|
| Run SOAP Extension after WSE Pipeline (extensions) | 15 Jul 2008 21:36 GMT | 1 |
Hi everyone! I'm wondering if it's possible to have my custom SOAP Extension run after wse3 has processed the message (and if this makes sense)? I ask because I'm using a custom extension to perform schema validation and obviously this cannot be done when the incoming message
|
| Where to get WCF for Visual Studio 2005 | 14 Jul 2008 19:24 GMT | 5 |
OK here the big problem... My organization is not yet ready to move to .NET 3.5 and even .NET 3.0 is still seen as something "not quite stable" (don't ask me why). For those reasons the project I am working on is still based on .NET 2.0
|
| Deploy All Dependent Files | 14 Jul 2008 12:08 GMT | 3 |
I have a Visual Studio.Net solution that has several projects, one of which is a web service project. I has a reference set to a DLL which is in the same solution, but is a separate project. When I go to publish the web service, there does not seem to be an option that would ...
|
| ASP.NET access permission | 14 Jul 2008 09:40 GMT | 2 |
I have a web services application running on Windows 2000 Server. In order to create sub-folders and write files by the application, I grant the user ASP.NET having full control on my application folder. It works fine without any problem.
|
| WCF Transport Security With Certificate Client Authentication.txt | 12 Jul 2008 10:34 GMT | 2 |
I'm nearing my wits end trying to get transport security with certificate client authentication to work on a self hosted WCF service. I tried modifying the .\TechnologySamples\Basic\Binding\Basic\TransportSecurity\CS\TransportSecurity.sln
|
| WCF: Using basicHTTP user/pass authentication? | 11 Jul 2008 18:38 GMT | 1 |
I have to implement an Java Axis2 web service client in .NET WCF as well a web service to witch a Java Axis2 client will connect. I would like to provide user identification using basicHTTP user/pass authentication. Later I'll move both ends to SSL (https).
|
| XSD is missing an element | 11 Jul 2008 18:00 GMT | 3 |
I am a new to web service world. For the leaning purpose, I have created a web service in 2005 with one asmx.cs file, in this file, I have one method called GetUser() which returns a custom user object, something like
|
| Custom classes and DataContracts | 11 Jul 2008 16:08 GMT | 1 |
Here's the situation folks. I have two WCF Services, CustomerDALC and PricingDALC. I have a desktop application containing service references to both of these. This was done via the VS IDE.
|
| use Axis webservice - null ResponseObject , but trace shows valid Response | 11 Jul 2008 15:46 GMT | 1 |
I have an webservice that runs on Apache Axis version: 1.2 and a client in c#. The static wsdl is http://webservice.tecdoc.net/pegasus-1-2/wsdl/TecdocToCatWL I post a valid and get a response that seams to be correct.
|
| Publishing WCF Service to hosting provider | 11 Jul 2008 12:56 GMT | 2 |
I have developed a WCF service that I am planning to host with a service provider. After spending some time uploading the service and fiddling around with the .svc file and Web.config, I have not managed to get this to work and I am receiving a 404 page when trying access (i have ...
|
| How to log Console.WriteLine output | 10 Jul 2008 21:57 GMT | 3 |
I'm new to VS.NET 2008 and WCF development (.NET 3.5). I'm developing a WebService prototype. I would like to use Console.WriteLine (or similar) to log some information I need for future development / troubleshooting. Unfortunately I didn't figure out the way to log the output
|
| WebMethod in a Plug-in | 10 Jul 2008 08:19 GMT | 1 |
All, I have a situation where I want to expose a webmethod from a plugin that gets loaded dynamically at the startup of a windows service. The basic architecture looks like this:
|
| When calling web service by passing input xml file size > 50kb | 09 Jul 2008 22:15 GMT | 1 |
We have web services on windows 2003 server. I'm consuming one of the web service method. For that I've written VS2008 C# windows application. When I pass my input xml file to the web service method with less than 25k. web services method working fine. It it is more than 50k I'm ...
|