| Thread | Last Post | Replies |
|
| Roles from Policy | 19 Aug 2004 13:27 GMT | 2 |
Is there some way that I can retrieve the roles of my webservice in my custom UsernameTokenManager from policy? I defined all the roles in policy and I can retrieve all the roles that the person is in who is calling the webservice. Now I'd like to know which roles
|
| WEB Service access to Windows Service | 18 Aug 2004 18:38 GMT | 3 |
I am trying to control a Windows Service via a Web Service interface. (I am developing in .NET2003) I am using the ServiceController object which allows me to read the state of the services with no problems. However, I am not able to start or stop the service unless I go
|
| Webservice Namespace | 18 Aug 2004 05:08 GMT | 3 |
My web service resides at http://www.mydomain.com/staff/staffws/StaffWS.asmx. The web method itself is called GetStaffDiary(). What is the namespace I should use at the top of the web service?
|
| Simple ftp service | 18 Aug 2004 01:16 GMT | 1 |
I have following simple ftpService class with a method download. When I run the class not as a web service it works fine. But when I run the class as a web service the FtpGetFile() method fails.
|
| WebService proxy does not generate methods for a class, only properties. | 18 Aug 2004 01:07 GMT | 1 |
I have a web service, which has a reference to a class. I want to be able to accept this class as a parameter to my web service method. When the consumer consumes the web service, proxy class is created. This proxy has my class but for some reason it does not generate methods, only ...
|
| remotely testing a web service | 18 Aug 2004 01:04 GMT | 1 |
What do I need to do to be able to remotely test a web service? Right now I can only test on a local machine. Cheers, Matthew
|
| SoapException....setting the "code" property.... | 17 Aug 2004 23:06 GMT | 1 |
I'm trying to set the "code" property on a generated SOAP exception based on what happened in the webservice....basicly if the client sends in bad data I need to indicate in the SoapException that it was the "clients" fault not the server (this will help with debugging)....so I have ...
|
| Passing Complex Objects to/from a Web Service | 17 Aug 2004 21:57 GMT | 2 |
Can someone help me here. I'm having trouble finding details on how complex objects (eg. an object created in a code behind page that has imbedded object references, collections etc imbedded in it) can be sent via SOAP / HTTP to and from
|
| writing an IE plugin in .NET? | 17 Aug 2004 17:47 GMT | 2 |
I'm trying to figure out a way to write an IE plugin in .NET. I need something that runs on the client side not the server side for a number of reasons. For example, one of the jobs this plugin will do is check to see if the server is up ... difficult if the object itself is ...
|
| Error calling web service | 17 Aug 2004 14:08 GMT | 4 |
My first web service seems to be OK as I can put its url in explorer and can use the invoke button to view the returned data as xml. The problem comes when I call it form a client app using; Dim ws As New localhost.StaffWS
|
| Http Webservice without Webserver | 17 Aug 2004 14:03 GMT | 3 |
I've built a Windows-Service application and want to expose its configuration interface via Webservices. My question is: Is it possible to create a HTTP Webservice (not tcp!) with WSE 2.0 SP1 that is hosted in a windows service?
|
| Crystal Report from an XML Webservice | 17 Aug 2004 12:13 GMT | 3 |
I've been stuck on a problem now for ages and i'm about ready to pack my project in because of it lol. OK here is my scenario. I have an existing Crystal Report, which I have added to my solution and
|
| calling a webservice from an aspx page | 16 Aug 2004 19:17 GMT | 3 |
I created a simple webservice. Now I would like to call it from an aspx page. I tried the following code, but I keep getting a remote server error. When I try to access the webservice directly (http://localhost/webserviceTest/Service1.asmx/Hello), I also get an error:
|
| WSE2 Policy problem | 14 Aug 2004 16:19 GMT | 1 |
I tried to set up the Policy example from the Hands on Labs, and now I'm trying to set up another policy, and I keep getting stuck when it's time to select the X509 Certificate. I get through setting up the uri, adding roles just fine, and when I
|
| Hardware Recommendations | 14 Aug 2004 13:55 GMT | 1 |
Any one has any hardware recommendations for a IIS running asp.net pages for about 30-50 concurrent users?
|