| Hiding parameters in webservice ? (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Is t possible to have a hidden paramter to a webservice method. For ex: I want t send username as the last parameter in a method, but I don t want this to be exposed . result webservice.getInfo("123456","Username"); Regards /glenn |
|
| webservices sessions only work in debug mode ? (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| hi all !!! I have developed a web service that uses sessions (enablesession true in webmethod attributes). The web service works fine when called from the development environment or from visual studio generated test pages. However, when the same web service is called from a WinForms applicattion of from an ASP.NET page running outside the debugger the session doesn't work. is this by design or am ... |
|
| ByRef "The test form is only available for requests from the local machine" (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| When trying to call a method, that contains a ByRef Primitive Type (String), running on a remote machine, I get the message: The test form is only available for requests from the local machine. When calling the method in the browser on a local machine, I get the message: The test form is only available for methods with primitive types or arrays of primitive types as parameters. I have the correct ... |
|
| Can A web service call another web page (7 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have a web service to store information. I want the my webservice to call a vendors webservice for validation puposes. What I want to accomplish with my webservice is this: Receive data from a web page. Validate it against preliminary checks. If the validation fails return back to the submitter for clarification. otherwise save the information for reference request a vendors web service for vali... |
|
| ASP.NET 1.1 (5 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, Not sure if this is the right place for this but here goes anyways. I am using VS.NET 2003, and with 1.1 of the framework, but when I try to create a C# Web Service it states "Visual Studio.NET has detected that the Web Server is running ASP.NET Version 1.0..." It says I should upgrade to ASP.NET 1.1. but that as I understand it is installed automatically when one upgrades to Framework 1.1, so... |
|
| The Request Failed with HTTP Status 401: Access Denied (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have a webservice that returns a simple string. The security for this is set to windows authentication in IIS (XP Professional) and anonymous access is . When I access the webservice from IE there is no problem. But when I try access it from my windows application I get the above error. When I look at the IIS log it show the same user name for both requests. IE request has the status 200 and the... |
|
| webservice encoding - help! (4 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi All, I'm hoping someone can help as I'm pulling what little hair I have left from my bald bonce! 8 ) I have a web service that returns a string depending upon the request however the encoding of the xml document produced is always UTF 8. Due to circumstances outside my control I have to change the webservice so it is encoded as ISO 8859 1. I've updated my web.config & machine.config Globalizati... |
|
| having multiple classes with WebMethods in single WebSerivce? (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| hi everybody, i'm writing a web srevice having some functionality [WebMethods] that logically shouldnt be the part of a single class. i tried using multiple classes in the same .asmx.cs file (webservice). those classes are supposed to have WebMethods of their own. but i cannot do that. the problem is that i can only expose (as i have seen) single class having WebMethods. let me know if i'm right a... |
|
| WSE SOAP Attachment filesize limit (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I am using WSE 2.0 to receive SOAP Attachment, and the following are my testing cases. Upload 20 files (@4KB) pass Upload 3files (@1.2KB) pass Upload 4 files (@1.2KB) FAIL! Upload 1 file with 4.7MB FAIL! It seems that there's a filesize limit of SOAP Attachment. How can I configure it? Thanks! Mullin |
|
| Authentication (4 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have a web services pages that is pulling is DataSet. The local VB.NET uses this DataSet to print some reports and then sends the status back to the web service indicating whether it failed or not. The local VB.NET application is initiated from an ASPX page. The whole ASP.NET application uses forms authentication. I see two issues that I may come across: 1.) I dont know of a way to by pass the f... |
|
| Webservices: Timeout and storing values Q (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi! I have 2 questions: 1. Is there any way to set timeout value when I call web service? 2. Is there any way to store web service response as a string so I can later use a string as response again. I want to store response in DB and load same objects again as needed. P.S. I use wsdl generated proxy classes. TIA! |
|
| Does a client need runtime ... (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Under what conditions should a client of a web service have the .NET runtime ? |
|
| Custom object as input parameter (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hello! I'm implementing a simple .NET(C#) web service. The experiment is to pass custom object or complex data type as the input parameter to my web service. I have created a custom class: [Serializable] public class Person { private int userid; private string username; .... public string Username { get{ return username;} set{username value;} } ... } Now, my web service has a method: [WebMethod] p... |
|
| SecurityException on EventLog.CreateEventSource (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi All, Can anybody tell me how to write to the application event log with a new source. I'm running the .Net example code but can't get it to work unless the source is set to application. This is driving me nuts. I have created a new WebApplication1 so as everything is set to defaults and then I tried using the .Net Eventlog example source: I need this eventlog. Do you know a workaround ? ' Creat... |
|
| Can a web service update a database ? (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Traditionally, examples of web service show them serving some data back to the clients. Can they update to a DB on the server too ? |
|
| Running Sample Application opens Service1.asmx instead (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I am struggling to get the simplest HelloWorld webservice running properly. Everytime I do Run without debug, it opens up Service1.asmx file in Visual Studio instead of opening the IE and displaying the HelloWorld service. Whats going wrong here? |
|
| Beware scorpion53061(theft) (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| This individual is stealing other peoples code and claiming it as his own. The proof is when I asked him to explain his code he would not. For proof view these threads in dotnet.languages.vb Giving Back(Thank You) scorpion53061 Straighten This Out.... This is the forged code he won't explain: http://www.kjmsolutions.com/datasetarray.htm |
|
| Client Side Webservices (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I hope that someone can help me with this problem. I am currently writing a Web Application that uses client side webservice technology utlizing the webservice.htc file from mircosoft. For the longest time everything had been going great, but recently when I started adding web methods to the asmx.cs file none of my breakpooints are being hit. When this first started I was able to get things workin... |
|
| Debugging SOAP Extensions (4 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, Trying to debug a soap extension. I have been unable to get the debugger to stop in the soap extension code. I have tried this using a soap extension in a seperate class library as well as an extension coded within the same web site as the test page that uses a web services method call, which contains the proper soap extension attribute. Any ideas on how to step into soap extension code would ... |
|
| Accessing Data (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi Friends, Is there a way to access data from a website that displays its data from a database. For example if i visit http://www.barnesandnoble.com, and if i search for a book on VB.Net, then i would like to access the results of this search programatically. I am trying to access data which is stored in their database. Now i can access this data by reading the webpage which contains the search r... |
|
| Not able to open ASP file (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Running window 2000 with IIS. Not able to open ASP file from MS Internet browser. Do I require to Enable any function under Script menu? Do I requie to change permission and any directoryI am able to open html file not file with asp extension. I using: http:/127.0.0.0/ Thank you |
|
| internet (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| i can connect to the internet but only .gov, .mil, .org, .edu but no .com web sites. The connection is good because it works on my other computer. Does anyone know what the problem is? |
|
| web service lifetime (4 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I created a very simple web service test on my local machine (the web service and the web server on local). The web service has two methods. One method is called connect it connects to an odbc data source, loads a dataset using a dataadapter. The second method returns the dataset loaded by the first. I created a simple web page that has 2 text fields for a user name and password and a button. when... |
|
| HTTP Handlers? (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I can't get the httpHandlers settings to work my web.config file My httpHanders section in web.config looks like this: httpHandlers add verb "*" path "*.spud" type "async.AsyncHttpHandler,async" /httpHandlers In my service's code behind, I've got an AsynhHttpHandler implementation of IHttpAsyncHandler: namespace async { public class AsyncHttpHandler : IHttpAsynclHandler(...) .... }; According to t... |
|
| accessing same web service from numerous applications (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| We have a web service handles employee information. It will be used by numerous other applications. Question is, what is the best way for the other applications to access the web service? I am concerned if each application has its own web reference to this web service, then if we move the web service to a different box, we have to change the web reference for all the applications? |
|