| Thread | Last Post | Replies |
|
| Cannot create a test X.509 Digital Certificate for WSE 2.0 SP1 | 27 Nov 2004 00:46 GMT | 2 |
I have code that using the X.506 Digital Certificates uses the X.509 certificates that are distributed with WSE 2.0 SP1 (Server Private.pfx, etc..). The code works perfectly when using the certificates that are distributed with WSE 2.0 SP1.
|
| Portlets | 26 Nov 2004 12:45 GMT | 4 |
i'm thinking to implement an MCMS 2002 site. I have this requirement from the client: use portlet technology for inserting new services. I have no idea if mcms and asp.net could be considered "compliant" with portlet technology.
|
| Cannot connect to a web service or remotely | 26 Nov 2004 04:31 GMT | 1 |
I have a system with XP Pro, SP2 installed. I created a trival web service by going into Visual Studio and generating a VB web service. I removed the lines that comment out the hello world. In IE I enter http://localhost/mywebservice. I expected to see the information about ...
|
| Using Server.MapPath in a Webservice? | 25 Nov 2004 06:51 GMT | 2 |
Hi there, I am writing a webservice and am wanting to use Server.MapPath to get the path to some files on the server that is hosting the webservice. I am using VB.NET atm, but am learning C#, so either example will be
|
| WSE2 on Win98?????? | 25 Nov 2004 00:27 GMT | 3 |
My development machine has Win XP but my clients Pcs have Win 98 SE Is it possible for my app to use WSE2 in order to comunicate with my Wservices knowing that clients will be deployed on Win98? Ken
|
| Allowing access to a web service only via SSL | 25 Nov 2004 00:02 GMT | 1 |
I have a web service that I only want users to access via SSL. I am looking for a way to test whether the client is using https and not http. I was told that I could this with : if request.servervariables("server_port") = 443 then. But the code is in a .asmx
|
| Webservices development | 24 Nov 2004 23:25 GMT | 1 |
Is it necessary to make all files used in a webservices project available through IIS? I would like to keep the code and other development files separate from the test deployment of the project. Is this possible? If I try to only deploy those files necessary to
|
| how to return xml document from a web service | 24 Nov 2004 22:18 GMT | 4 |
I have an web service method that accept an xml document and returns a different xml document. Based on the input xml I fill a dataset with information from a database. If the dataset has rows then I need to return those rows to the consumer.
|
| Help with Web methods....please. | 24 Nov 2004 17:25 GMT | 1 |
Is it possible from a vb.net application, to pass an command object to web method in a web service. I want to be able to invoke a stored procedure remotely and get a dataset back from the webservice. The stored procedure has several parameters, so I figure if I can construct the ...
|
| Asynchronous calls to a web Service | 24 Nov 2004 16:35 GMT | 5 |
I have a C++ application that consumes a web service. I would like to call the web service asynchronously so my C++ application can do other processing in between. My proxy file does not have any asynchronous methods in it, What do I have
|
| Win9x support | 24 Nov 2004 14:09 GMT | 2 |
I know that the current release doesn't support windows Me, 9x, 95. However, is this a consideration for the next release and if so when is the next release planned. Thanks,
|
| application_start in webservices | 24 Nov 2004 00:43 GMT | 1 |
Hello...since application_start is not being called when u invoke a webservice for the first time...where r u suppose to or how r u suppose to persist "application_start" global variables? My "work" around is to launch a webform1 that starts application_start...but
|
| Cannot connect to web service on SSL | 24 Nov 2004 00:28 GMT | 1 |
I am trying to connect to a bank's web service over SSL and keep getting the "Could not establish trust relationship with remote server." error from my ASP.NET page. They bank's programmer went as far as to give me the exact code for my
|
| application communication in xml without webservices? | 24 Nov 2004 00:26 GMT | 3 |
We are trying to work out how a server application should behave and how it can communicate with other applications. Here is the scenario. A server application (c#) is responsible for being the middleman
|
| No HTTP Post/Get show in Web Services WSDL. | 24 Nov 2004 00:14 GMT | 3 |
Hello all - Bear with me during this explanation as I have run myself ragged trying to figure this one out. When I compile my web service that I'm distributing to be accessed, the WSDL sometimes has the HTTP Post/Get Methods and sometimes
|