| Thread | Last Post | Replies |
|
| Error converting DateTime in WebService Method parameter | 07 Sep 2006 20:47 GMT | 3 |
I have a web service method which takes a DateTime type as a parameter. The service is UK based, and the dates are passed in to the service in the UK format dd/MM/yyyy. On a recent install, the web service method will not accept the UK date
|
| How to share business layer between client server using WSE 3.0 | 07 Sep 2006 15:21 GMT | 1 |
We have a tiered client server application and we would like to use WSE 3.0 as the communication between our client and server. We want our static business layer to be proxied over WSE 3.0. How is everyone else doing these proxy objects?
|
| How to give write permission for writing a file from ASP .net Application. | 07 Sep 2006 13:55 GMT | 1 |
I did one Webservice Application on ASP.net . I am having some code inside to write message to log file. I am getting the error as "Unauthorized Access for writing into the file "C:\Example.dbg" ". I am using Windows 2003 Server without the .Net development environment(Where the ...
|
| Asynchronous Calls in ASP.NET 2005 on Windows 2003 SP1 | 07 Sep 2006 10:10 GMT | 1 |
We have developed a webservice in VS2005 on Windows 2003 SP1 Operating System. The webservice makes asynchronous calls. The problem is when we invoke the webservice from a ASP.NET application the asynchronous calls are not invoked and get a null output. The same
|
| asynchrounous web method question.. | 07 Sep 2006 10:09 GMT | 1 |
i have a web service method which queries a database and returns the query result in an xml string. is it possible to implement a two-phase web service which returns an immediate confirmation response, and then the results ?
|
| Microsoft .NET client consuming AXIS web service with basic authentication | 07 Sep 2006 10:08 GMT | 1 |
I'm a brand new web service developer, so forgive me if my question have been asked before. I tried to search online and the only thread I can found in Google Group doesn't have any answer/resolution. This is the only one I'm able to find so far:
|
| How do I pass a message or variable to a web service? | 07 Sep 2006 07:26 GMT | 14 |
I have this in my web service: public XmlDocument GetDataFromDB(string name) { ...
|
| WSDL = SOAP? | 07 Sep 2006 02:12 GMT | 4 |
When people discuss XML Web Services in the context of .NET, and they talk about their WSDL file and the like, does this infer SOAP? Or are there other XML-based web protocols besides SOAP that depend on WSDL files? WSDL aside, on the .NET platform, when people discuss XML Web ...
|
| Error in Windows Service | 07 Sep 2006 01:12 GMT | 1 |
I am getting a error when I try to start a Windows Service. The error is "The XYZ service on local computer started and then stopped.Some services stop automatically if they have no work to do,for example, the performance logs and alerts service."
|
| Microsoft .NET client consuming AXIS web service with basic authentication | 07 Sep 2006 01:10 GMT | 1 |
I'm a brand new web service developer, so forgive me if my question have been asked before. I tried to search online and the only thread I can found in Google Group doesn't have any answer/resolution. This is the only one I'm able to find so far:
|
| I have a web service. Now what? | 07 Sep 2006 01:04 GMT | 1 |
I created a web service that returns data from my database. I'm not sure what to do next. That is where to read. How do I return the data in a certain format? I think what I am asking is how to return it in a certain schema. For example, now, my query:
|
| Web service architecture issue | 07 Sep 2006 01:02 GMT | 2 |
I am writing what is essentially a facade layer for service consumption. I don't want this facade to be part of my web application, it needs to be a standalone dll. This facade will contain all of my web references and public methods exposing them to my web app.
|
| InvalidCastException when casting object returned from web service | 06 Sep 2006 21:29 GMT | 6 |
I have a .net framework 2.0 client (Pocket PC) and a .net 2.0 webservice that communicate on the same LAN. The Pocket PC has no problem consuming strings returned from the web service methoeds but I’m unable to receive and a custom object. The error occurs when the PocketPC app ...
|
| Remote web service | 06 Sep 2006 20:36 GMT | 6 |
How to call a method of a remote web service from another web service (local)? Any help? -- M.
|
| Custom types across WS | 06 Sep 2006 17:58 GMT | 1 |
When a web method return a custom class, like a Employee definition, the proxy definition in the client recriate the definition of Employee using the public fields/properties of the original class. In this process all custom methods of the Employee definition was lost in
|