| Thread | Last Post | Replies |
|
| Secure Conversation doesn't work with second web service | 30 Jun 2005 13:49 GMT | 1 |
I have a solution based on Secure Conversation using a Security Context Token Service (which is just a web service) that gives out SCT's, a client program gets the issued SCT. But the problem I have is can this client then hold Secure Conversations with one or a number of other ...
|
| SoapExtension execution on clientside | 30 Jun 2005 09:41 GMT | 2 |
I have created an extension that only runs on the serverside and not on both the client and the server side. I have to in the BeforeDeSerialize fix my dateTime so the deserialisation dosent destroy my time when using timezone.
|
| Generate Proxy or Server Side stub Problem | 30 Jun 2005 09:23 GMT | 2 |
Its easy for us to use the wdsl.exe to generate a proxy or server side stub from the .wsdl file. but when .wdsl file its not just one file, it import another .wdsl file and schema file, the wsdl.exe cannot generate any outcome.
|
| Post to Webservice returns error | 30 Jun 2005 08:17 GMT | 3 |
When I try to test a (even supersimple) WebService on my developer PC with the vs.net buildin tools, (and they use POST for submiting), I get the following error: Path 'POST' is forbidden.
|
| WSE3 Transport Independence On Consumer-Side | 29 Jun 2005 17:10 GMT | 1 |
It appears in WSE3 that you can take your ASMX Web service (System.Web.Services.WebService subclass) and host it outside of IIS and call it over TCP/IP. To achieve transport independence on the consumer-side, however, you're still going to need a class deriving
|
| dynamic creation of web service proxy... | 29 Jun 2005 16:14 GMT | 7 |
I know this has probably been asked a lot but I can't find any good exmaples so.... Can anyone give some url's to C# code that dynaimcally generates a web service proxy at runtime?
|
| Web Services as Data Access Layer ? (Your thoughts please) | 29 Jun 2005 14:01 GMT | 4 |
I am new to web services. AFAIK, the advantages of using web services are : interoperable, easy integration and reuse, text based protocols and data formats - SOAP,WSDL,XML. Also, I read this article:
|
| WS-Coordination in WSE 3.0 or Indigo | 29 Jun 2005 13:56 GMT | 2 |
I read someplace that WSE 3.0 will be compatible with Indigo. Will WSE 3.0 support WS-Coordination (at least WS-AtomicTransactions )? Santos
|
| Anyidea how to convert .wsdl file to a .asmx file | 29 Jun 2005 13:04 GMT | 1 |
Anyone have idea on how to convert .wsdl file to a .asmx file? Thanks
 Signature Can You?You Can.
|
| Server 2003 SP1/IIS 6.0 Installation Problem | 29 Jun 2005 03:19 GMT | 1 |
On one of our servers, I am trying to install IIS 6.0 and ASP.NET. During the installation process, all files appear to copy fine but when the progress bar gets to the Installing IIS portion, I receive a few messages stating that the files could not register properly in the web ...
|
| HttpWebRequest TimeOut On an Https channel while posting data | 28 Jun 2005 13:07 GMT | 1 |
When I'm uploading an file to a JRun WebServer (third party) with a Windows Forms application, l always get an TimeOut while uploading, all other request who doesn't request an post are going ok? Why? I've tried almost everything. I also tried the KB888528 solution but this also ...
|
| Error on inet call | 28 Jun 2005 10:48 GMT | 1 |
when I call my webservice from local it works fine. But, when I copy it to the web site and call it then, the following error occurs. I have no idea :(. System.Web.Services.Protocols.SoapException: Server did not recognize
|
| WeblogProxy namespace | 27 Jun 2005 20:54 GMT | 1 |
I am looking at the following article in regards to WSE2.0. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwse/html/wsse cdrill.asp The very first example uses a WeblogProxy class. When I try to use this, the class is nowhere to be found. I've been searching for ...
|
| Cannot add WS with both user/password/domain and a certificate (C#, WSE 2.0sp3, VS2003) | 27 Jun 2005 17:54 GMT | 2 |
When I try to add a web reference to a secure WS, which has both user/password/domain authentication and a certificate authentication it does not work. I am prompted for the password again and again and again. I know I have supplied the correct password and if I press cancel, the ...
|
| Error - proxy name could not be resolved? | 27 Jun 2005 16:27 GMT | 1 |
I am trying to call a web service on the same machine (as the client code) through a dotnet client and I get the following error. "The underlying connection was closed: The proxy name could not be resolved, verify correct proxy configuration"
|