| Thread | Last Post | Replies |
|
| Can a remote object be a WebService as well? | 07 Sep 2004 06:34 GMT | 2 |
Can a Remote object be a WebService as well? i want to able to connect to a remote object either using .NET remoting and HTTP\SOAP so I wonder if I can create a singleton(statefull) object hosted in IIS
|
| WSDL problem for a SOAP web service | 06 Sep 2004 20:40 GMT | 1 |
Hi NG, I've got this annoying problem: On the server's side there's an Apache w/ PHP running. I wrote a kind of "bare bones" SOAP implementation, though meeting the SOAP specs. Afaics
|
| challenge/respons in WSE 2.0 (WS-Trust) | 06 Sep 2004 20:33 GMT | 2 |
WS-Trust defines a syntax for performing challenges. An example: Client sends <RequestSecurityToken> Server sends <SignChallenge>
|
| any clickable control | 06 Sep 2004 19:09 GMT | 1 |
Is there a webcontrol or an htmlcontrol available that does a postback on a onclick but is more generic that a button? For example I would like to be able to postback when I click on a div, or on a table cell. I found out that I cannot use the HTMLGenericControl as it does not have ...
|
| Problem when switching from SoapClient to WebServicesClientProtocol | 06 Sep 2004 16:18 GMT | 6 |
I have a working C# class library that acts as a soap client. It was implemented by extending the SoapClient object which gave me full control over the formatting of the soap body: public class InventoryProxy : SoapClient
|
| Switching SoapClient -> WebServicesClientProtocol (WSE 2.0 SP1) | 06 Sep 2004 16:13 GMT | 4 |
All, I have a webservice proxy class which I would like to use with WSE 2.0 SP1. Thus I switched the base class from SoapClient to WebServicesClientProtocol. Now I'm not able
|
| Encrypting the response | 06 Sep 2004 16:12 GMT | 1 |
Looks like it should be fairly simple from the example provided with WSE 2 install. I get an error on the last line. Retrieve the signing token OK. It's definitley not nothing. Anything I am doing wrong. -- IN THE WEB METHOD
|
| Deploying a web service | 06 Sep 2004 14:43 GMT | 1 |
I want to develop a web service on our development server and then deploy it to the production server when it is finished. (The production server does not have Visual Studio installed) Is this possible ?
|
| Microsoft.Web.Services2.xml | 05 Sep 2004 14:02 GMT | 3 |
Hi, is there Microsoft.Web.Services2.xml help file?
|
| Process Running under Wrong Credentials | 04 Sep 2004 01:49 GMT | 1 |
I have a web service that launches Winword. (I know that MS does not recommend this, but I think I've worked around most of the potential problems.) Anyhow, my problem is this: when word tries to print, I get an error that
|
| Result xsi:type | 03 Sep 2004 19:07 GMT | 1 |
I'm using .NET Webservices and have a WebMethod that returns a integer. In the returning XML the returnvalue comes like this: <MyMethodResult>123</MyMethodResult> Is it possible to have .NET creating the result look like this instead?
|
| trying to use custom wsdl - .Net 1.1 | 03 Sep 2004 16:35 GMT | 1 |
Everything I read says to use the following in the web.config system web section <webServices> <protocols>
|
| Hands-On Labs | 03 Sep 2004 09:09 GMT | 1 |
I have just finished reading the MS Hand-On Labs (Manuals) #33(Messaging) and #34(Security), being very pleased with the material. They were mentioned in some of the discussions here, that's how I got them in the first place. I wander if another HOL manuals of
|
| ASP not running? | 03 Sep 2004 04:51 GMT | 3 |
I am trying to start a new project creating WebService on a server. When I try to "create new project" I get a message "VS.NET detected that the specified Web server is not running ASP.NET version 1.1" Server definitely has ASP.NET 1.1 installed - I ran the installation
|
| XmlDataDocument over WebService in C# | 03 Sep 2004 00:37 GMT | 4 |
On the server I code the following web service: [WebMethod()] [return: XmlElement(typeof(Items[]))] public XmlDataDocument GetTypedXmlDataDocument()
|