| Thread | Last Post | Replies |
|
| Can I start a web service before anyone connects? | 10 May 2006 01:03 GMT | 4 |
I am new to web services, and wonder if it is possible to have a web service run all time and start the constructor before anyone calls any web method. My problem is that a lot of data is read in the constructor, and if this is to be loaded every time somebody calls a
|
| Someone... put me out of my misery | 09 May 2006 23:56 GMT | 1 |
Is there an example of how to make a web service which supplies data to a windows form for manipulating in .NET 2.0? I just want to do the normal stuff (fill a combo box with a list, change data in a datagridview, etc). The trouble is that there are lots of examples which show ...
|
| Initial Client Delay with DHCP | 09 May 2006 23:36 GMT | 2 |
I have converted a .Net 1.0 application to .Net 2.0 and the web service invocations have delay of around 10seconds on each intial access. After the first access subsequent access are fast (After a whild of inactivity the next access will be slow agian). Changing the client to ...
|
| WSE 2 and PocketPC | 09 May 2006 21:57 GMT | 2 |
I know that Microsoft does not support WSE for PocketPC, but I was wondering if someone created some sort of library for it. I don't need full functionallity (actually really small part, since I generally use only UsernameToken to sign a message).
|
| Long running web method. | 09 May 2006 18:18 GMT | 1 |
I want to clarify one thing regarding running long running web method asynchronously. I am having one web method with is executing one stored procedure. This stored procedure is long running may be taking couple of hours.
|
| UniqueID | 09 May 2006 17:05 GMT | 4 |
Does anyone know how ASP .net creates session IDs? I heard ASP classic used to use a GUID but those were too predictable and made it easy for people to guess the next ID in the sequence, and that ASP .net uses a newer technique instead.
|
| WSE 3.0 ProcessMessage(SoapEnvelope envelope) | 09 May 2006 07:29 GMT | 2 |
Hi friends.. When I was worked with WSE 2.0, I had retrevied the Usernametoken from the ProcessMessage(SoapEnvelope envelope) by using following method public UsernameToken GetSigningToken(SoapEnvelope envelope)
|
| Non IIS hosted webservice | 09 May 2006 05:48 GMT | 3 |
If I were to write an application hosted webservice (ie a webservice that is contained wholly within the application) what sort of .NET technology would I use? I am writing an application that has a GUI and allows an remote application to send messages to it via web service ...
|
| How can I get the current username inside my WebMethod | 09 May 2006 04:00 GMT | 1 |
I am using WSE 3.0 to secure my web service when the client send the credentials the webservice accept the client can access to each method I want to know how can I get the current username inside my WebMethod
|
| Add Web Reference - getting HTTP Server error 500 | 09 May 2006 01:49 GMT | 1 |
I defined a ns.wsdl file on my openBSD server running Apache 1.3.29. I already know Apache works fine on the server. When I enter the URL of http://..IPaddress../cgi-bin/ns.wsdl in the text box for the "Add Web Reference" wizard, I get an Internal Server Error 500 window ...
|
| DIME Message and compression | 08 May 2006 17:04 GMT | 1 |
I have developmed a WSE 2.0 enabled web service which accepts a soap message with a DIME attachment. Everything works fine ,I know that in my soap request attachment would be outside of soap envlope and does not inflate it as (base 64) does when it comes to binay data.My question ...
|
| Returning a large amount of records | 07 May 2006 11:59 GMT | 3 |
Consider an ASP.NET web service that's supposed to do our business logic, as well as persisintg data in a given database layer. The web service in question is supposed to return million of thousands of records as a named-dataset. By named-dataset I mean a dataset that has
|
| SOAP HEADER | 06 May 2006 13:36 GMT | 3 |
Hi I consume a webservice in C# and want to send the user name and password in the SOAP header. I will really appreciate some help or an example
|
| Cheap .NET hosting?? | 06 May 2006 02:57 GMT | 10 |
Anyone know of any cheap(ish) Web hosting packages out there for hosting .NET web services? Thanks for any tips! David
|
| Debugging OneWay Web methods | 05 May 2006 20:43 GMT | 1 |
Folks, I have a Web service with the two possible types of methods - OneWay and Request/Response. The problem is while debugging I cannot step into the OneWay methods, while trying to do the same with Request/Response methods is
|