| Thread | Last Post | Replies |
|
| hexadecimal value 0x00, is an invalid character error | 27 Oct 2005 23:16 GMT | 6 |
I am getting the following error message when I try and send an XML sting to a web service, I read somewhere that most web services prefer ascii and some throw errors when using unicode so I have changed the encoding but still cant get rid of the error.
|
| About WinHttpCertCfg | 27 Oct 2005 20:16 GMT | 4 |
Is there a similar tool to WinHttpCertCfg for win2k? Any clue will be appreciated. Peter
|
| multiple web services in a WSDL | 27 Oct 2005 17:22 GMT | 4 |
Anybody know how to get multiple web services into a single .wsdl file, using .Net? We want to do it like the MapPoint web service does it [but I do not think that's written in .Net].
|
| Serialization | 27 Oct 2005 17:02 GMT | 1 |
I'd like to have a [Web Method] that return an object which contanis an Hashtable. How could I serialize classes by myself so that I can add the web reference without have an exception? Thanks in advance, Luca
|
| Webservice | 27 Oct 2005 16:14 GMT | 3 |
Hi I am trying to convince my manager to buy a seperate server for webservices, however I am having real trouble convincing him of the business benefits. My arguments are based on the following
|
| WSE 2.0 Help...How to check Encrypted Message | 27 Oct 2005 11:28 GMT | 1 |
I am new to WSe 2.0 . I am using WSE 2.0 SP3 to digitally sign and encrypt SOAP messages. I have used policy file uisng UserToken. It is not giving me any error But I want to check whether it is working correct way Or not?
|
| System.Net.WebException: The underlying connection was closed: | 27 Oct 2005 08:55 GMT | 1 |
Team, From a windows service, we consume a web service on another server and occasionally receive System.Net.WebException: The underlying connection was closed:. For some clients we call, we do not see this as we ran into this
|
| Implementing Interface in the Proxy Class | 27 Oct 2005 08:07 GMT | 5 |
I have a webservice and I add a web reference from my web project. I want the proxy class to implements an Interface, but I didn't find the source code of the proxy class and I don't want to create a Wrapper for the proxy.
|
| WSDL.exe vs. "Add Web Reference" | 27 Oct 2005 01:49 GMT | 5 |
I used WSDL.exe to generate a client side web proxy for a web service, called the web service, got the results but an array returned by the web service is not in the results. However if I use "Add Web Reference" for the same service the same function
|
| HttpWebRequest and "The operation has timed-out" | 26 Oct 2005 22:34 GMT | 1 |
I have an ASP.NET 1.1 app running on Windows XP SP2 that is requesting information from a WebService which works just fine. Another part of the app is doing a server-side post to antoher system using HttpWebRequest. Code as follows:
|
| Null object from valid response - Namespace issue? | 26 Oct 2005 14:53 GMT | 2 |
I'm trying to fix a web service client which has been implemented in a dailywtf worthy manner. I've decided to rip all the old code out and start again from the proxy generated by wsdl.exe. I've immediately run up against the same problem that spawned the original,
|
| X509 Certificate Help | 26 Oct 2005 11:45 GMT | 5 |
I have little confusion about using X509 Certificates. I work with Signing of SOAP Message with Private Key (.PFX) having stored at Root Store in Current user at Client Side and Public Key (.CER) at Local Machine Root Store at Server Side it works. But I have problem when doing ...
|
| Storage of Client Certificates | 26 Oct 2005 11:21 GMT | 11 |
If I have 5,000 users of my web service, I need to have 5,000 public keys in my server's Certificate Store?
|
| Check Web Service Availability | 26 Oct 2005 08:52 GMT | 2 |
I'm looking for a way to check Web Serivce availability before I call web method from my application. My application does know the URL to the Web Service. Please advise.
|
| WSE 3 Oct - username over transport | 26 Oct 2005 08:51 GMT | 2 |
Hi group I am using WSE 3 Oct CTP and the username over transport assertion. I created a Webservice and the corresponding proxy. Both decorated with i the Policy attribute where I defined the policy (UserNameOverTransport).
|