| Thread | Last Post | Replies |
|
| 2.0 web service msi | 20 Dec 2006 21:19 GMT | 1 |
I have a 2.0 web service. When I do a direct copy solution folder to a different machine the web service works. I have created a web deployment project and web setup project in VS 2005 to create a msi. When I install web service through msi I get the below error
|
| 401 error accessing web service using credentials | 20 Dec 2006 02:08 GMT | 3 |
I'm setting up my new pc with all my VS.net projects and I'm missing something.....something I've done many times before without problem. I have several asp.net apps accessing secure .net web services (secure meaning windows authentication credentials must be used to access ...
|
| 401 error accessing web service using credentials | 19 Dec 2006 08:20 GMT | 1 |
I'm setting up my new pc with all my VS.net projects and I'm missing something.....something I've done many times before without problem. I have several asp.net apps accessing secure .net web services (secure meaning windows authentication credentials must be used to access the ...
|
| exposing method sending bitmap | 18 Dec 2006 10:20 GMT | 1 |
I would like to have a web service method sending a bitmap image. But code like do not work: <WebMethod()> _ Public Function GetBitmap() As Drawing.Bitmap
|
| Retrieve large binary directly to disk | 18 Dec 2006 08:40 GMT | 1 |
I'm writing a compact framework app. This app needs to receive a large binary (zip file) from a webservice. The problem is that the byte[] will be retrieved into RAM before I can save it to my external memory card. I am concerned that as the size of this zip file grows my PPCs ...
|
| Error on web service: "Server returned internal error 500" | 16 Dec 2006 05:37 GMT | 1 |
I'm really going mad about this! Currently I'm designing a student course on web services. Because I want them to understand what's really going on when web services correspond with each other (or other consumers) via SOAP, I want to generate SOAP-messages in XML manually
|
| Problem deserializing XML (I think) from remote SOAP service | 15 Dec 2006 01:25 GMT | 5 |
My company has developed a series of SOAP services using SOAP::Lite on Linux. We've successfully had other Perl, PHP, Ruby and Java clients access the services, but no luck with .NET yet. I've created a simple service to try and identify the problem, which hopefully somebody will
|
| Accessing Class Properties | 14 Dec 2006 21:49 GMT | 4 |
When designing a DAL (data access layer), I designed the methods to return custom classes that contain properties. Example: public class Employee {
|
| Strange error | 14 Dec 2006 21:49 GMT | 5 |
Hi, my web service has recently got some strange error, and even the most simplest(empty) web method would crash with the error below: System.IndexOutOfRangeException: Index was outside the bounds of the array.
|
| Q: Does webservice recognizes local network connection ? | 14 Dec 2006 16:54 GMT | 1 |
I have a project where components/programs run on different mashines ... and data exchange and execution of some actions on server side is done with help of webservice .... Now the same code for accessing server side can be called from some
|
| WebServices Webmethod Cacheduration | 14 Dec 2006 09:24 GMT | 1 |
What needs to be done to get Webmethod caching to work in the following code? The code returns data but does not cache as expected. I'm using Ajax Beta 2. Is this enough information? Thanks in advance for your help. 'ONE OF MANY CALLING WEB SERVICE
|
| Data types in Pattern & Practices Web Service Software Factory | 14 Dec 2006 07:20 GMT | 1 |
I am trying out the Web Service Software Factory to see whether I would like to use it, for a new web service which I am creating. The web service is responsible for reading data from a database and passing it on to a web application. So I have a lot of business entities and ...
|
| Web Service Factory: Creating a schema for a System.Collections.Generic.List<customer> | 14 Dec 2006 06:17 GMT | 1 |
I have created a xsd file with a element called Customer. When I then select "Create data types from schema" a customer class is being generated. But how do I handle a list of customers? In code I would of course like to use a generic list, but how does that fit into the factory?
|
| System.InvalidOperationException Unable to generate a temporary class error | 13 Dec 2006 21:37 GMT | 1 |
I'm trying to debug a VB.NET dll that calls a web service. I've customized my References.vb to do some functionality I don't believe would be possible otherwise. When I hit the MyBase.New() line in the references.vb file I'm getting
|
| Out Of Memory Exception - Large Responses | 13 Dec 2006 18:03 GMT | 4 |
I have a web service that recently started throwing an out of memory exception on responses from the web server. Any response that is more than about 30 megs in size gets this out of memory exception in StringBuilder (error info below).
|