| Thread | Last Post | Replies |
|
| WebSerive DataSet | 18 May 2006 17:29 GMT | 3 |
I am quite new in asp.net, here is the code I retrieve data from a web service SVP.ThisWebService.loadMethod lm = new SVP.ThisWebService.loadMethod(); System.IO.StringReader sr = new System.IO.StringReader(lm.loadXlm()); DataSet ds = new DataSet();
|
| Calling web service from asp.net page fails | 18 May 2006 14:10 GMT | 2 |
I'm trying to call a web service from an asp.net (v1.1) page written in C# (the web service was written in C# too) and I keep getting a "The request failed with HTTP status 401: Unauthorized. " error message. Calling the web service works fine when I create a windows form ...
|
| Synchronous Web Service | 18 May 2006 13:58 GMT | 1 |
Is it possible to make a synchronous Web Service? I have a situation where quite big piece of data should be send from client to Web Service server but client and server should not disconnect or "swap"
|
| Viewing request XML | 18 May 2006 11:41 GMT | 3 |
I've written a web service in C#/ .NET that is called by clients written in Delphi (we don't do Delphi any more) Using a .NET test harness the service works, but when called by a Delphi client all the input parameters arrive as null, empty string or 0.
|
| wsdl definition | 18 May 2006 11:02 GMT | 1 |
I currently have an webservice developed with asp.net, framework 1.1, and the wsdl definition is generated like this: <wsdl:binding name="someName" type="tns:someName"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http"
|
| Obtain Certificate Information | 18 May 2006 11:01 GMT | 2 |
I'm using at the moment WSE 2.0 SP3 and i made some web methods to get some information from a database. The current configuration is: - 1 x509 certificate on the server and 1 on the client
|
| Containing two webservices inside a WSDL file | 18 May 2006 10:59 GMT | 1 |
Folks, I am in the process developing two webservices A and B using VS.NET 2003. I am given a single WSDL file containing the description of the two
|
| Server did not recognize the value of HTTP Header SOAPAction | 18 May 2006 10:18 GMT | 4 |
I have a winforms 1.1 application that has been using web services from a 1.1 web services project on the backend. I have to keep the winforms app in .Net 1.1 for now, but need to upgrade the backend to 2.0. After successfully upgrading the backend project to .Net 2.0 and ...
|
| Accessing Session state in Web Service from Background thread | 18 May 2006 06:54 GMT | 1 |
I know that with Web Services, you should be doing everything in a stateless environment. However, I have three methods out of over 100 that need state. I have the client cookie container, WebMethod with Session enabled = true, the works. However, my issue is I am running ...
|
| Transactions from one web service to another | 18 May 2006 06:12 GMT | 1 |
I have a Web Service 1.0 that calls MS CRM 3.0 web services. I have a need for transactions. I understand trnasactions are not possible across web services. Does anyone have a work around to this problem? Regards
|
| (wsdl file) Resource not allowed | 18 May 2006 06:11 GMT | 1 |
Hello Friends, I have the wsdl file of the webservice. Now I am trying to access the api of webservice in asp program. Then it gives Error that >>>>>>> resource you are trying to access not
|
| Custom XML Webservice serialization | 18 May 2006 06:07 GMT | 1 |
We are currently working on an enterprise application with a complex domain model. We have run into a situation where we want to customize the serialization process done by the webservices. Could you please help us with the following questions on webservice serialization -
|
| Solution to this? | 18 May 2006 06:04 GMT | 1 |
I am encountering the same problem. Have you found a solution? I'm going to try uninstalling the .Net framework 2.0 and see what happens.
|
| simple question: calling a webservice from a browser | 18 May 2006 05:46 GMT | 1 |
Sorry if this is really simple. I have created a asp.net web service (1.1) that returns An Xml document (an rss feed), everything works ok and I can consume it within a win forms app and it gives me the required data back ok, but now i want to be able to get
|
| Can't see pictures + Http Status 403 : Access Forbidden (error) | 18 May 2006 05:43 GMT | 10 |
When I run my project I can't see some of the pictures. Sometimes I see them all, sometimes I have to right-click each picture and then "Show picture" in order to see it. Moreover, When this problem began another problem occred- sometimes when I use webservices it says: "Httpp ...
|