| Thread | Last Post | Replies |
|
| Microsoft.Web.Services2.Security.X509.X509Certificate contructor | 31 Aug 2005 22:10 GMT | 1 |
I am passing in a byte array, but the wrong method is getting invoked. However if I initialize the array manually it calls the right one! Object reference not set to an instance of an object. at
|
| wse ap.config | 31 Aug 2005 21:09 GMT | 3 |
put this in my app.config, nut still cannot add large attatchments, is there a trick or something to get the app.config read? <?xml version="1.0" encoding="utf-8"?> <configuration>
|
| Problem installing WSE 3.0 Beta | 31 Aug 2005 20:14 GMT | 2 |
I just tried to install the WSE 3.0 Beta. I have VS2005 beta 2 installed. The installation is on WinXP Pro. The error I am receiving is: Product: Microsoft WSE 3.0 -- Error 1722.There is a problem with this
|
| AfterSerialize firing twice?? | 31 Aug 2005 18:14 GMT | 1 |
We have a web service that's been returning a SoapException stating that 'Object reference not set to an instance of an object.'. Unfortunately, it's only doing it in one particular environment. We set up a SoapExtension to trace the messages, ala information at this article ...
|
| Hidden process started by web method | 31 Aug 2005 17:44 GMT | 1 |
Good Morning and Happy Wednesday! I've got a web service that exposes a method that takes an string input parameter that specifies an executable on the server that starts a process. These processes
|
| Web Srevice develop | 31 Aug 2005 17:42 GMT | 1 |
I need to develop a webservice to send xml files with a user account and password. Actually, I'm using ASP, but I don't know what do I need to do this. Please, can somebody help me, and tell me what do I need.
|
| Webservice cooperating with any database. | 31 Aug 2005 17:21 GMT | 1 |
I want to connect my webservice with any opensource database under .NET platform (After this I want to move this into MONO platform). How to start with this? Which database will be best?
|
| Authentication when calling a webservice method over Internet | 31 Aug 2005 17:09 GMT | 1 |
i all, I have a web service in a Windows 2003 Server machine and ASP.NET 2.0. The website has windows integrated security so that, in order to allow domain users to connect to it, I add permissions using Front Page Server extensions.
|
| Deployment of WebService with MSI | 31 Aug 2005 16:58 GMT | 1 |
I have created a Web Setup and Deployment project for my web service and I have two questions that I can't seem to resolve. Please help. 1. The file System editor puts everything under the inetpub directory. Is there any way for me to change this directory? I would like to put ...
|
| Deploying WSE based web service on test server | 31 Aug 2005 16:23 GMT | 1 |
I have 2 web services, "client_side" and "server_side". Both have a reference to WSE 2.0 SP 3. One of the functions is to transfer files between the server and the client. I developed both web services on my development machine and they work great.
|
| Session state handling | 31 Aug 2005 15:12 GMT | 1 |
I'm making a webservice that will be used by a pocketpc app. I want to be able to keep an instance of some things (there are 2 collections and possibly a database connection). Is there a way to keep the state of the server? So that these collections
|
| X509 certificate distribution, storage and exiry alert | 31 Aug 2005 10:50 GMT | 1 |
Hi, does Microsoft provide any recommendation on how to distribute X509 certificate? Reason I'm asking is that server has to send the client its public key before client can send an encrypted request to the server, so we have to
|
| securityTokenManager loading X509 certificate | 31 Aug 2005 08:43 GMT | 1 |
Hi, I'd like to store X509 cetificates in a central location (file server, database, etc), and load them when needed, is it practical ? and in term of implementation, can this be achieved by subclass 'securityTokenManager'? has anyone done something similar and shed some lights on ...
|
| How to customize the XML error message? | 30 Aug 2005 19:01 GMT | 3 |
Hi all.... When I explicitly throw an exception from my Web Service, this XML is sent: <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
|
| Database Connection and Session State | 30 Aug 2005 17:58 GMT | 2 |
I have a web service that reads its web.config file to connect to an Oracle database. There are a number of methods in this socalled BACKBONE that either send inforomation to or from the database. That works great. I have the INTERFACE which is what the user sees. When the page ...
|