| Thread | Last Post | Replies |
|
| Problem with ServiceHost.Open and NT AUTHORITY\NetworkService | 31 Oct 2008 22:11 GMT | - |
I am self hosting a Web Service in a Windows service. I am trying to start the service using the NT AUTHORITY\NetworkService account. I get a NullReferenceException on ServiceHost.Open() in the ServiceBase.OnStart() method. SCM throws a 1067 error as well.
|
| consume php from .NET WS | 31 Oct 2008 18:40 GMT | - |
I have an .NET client consuming PHP SOAP service. I am getting an exception when I attempt to access the WS from the company simplicity. Could you please help. Here is the error. InnerException {"The specified type was not recognized:
|
| Calling an asynchronous web service synchronously | 31 Oct 2008 17:05 GMT | - |
I have a windows client that calls web service 1 (Broker) synchronously, web service 1 then calls web service 2 (Service) asynchronously, web service 2 sleeps its thread for 10 seconds. When I put a stopwatch on the windows client the call to web service 1 takes a fraction over ...
|
| Nested Custom Class as input parameter in web method | 31 Oct 2008 12:04 GMT | - |
I am working on a web service method while will accept custom class as array and output antoher custom class. My code is public class a public str1 as string
|
| error when calling remote component in Web Service | 31 Oct 2008 00:59 GMT | 3 |
I have a remote component hosted in console server and have a web service. Inside the web service, I have codes to configure the component System.Runtime.Remoting.RemotingConfiguration.Configure(filename) IComponent iCom = (IComponent)Activator.GetObject(typeof(Component),
|
| Microsoft Webservice Security Problem | 30 Oct 2008 23:51 GMT | 5 |
I am trying to secure a webservice using WSE 3.0 and the turnkey usernameForCertificateSecurity profile. I am passing a valid username token, and on the server I have overridden the Authenticate token call
|
| WCF and ASP.Net wsHTTPBinding Access Denied | 30 Oct 2008 18:43 GMT | 2 |
Here is my scenario for a problem I can't solve. I am hosting a 3.5 WCF service in IIS on Windows Server 2003. The service works fine with the WCF test client in Visual Studio 2008 and from an ASP.Net client hosted on my development machine in VS2008. As soon as I deploy the ASP ...
|
| Trusted Server Approach | 30 Oct 2008 15:11 GMT | - |
I have a couple of ASP.NET web-services with windows-authentication. Everything is working fine with my .Net-clients. Now I have the requirement, that these services must be usable from a java-web- application. The web-site is using form-based authentication with
|
| Doubts with returning Arraylist... | 30 Oct 2008 13:30 GMT | 2 |
Hey there... I'm having this problem...: When I receive an array of arraylists, how do I split it??? In the following example, how could I retrive the PetsKind and PetsColor
|
| HTTP POST and GET for a method with arguments by reference | 30 Oct 2008 10:04 GMT | 1 |
I did implemented the following little web service in .NET 2.0: [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [ToolboxItem(false)]
|
| Client certificate is invalid | 30 Oct 2008 05:40 GMT | 3 |
I have a WCF .NET 3.0 self-hosted service and client. Both client and server are on the same system. My service opens a secure endpoint and is configured to demand a client-side certificate:
|
| WCF DerivedToken | 29 Oct 2008 22:45 GMT | 1 |
I am trying to determine how I can use a WCF client to call a WSE 3.0 WebService but am having issues on the WCF side and hoping someone can help me out. In WSE I'm using a custom UsernameOverTransportAssertion class as my client which has the SecureMessage method overridden so ...
|
| WCF Channel connection with dual NICs | 29 Oct 2008 16:45 GMT | 1 |
When we write a WCF client to run on a machine with a single network interface card, we create a channel of type T with a statement something like this: T proxy = ChannelFactory<T>.CreateChannel(new BasicHttpBinding(), <some
|
| WCF Add Service Reference error | 29 Oct 2008 13:52 GMT | 1 |
I created a new web application, and a new WCF service application. When I try and add a service reference to the web application, the button to discover services in solution manages to find the service, but when I ok this, I get an error "Could not load type
|
| Web service Performance | 29 Oct 2008 10:53 GMT | 2 |
I recently deployed a Web Service (IIS .0 on Windows Server 2003). About 400 clients are using it to synchronize some datas from clients database to web server database, so they are calling web service methods very often. After a few hours, the replies from the server are very ...
|