| Thread | Last Post | Replies |
|
| List All Websevice | 02 May 2006 09:36 GMT | 1 |
If a Url is given i want to list all the Webservices available in that server. Is it possible?. Thanks in Advance, Prakash.V
|
| How to determine encodingStyle in SoapExtension SoapClientMessage? | 02 May 2006 02:08 GMT | 3 |
Can anyone tell me how to access the encodingStyle in a client from a SoapExtension? In particular, I'd like to know the style in SoapClientMessage in the SoapMessageStage.BeforeSerialize. I'm trying to determine if the message encodingStyle is document/literal or
|
| IIS not working | 01 May 2006 19:44 GMT | 1 |
I have installed the IIS on XP professional ,everytime i try to create a new web application it gives an error sayin that the web server is not started..... I have tried a lot of things....
|
| Generate .vb/.cs class file from a .dll/.COMPILED file of a web se | 01 May 2006 12:15 GMT | 1 |
Its a web service(.asmx) precompiled dll. I used wsdl tool, but that only generates wrapper code. I have access to .asmx file which links to the dll (no code inside it). I need to look in what the service is doing, its methods, code written for each method etc.
|
| actively resetting cache of web a method | 01 May 2006 11:57 GMT | 1 |
I am trying to reset the cache of a web method from code like this: [WebMethod(CacheDuration=100)] public DateTime TheTime() {
|
| Case-study with WSE 3.0 | 01 May 2006 08:43 GMT | 1 |
Hi all, I'm writing a Web service and face with this problem: The client must send it's Certificate to server so that the server can check whether client can get data or not.
|
| Limit on the size of SOAP messages? | 01 May 2006 06:54 GMT | 4 |
I am creating a Windows Forms client app working in conjunction with Web Services on our Windows 2003 server, for remote file acess. (The files are serialized into byte[] objects for file xfer in the Web Services messages on the up/down directions.) During testing today, I ...
|
| How to compress a soap message? | 01 May 2006 01:56 GMT | 4 |
Is there a way that I can compress my binary data inside my soap message? Thanks
|