| Thread | Last Post | Replies |
|
| XmlNode in Web Services... | 13 Nov 2003 00:08 GMT | 2 |
Requirements have made me to come up with a Web Service that accepts XML as input. Figured out that XmlNode is possible to work with and it works like a gem. Now i am thinking of non-.NET clients, would they be able to call this Web
|
| The underlying connection was closed, an unexpected error occurred on a receive | 12 Nov 2003 21:51 GMT | 1 |
Hi, I have a client (w2ksrv) that makes calls to a web service (w2k3) and occasionally - 1 in 20 or so requests - I was receiving the following error:
|
| authentication between two server processes over the internet | 12 Nov 2003 17:33 GMT | 1 |
My scenario is this: Central Server: on which a number of remote machines invoke services (implemented as web services, but doesn't matter what the choice of implementation is).
|
| Hiding parameters in webservice ? | 12 Nov 2003 14:04 GMT | 3 |
Is?t possible to have a hidden paramter to a webservice-method. For ex: I want t send username as the last parameter in a method, but I don?t want this to be exposed . result = webservice.getInfo("123456","Username");
|
| Image/bitmap returning Web Service | 12 Nov 2003 07:57 GMT | 1 |
Hello! I'm trying to create a Web Service where the user supplies a filename of an image file (gif or jpg) and the Web Service returns that image rotated 90 degrees to the user. (Of course it returns it as a SOAP/Base64 encoded xml output to the user)
|
| How to create a Web Services from a XML easily | 11 Nov 2003 22:29 GMT | 1 |
I want to know how can I create a Web Services with SOAP Request based on the following XML document: I know how to use the Class and XML Serialization at c# to create one, but don't know any faster and easily method.
|
| Web service and SOAP error. HELP! | 11 Nov 2003 19:49 GMT | 2 |
I have an application that communicated with a webservice. WE've recently tried to move the application to a new computer and something broke. The error message is really hard to understand for me. Can anyone give me a suggestion
|
| Missing disco.exe and wsdl.exe | 11 Nov 2003 14:25 GMT | 2 |
I have Visual Studio.NET, and am trying to learn Web Services. But, I can't find disco.exe or wsdl.exe? Where can I get them? Thanks, Josh Yeager
|
| Simplifying Soap Web Services calls for client code | 11 Nov 2003 04:40 GMT | 1 |
I am trying to figure out how to create an architechture for client code to make calls to a web service but do some common operations in the proxy code so each client call to the web service does not need to do these things. Things I would like to do:
|
| Transactions in webservices | 10 Nov 2003 06:44 GMT | 1 |
Yesterday I made a test on using transactions in a webservice. I created a test database containing one table ( ID PK, Data varchar2 ). Code snippet:
|
| HTTP Handlers??? | 10 Nov 2003 00:58 GMT | 1 |
I can't get the httpHandlers settings to work my web.config file My httpHanders section in web.config looks like this: <httpHandlers>
|
| Passing a Large String as a parameter to a web service | 09 Nov 2003 20:38 GMT | 1 |
I have a situation where I might pass a large string as a parameter to a webservice. The string size could go upto 100 MB. Is there a timeout or data truncation issue I might have? Any ideas are welcome.. Thanks
|
| BIG problem when sending complex datatype to a webservice | 09 Nov 2003 18:25 GMT | 4 |
OK. I'll try explain my problem so simple as possible. I have to send a complex data type to a WebService from a Asp.net webapplication. My Data type look like this. (A class with a porperty)
|
| web.config problems | 09 Nov 2003 13:02 GMT | 4 |
I have problems in configuring a web.config file of an ASP.NET Web Service project. I declared a new settings section group named metaServer which contains a nested
|
| Does a client need runtime ... | 09 Nov 2003 00:43 GMT | 1 |
Under what conditions should a client of a web service have the .NET runtime ?
|