| Thread | Last Post | Replies |
|
| Server Error 5 | 29 Nov 2005 14:58 GMT | 1 |
I'm getting an error when opening a web site in front page. Server Error: Error 5 opeing regisrty key "software\classes\.application". It may have something to do with ASP Client. Where in IIS can this be resolved?
|
| 2-way communications | 29 Nov 2005 12:49 GMT | 2 |
Is it possible for a web service solution to enable full 2-way communications e.g Have the client contact the server to send information at anytime Have the server contact the client to give it instructions at anytime
|
| Get the current SecurityToken i a WebMethod | 29 Nov 2005 01:08 GMT | 4 |
How do I get the current SecurityToken in a WebMethod? Thanks Henrik.
|
| How to run a dll at client machine? | 28 Nov 2005 22:35 GMT | 1 |
Am desigining web application and I have a dll that perform operations on excel object, how can i run this dll on the client machine so it uses the clients' excel in its operations ? how can i download this dll on the clients machine and run it ?
|
| Best place to use AND how to validate a Version | 28 Nov 2005 20:12 GMT | 10 |
I am using the "contract first" design methodology. Contract First is design the WSDL first then design the server and client. However I must design my XSD/XML Schema before anything. I am developing my schema now. I have a version on my schema. However once
|
| unable to create interop services for bits.idl file | 28 Nov 2005 16:09 GMT | 1 |
I have come to know that bits is a concept being used for data transfer over the internet. I want to use this technology in my vb.net application. for this i tried to convert the 'BITS.IDL' file to .net compitable code using the
|
| Web service client proxy returns null instead of response | 28 Nov 2005 14:22 GMT | 1 |
Slightly different situation from the question of the 11/18/05 but the same error. (I'm just learning about web services so this is based on a 'quick tutorial') I'm running a web service using Axis and want to consume it with a .NET
|
| WSE 2.0 SP3 and .NET Framework 2.0 | 28 Nov 2005 12:05 GMT | 5 |
I want to build a web service using .NET Framework 2.0 that implements the WS-* specs that were current when WSE 2.0 SP3 was released. In other words, I want to interoperate with clients that use WSE 2.0 SP3 but develop my services with Whidbey.
|
| Algorithm for Generating KeyIdentifier | 28 Nov 2005 11:53 GMT | 5 |
Using the UsernameForCertificate example provided with WSE 3.0, the XML request generated by the client had this: <wsse:KeyIdentifier ValueType="http://docs.oasis-open.org/wss/oasis-wss-soap-message-security-1.1#ThumbprintSHA1"
|
| Web service references - Namespace problem | 28 Nov 2005 09:58 GMT | 2 |
I have created a website using .NET Framework 2.0 with some web services that share the same object model (defined in the App_Code). When adding web references to these web services from a web application, they assume the same namespace and I have no problem passing objects ...
|
| Problem in securing webmethod Wse 2.0 sp3 | 28 Nov 2005 06:22 GMT | 2 |
I am trying to implement webservice security , with x509 tokens, By signing the message with x509 tokens and encrypting them, the performance of the websvc becomes poor. I want to implement it for specific methods..
|
| Soap Faults | 26 Nov 2005 20:08 GMT | 3 |
Does .Net generate the classes for Faults when they are specified in the WSDL. I tried defining them and then generating a proxy, and it did not appear to do it. On the Java side it did generate the class and the ability to serialize that
|
| proxy authentication | 25 Nov 2005 15:43 GMT | 2 |
We have a problem accessing a web service hosted on a server on our local network through an proxy server which is also part of the local network. Our administrator set up the proxy for myself and collegue so that it required authentication. He can access the web service (written ...
|
| Transport large binary file from Window client application to Web Server & back | 25 Nov 2005 14:06 GMT | 2 |
I need some help for the below problem: Scenario We need to send large binary files (audio file of about 10 MB or so) from the client machine (.Net Windows based application, located
|
| Web service security - .NET 2.0 | 25 Nov 2005 00:52 GMT | 4 |
I have a set up where a windows client connects to a web service to retrieve a license file. The client is a consumer product which is beeing distributed to multiple locations. 1) I would like to restrict the web service so it only can be called from my
|