| Thread | Last Post | Replies |
|
| using Asynchronous calls in ASMX? | 13 May 2006 03:41 GMT | 1 |
Can any one let me know how i can perform a Asychronous calll in a web service ? or using a thread in Asmx a better solution than the async call ? pls send me any link to example, where i can get this answer..
|
| Confusion regarding asychronous web method (Very urgent). | 12 May 2006 18:44 GMT | 4 |
I am having one confusion regarding invoking web method of web service asychronously through windows applicaiton. What i am doing is i am having one long runing web method whose one way attribute is set as i don't want any return value from that method.
|
| Web Services and XML | 12 May 2006 16:10 GMT | 2 |
I am in the process of designing a three tiered ASP.Net 2.0 application (Presentation Layer, Application Layer and Data Layer(MS SQL 2005). In this application XML and web services will be used heavily. I will be using Web Services to integrate with third party applications ...
|
| Web service timeouts | 11 May 2006 23:53 GMT | 1 |
I'm having a problem with calls to a web service that time out intermittently. When the problem occurs the exception is put in the event log with a message of InvalidOperationException: Client found response content type of
|
| Enable WSE3 with Web Appication Projects | 11 May 2006 21:02 GMT | 2 |
Is anyone able to get WSE3 to work with the new Web Application Projects Add-on? When I right-click on my Web Application Project and choose "WSE Settings" the checkbox for 'Enable Microsoft Web Services Enhancement Soap Protocal Factory" is not enabled.
|
| empty string paramters rather than nulls | 11 May 2006 12:19 GMT | 9 |
Is there any way (maybe using an attribute) that I can force strings or other reference parameters to always have an instance even if they are blank? Ex: [WebMethod]
|
| Webservice and session | 11 May 2006 02:58 GMT | 1 |
I have a web-service with a web-method where sessionstate=false. The web method calls a method in another assembly. Also I have a web-method where sessionstate=true which calls the same method in the other assembly.
|
| WSE3 & MTOM | 10 May 2006 21:01 GMT | 1 |
I have read some papers and they tell that WSE 2.0 with WS-attachments does not encrypt the attachments ( they recommend using secure protocol like Https with SSL to secure attachments). Now, WSE 3.0 replace WS-attachments with MTOM, I have found that MTOM is used for transmit ...
|
| wse 3.0 input / output correlation | 10 May 2006 20:47 GMT | 3 |
I have a custom policy assertion that creates service input and output filters. Is there a way to store information in the input filter so that it will be available to the output filter? The output filter needs to be aware of some of the things the input filter did in one of my ...
|
| How to parse received xml into variables | 10 May 2006 13:25 GMT | 3 |
I'm using the following code to receive information from a web service: Dim o As New MyWebServiceProxyClient.DataImport Dim r As New MyWebServiceProxyClient.DataImportCompanyResult r = o.DataImportCompany("login1", "login2", "pwd", "lang", "package",
|
| How to intercept the XML requests sent by the proxy? | 10 May 2006 11:41 GMT | 1 |
I am trying to intercept and analyze the XML request that is being sent by the generated web reference to a 3rd party web service. The web service is giving me an error when calling a method saying I didn't send correct data. Whilst I am working with objects in my client code I ...
|
| XmlNode to XmlDocument question. | 10 May 2006 11:00 GMT | 4 |
I have built a client of a websevrice. I call a webmethod that takes an Xmldocument object and returns an Xmldocument object. When i add a refernce to this webservice on the client, then the input output types of my webmethod generated in the proxy class are changed to
|
| Problem in calling web service | 10 May 2006 08:19 GMT | 1 |
I am using web service with window service, I run both window and web services individually they are working fine. But i call method of web service from window service then i did not got any response.
|
| Help - How to forward an asmx?wsdl request to an alternate WSDL URL? | 10 May 2006 08:16 GMT | 1 |
I'm setting up a manually created WSDL file that defines the specifics of the required elements, default values, etc. instead of using the generated WSDL from the asmx?wsdl mechanism. Everything works with my web service, but I would like to have some mechanism that forwards any
|
| Could not find schema information for the element 'microsoft.web.services3' | 10 May 2006 05:16 GMT | 3 |
I'm getting VS messages (not error or warnings) that "Could not find schema information for the element 'microsoft.web.services3', as well as for the elements under <microsoft.web.services3>. I have searched plenty hard, but am unable to find why this is happening.
|