| Thread | Last Post | Replies |
|
| how to change url for webservice | 01 Sep 2006 23:26 GMT | 2 |
I have an app I developed and tested everything using one url provided to me. Now the web service people came back and told me they changed the url. How can I change the code to reflect the new url without major change to my code. I have the url in my config file so I can change the
|
| X509MutualCertSecurity with manual Assertion Config | 01 Sep 2006 22:32 GMT | 3 |
I'm wanting to configure X509MutualCertificateSecurity manually from a client but not sure how to get the Assertion started. Basically I have an assembly (the Client side of this request) that can be called by mulitple users. They will pass in their ID, which the assembly will ...
|
| Passing an [in] parameter to an asp.net web service | 01 Sep 2006 19:02 GMT | 1 |
Consider a class that I need to serialize and send over the wire. On the receiving end, the serialization bytes have to be re-constructed to form the object. The mentioned class has got some member variables and one or more constructors.
|
| two webservice proxies | 01 Sep 2006 17:39 GMT | 2 |
I was given a web service url and to develop client side code. When I add the web references, in the reference.cs I look at it, it has 2 proxy classes. First one is proxywse and second one is proxy (see only wse difference). The first class has new methods I need and the second
|
| Web Service not available through POST | 01 Sep 2006 15:35 GMT | 1 |
The initial problem I had is that my web service created by C# .NET 2.0 does not expose my methods through POST, only SOAP 1.1 and SOAP 1.2. Of course the first thing that came to mind was to change the web.config to add those protocols, but I noticed that this had no
|
| Obfuscating attribute from WSDL. | 01 Sep 2006 12:19 GMT | 2 |
I have simple web method in a web service that is returning a data of a user defined type. When I refer to this web service from my client application, I can see this user defined type appearing as a complex type data type inside the WSDL file. The user defined type is an entity ...
|
| Could not establish secure channel for SSL/TLS error | 01 Sep 2006 01:44 GMT | 3 |
I'm connecting to a web service on a (ssl) secure server. I invoke the same webmethod that takes an array of strings as a parameter. If the array is small, (1 or 2 in length), the call succeeds, but if the array is large (say 30+), the call takes longer to complete, and while the ...
|
| Consuming WebService using SSL and Authenticated with X509 Certifi | 01 Sep 2006 01:11 GMT | 2 |
My company has a Webservice that is currently running in production. It is secured using SSL and clients are authenticated using X509 certificates. I am able to consume the Webservice methods in a Framework 2.0 c# Forms based application where I instantiate the X509 Certificate ...
|
| Webmethod is sometimes executed twice after one request | 01 Sep 2006 01:05 GMT | 3 |
I have hosted my webservice at a hosting company and it has been working fine for 2 years now. The webservice is called by winforms clients over the internet, using the proxy class generated by visual studio. What I do not understand, however, is that sometimes (say 1% of all ...
|