| Thread | Last Post | Replies |
|
| Closing TCP Conections with multi-threaded web service calls | 10 Oct 2005 17:19 GMT | 2 |
I have a windows service which consumes a web service on a separate machine in our network. I modified my machine.config to allow my service application to make 200 connections to the server at once, and I spool up to 200 threads at once to make calls to the server. All of this ...
|
| Is it just me ... | 10 Oct 2005 16:19 GMT | 1 |
... or does anyone else find WSE2.0 absolutely infuriating? Implementing just one section of WS-* is fine - but try to string more than one together and it's curtains. Time to call MS I think.
|
| System.UnauthorizedAccessException error when invoking a web method | 10 Oct 2005 04:37 GMT | 1 |
I got this error when trying to invoke a web method in my browser:System.UnauthorizedAccessException: at System.Xml.Serialization.Compiler.Compile(Assembly parent, String ns, CompilerParameters parameters, Evidence evidence)
|
| WSE3 and TCPIP hosted services - why does client require action & ReplyTo? | 09 Oct 2005 19:11 GMT | 2 |
In Mark Fussell's overview of wse3, he demos the tcpip hosted web service. There are two lines in there for ws-addressing which point to the operation and open up a return pipe. proxy.requstsoapcontext.addressing.action=new action("MyMethod")
|
| "404: Not Found" error when calling a web method | 09 Oct 2005 12:26 GMT | 7 |
Hi all.... I have a web service method that when I call, I get the error: The request failed with HTTP status 404: Not Found. Line 58:
|
| Error retrieve data returned from Web Service | 08 Oct 2005 07:04 GMT | 1 |
I am having a runtime error when automating the following process: -Make a connection to a web service that returns a recordset of data (which is a lot more than 80,000 rows and with lots of columns) -Then insert all these records into an access table
|
| Push Alert to Browser | 07 Oct 2005 20:21 GMT | 14 |
I am looking for architecture to push information from a server to a client browser. This information would be in the form of an alert. What I do not want to do is have the browser be on a timer and update every few seconds. What options do I have to put into place such a feature?
|
| Idiomatic way to change web service endpoint at runtime. | 07 Oct 2005 17:11 GMT | 3 |
If I use Visual Studio.Net 2003 to generate "web references" for clients using either sproxy.exe (for C++) client or wsdl.exe (for C#) clients, the web service endpoint gets "baked" into the generated code, making it difficult, if not impossible, to change the server that the client ...
|
| Web Services & Active Directory | 07 Oct 2005 15:18 GMT | 3 |
My company has charged me with creating a web service that will validate a user and return the user's roles via Active Directory. The requirement is that the web service must return data to any consumer. This means the consumer may be a Java app or any app on any platform.
|
| Serializing a collection (IList) in a web service on .NET 2.0 | 07 Oct 2005 15:14 GMT | 3 |
So here's the challenge... How can a collection (System.Collections.Generic.IList) of some custom type be serialized in a web service using .NET 2.0? Below are the class and the web methods in question. The interesting thing
|
| Consume Axis Web Service with DataHandler Type | 07 Oct 2005 14:26 GMT | 2 |
Trying to consume with a VB.Net client a Java Axis web service that returns a DataHandler type. After much searching on the internet -- no clues found. Any ideas on how to do this?
|
| asynchronous call from synchronous web service method | 07 Oct 2005 11:36 GMT | 1 |
I have a web service in .net which does 2 things: 1) save some data that is sent as params to the web service 2) a second web service with the same params, get the results, and save them to the database too.
|
| Problem with Soap Compression | 07 Oct 2005 11:25 GMT | 2 |
I need to transfer huge dataset from an XML web service to a win application. I need to compress this dataset to obtain better performance. I've already tried the MasteCsharp approach obtaining similar performance compressing or not compressing data.
|
| logging onto an aspx page on another server | 07 Oct 2005 11:01 GMT | 1 |
I tried using WebRequest, but I am unable to simply redirect to an external aspx site and supply the userid and password and press their login button. Can anyone help?
|
| General question | 07 Oct 2005 10:36 GMT | 1 |
I'm rather new to webservices but I have the following question. Is the following possible: I would like to keep a datastructure ( f.e a hashmap). People could notify of their presence by sending their hostname to the
|