| Thread | Last Post | Replies |
|
| Accessing Webservice thru Http-Get | 25 Sep 2007 14:41 GMT | 4 |
there is no example in the webservice description of how to access a WebService Method with Http-Get with a URL in ASP.NET 2.0 I have tried: http://localhost/WebService/MyService.asmx/UpdateUser?cId=9130&bID=808101
|
| Access Session from another class? | 24 Sep 2007 20:07 GMT | 4 |
How can i access Sessionstate from another class? Lets say i have webservice where i define Session["lib"]=1; In my webservice project i have a common class. How can i access Session["lib"] from this class?
|
| Sheets | 22 Sep 2007 15:38 GMT | 1 |
Is it possible to link asp.net 2 to an excel spreadsheet running on the server so the remote user can view and change entries on the spreadsheet and also on froms written in VB for applications which are part of the spreadsheet?
|
| web service with 100% CPU | 22 Sep 2007 04:11 GMT | 1 |
I am using .NET 2003, I have a page using JS to call a web service to add a product to the shopping cart, inside web service, I add the product to the shopping cart and save the shopping cart ID to a cookie, it runs fine on my local and tesing machine but when I move it to ...
|
| asmx httphandler not properly protecting sessions? | 20 Sep 2007 18:48 GMT | 16 |
MSDN documentation at http://msdn2.microsoft.com/en-us/library/ms998562.aspx#scalenetchapt10_topic16 states: <quote> [WebMethod(EnableSession=true)]
|
| The request failed with HTTP status 401: Unauthorized? | 20 Sep 2007 10:36 GMT | 5 |
I have two web services. The Main WS is installed on my Windows 2003 server and when connecting to it there is a must to provide User & Pass for the "Integrated Windows Authentication" by the IIS.
|
| How to build a WCF service from an existing WSDL | 19 Sep 2007 16:42 GMT | 3 |
I have an existing ASMX web service produced WSDL. I am trying to upgrade the ASMX to WCF. The client side applications are already deployed on customers sites. We are definitely not able to change the WSDL in any way. Therefore I am thinking maybe the right approprach is to ...
|
| Print from Web service | 19 Sep 2007 10:18 GMT | 3 |
I need to print from a web service. I´ve a class thats works fine with a console application but in the web service I get an error. I use PrintDocument. How can I print from a Web service?
|
| Generate Typed DataSets from WSDL | 18 Sep 2007 16:57 GMT | 4 |
I have a web reference WSDL, but it doesn't really create an XSD. I'm trying to generate datasets from the WSDL file but not sure how to do so. I successfully created the proxy class, but the WebServices all return/
|
| Single Instance web service?? | 17 Sep 2007 17:28 GMT | 7 |
Is there such a thing as a single instance web service? Is it possible to have all calls to a web service share one property value by declaring it as static? I know web service should be stateless, but I am still trying to understand how instances of a web service are handled at ...
|
| NEED HELP WITH CALCULATOR WEB SERVICE | 16 Sep 2007 03:40 GMT | 3 |
Whats up guys, i am having difficulties coding the plus sign button on my aspx page to store variable1, clear textbox, and store variable2 then call a web service to add both variables my code so far is:
|
| First call to webservice always works. Connection Closed or 403 Access Forbidden Messages Thereafter | 15 Sep 2007 00:39 GMT | 6 |
I am using a webservice client that was created from a WSDL file in .Net 1.1. The client ALWAYS works the first time I call it. The second call returns one of two exceptions. It either returns the
|
| Got 403 error after the first call to a web service | 15 Sep 2007 00:17 GMT | 6 |
The web service is called by a program running on pocket pc. When to call the web service, the first call is still ok, but for the second or later calls, it will throw "403 Forbidden" WebException. When to test it using the web interface on pocket IE, everything is fine.
|
| Consuming J2EE Web Services | 14 Sep 2007 22:24 GMT | 5 |
Believe it or not, I've searched quite a bit and can't find any relevant information on how to consume a J2EE web service from a .NET consumer WITHOUT the aid of any 3rd party tools. I have two questions:
|
| access internal SQL server from 3rd party web server | 14 Sep 2007 22:06 GMT | 1 |
We publish our pages in a 3rd party web server, so they host our website. but behind scence data is stored in our internal SQL server, all outside traffic needs go through our router before reach the SQL server, so in the Web Configuration file, in connection string entry, "Data ...
|