| Thread | Last Post | Replies |
|
| Efficient Asynchronous Call to Webservice | 13 Nov 2007 14:12 GMT | 2 |
I have to make multiple calls (about 400K) to a webservice which returns a string. And currently it takes about a week to make all the calls. Instead of waiting for the webservice result before i make the next call, I rather want to make the calls and let the results comeback at ...
|
| XML as a WebService parameter | 13 Nov 2007 11:42 GMT | 4 |
We recently converted a 1.1 project to 2.0 and this included a webservice which accepted XML for one of the parameters. Since converting to 2.0 I am getting the following message: ---
|
| Makeing an ASP + .NET website runable offline. | 13 Nov 2007 06:01 GMT | 1 |
Hi List, We have a requirement to take a cut down section of a website and effectively put it onto a CD. The site is written in ASP and .NET2 and makes use of SQL (although
|
| Passing an array of images to a Web Service. Can this be done? | 12 Nov 2007 22:37 GMT | 6 |
We need to send images to a machine so they can be processed and adding to our web server. Can a asp.net accept an arry of images(maybe an array of byte arrays)? Any help is appreciated.
|
| noobie questions | 11 Nov 2007 12:13 GMT | 1 |
Hello all. I need help with some development concepts. Hopefully someone out there can assist. 1-What is the concept of serialization as it relates to web services? 2-Can anyone explain the concept of a recursive algorithm or function
|
| Webservice call hangs | 10 Nov 2007 09:46 GMT | 1 |
I have a pretty serious problem. I have developed a winforms app that calls a webservice using .NET Framework 1.1 with C#, IIS 5.1. and SQL Server 2000 server. After installing the WS, I have installed few client applications.
|
| Web Service versus WCF Service (and Books) | 09 Nov 2007 00:54 GMT | 1 |
hey group, How do you know when you should write a basic .asmx Web Service versus using the new WCF Service model? Is the old method deprecated? Is there any good Microsoft websites
|
| 1-dimensional array error | 08 Nov 2007 14:15 GMT | 1 |
Hi all - I hope someone can help me out with this web services error I'm receiving when trying to pass an XML string document to this simple web service to create a PO. Here's my button click code: Public Sub btn_ProcessImportXML_Click(ByVal sender As System.Object, ByVal
|
| Server Interface | 08 Nov 2007 11:04 GMT | 1 |
I am using the /si qualifier on wsdl.exe to generate code from WSDL. I am then writing a class which implements the interface - text book stuff. I can see that the class which implements the interface has a Get/Set property for the SOAP Header, but I am at a loss as to how I ...
|
| Memebership roles, WSE 3.0, Smart Clients. How do they fit togethe | 08 Nov 2007 07:15 GMT | 4 |
I am hoping that someone could give me some clarity on Authentication and Authorization when it comes to WSE 3.0 and smart clients. I have subclassed IPrincipal and IIdentity. Where should I instantiate and attach my custom classes?
|
| Timeout when debugging in web service | 07 Nov 2007 15:49 GMT | 4 |
I am trying to step through a web service call in .Net 2.0 with VS2005. The application is running in the VS2005 web server, not IIS. The web service client is a .Net 2.0 console application. At one call to a long running method (about 20+ minutes in production) the
|
| a sample web service to return SOAP fault message for application error | 07 Nov 2007 14:09 GMT | 1 |
I'm looking for a free web service, which can return back SOAP fault message in case of an application error filling <detail> element in SOAP. I couldn't find one on xmethods.net.
|
| Identifying a SOAP Converstation | 07 Nov 2007 13:45 GMT | 1 |
I have written an assembly that captures SOAP messages. It is plugged in using the <system.net> settings in my config file. I am looking for a way to pair up requests and responses. Is there something in the SOAP message that can identify that?
|
| Passing XML from .Net 2.0 WebService to COM on another Server | 07 Nov 2007 13:44 GMT | 1 |
Hi to All! I'm complete new to .Net and I have the following problem: I have to write a .Net WebService in C# which has to pass a XML to a Com-component to another Server. The WebService
|
| HelloWoldService.asmx Invoke test does not return results | 07 Nov 2007 08:18 GMT | 5 |
Has any one seen this behavior before? While on the IIS server I execute the simple HelloWorldService.asmx web service directly via the IE browser and it brings up the operation test page with the supported function as expected. The Service Descrption
|