| accessing a web service from any client on any platform ? (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have this "helloWorld()" very simple premitive web service that takes a string and returns its length. I am trying to access it from a VB application that constructs the SOAP document request and send it to the web service URL using WinHttp. I want to receive the response as a SOAP document, i.e. what the web service would return and process it later. Now, I keep getting the error : "request for... |
|
| FileStream over mapped network drive (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi all, I have problem on a development machine (running Windows XP and IIS 5.1) under .NET running a WebService that accesses a mapped network drive. I get the following error message when trying to use the service : System.IO.DirectoryNotFoundException: Could not find a part of the path "h:\inetpub\Archigate Storage\CF013678 8C70 484B AA68 B488F161FC30". at System.IO. Error.WinIOError(Int32 erro... |
|
| How can a WebMethod return a soap:Fault Message (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| How can a [WebMethod] return a soap:Fault message in the response Soap Envelope? SOAP defines an error SOAP Response with a soap:Fault element in the soap:Body with a faultcode, faultstring and detail information. How can a WebMethod return such Fault message? Do I have to throw some special exception? Or is there a method in the ASP.NET Application object? thanx |
|
| Web services error/exception handling? (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| What is teh recommended technique to handle error/exceptions in Web Services? Specifically I Catch an exception (say data access error and then need to notify the services client. The client is expecting a Dataset but an exception occured and was handled. What should I sent back to the calling client? (A data set with the messag in it?) Thanks Pat NH USA |
|
| vsdisco file not recognized document type (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| When I add a reference in a Visual Studio .NET project to a Web Service through the Add Web Reference dialog box, I get an error on the right hand pane saying "The document at the url http://localhost/TempConvert1/TempConvert1.vsdisco was not recognized as a known document type." Can somebody tell me what I need to do. Daniel Brower |
|
| how is service (no proxy) that returns xml ds useful? (9 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Lets say i give a .net developer the url to my webservice, with params that he can modify in the GET. How is the xml dataset that my service returns, useful in and of itself. How can a .net app. grab info from it? After all its not like its attached to a dataset object where I can grab values out of it or attach it to a datagrid... Its just, well, xml. Whats the usefullness of this? Thanks in adva... |
|
| WS test page (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| A WebService can be testes just by entering the asmx URL within a browser. How can I modify the style of this page? Next, when my parameters for a WebService are types like int or string thay are displayed in an edit field. But what to do, if an input parameter is a class. I want the i.e. the public properties be shown as en edit field (if they are types like int or string). Can this be done? Slee... |
|
| Sending Image to WebService (6 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| How do I send a jpg or gif image from a .Net Windows application to a ASP.net WebService? /Tilly |
|
| Consuming WebServices (4 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have several web services created and operating fine from the Service.asmx file and using the mssoapclient however when I attempt to use them in a form or page I receive an error page How I have it set up In my Solution I added the WebService all works fine then in the code behind I place Dim MyService as new WebReferenceName.asmxFileName MyResult MyService.Function() I receive the Server Error ... |
|
| Integrated Security and Web Services (5 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have a WinForms client and a Web Service. The web service is configured for integrated security. Everything works, however occassionally requests which normally take 2 seconds or less take almost a minute. I've instrumented the web service and in all cases, it is completing its work in less than 2 seconds. When I look at the W3SVC1 log on the web server I see the following "hand shake" happening... |
|
| client IP Address (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| How can i know the client ip address ? |
|
| Walkthrough: Creating a Distributed Application ... No Web references were found on this page (9 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Following this walkthrough step by step (maybe I missed a step?), when I get to the Client project and attempt to add the Web Reference, and type in http://localhost/AuthorsWebService/AuthorsWebService.disco it locates the .disco file and parses it to the view on the left but I get the message "No Web references were found on this page" and so I cannot click the 'AddReference' button as it is not ... |
|
| Cannot run web service with VC#.Net (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi! there, I cannot run web service with VC#.net. I just used the VC#.net ASP.Net web service wizard to start a example. Based on the code, if I uncomment the "Hello World" part, the web method "Hello World" should show up. But after build it and browse it. It gave me a message like "internet explorer will downlaod a file, do you want to 1) save, 2) open, 3) cancel". If i chose open, the VC#.Net s... |
|
| Struts implementation (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I am developing a Web Service based product using .NET. I would like to have an architecture based on Struts Framework. My background is Java and I am looking out for a Servlet like mechanism in .NET. Any help in this regard is highly appreciated. Thanks Prakash |
|
| Can't invoke a webservice method from a dotnet client (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, I have written a trivial webservice by following the TempConvert walkthrough. I can invoke the ConvertTemperature method manually via a telnet client using either GET, POST, or SOAP, but not from a dotnet client. I followed the walkthrough for the TempConvertClient, but at runtime it always times out invoking the ConvertTemperature method: object[] results this.Invoke("ConvertTemperature", new... |
|
| Pot and cookies (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I am using HttpRequest to make a call to a web service, the problem is my application keeps session info in cookie, how to pass that info. So that i can make multiple calls to web services and maintain my session. Thanks, Sajjad |
|
| No longer able to run web service applications in IIS (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I had a problem with IIS not binding to instance 1 that turned out to be a problem with another application (MeTV client) grabbing port 80 before IIS started. In the process of initially trying to locate the source of this frustrating problem, I tried uninstalling/reinstalling IIS, deleting Inetpub in the interium so that in theory everything would be fresh. After reinstalling IIS, I then proceede... |
|
| Could not find installable ISAM. (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, I've read the few articles on this on the net and also the Microsoft page on this and I understand the theory behind the problem. But, I did not find in simple English or code what the hell I am actually supposed to do to fix this. Of course, the line the error's pointing to is the db.Open(); one. How am I to begin the connection to the db without specifying things that will trigger this error... |
|
| Unable to debug a - No Symbols (6 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have written a Webservice that contains many exposed methods that have been working fine. I wrote a new method and am now attempting to set a breakpoint for debugging. I am unabled to step into this method from the client and a I've breakpoint is not getting employed. When I look at the breakpoint properties, I get the following message: "The breakpoint will not currently be hit. No symbols have... |
|
| Simple web service deployment (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Dear friends, I'm now beginning to write a simple web service to test. After I compiled to ..dll files (putting on din directory), how can I deploy this services to another machine that already installed .NET Framework ? Do I need files in .asmx, .asmx.vb to be installed ? I suppose not because it's secure to open our code like the past. Sara T. |
|
| Web Service using COM+ (2 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| We are trying to build a web application that uses: WebForm Web Service COM Application (VB6) SQL Server Even when we set aspcompat true on the WebForm we cannot use Server.CreateObject("CBOCore.Security"). It fails with the error: "The component 'CBOCore.Security' cannot be created. Apartment threaded components can only be created on pages with an %@ Page aspcompat true % page directive.". At on... |
|
| Webservice + foreign dll in C# (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| I have a C# class that uses a vb dll. if i write a windows application and access the C# class, it works perfectly. however, i tried to create a webservice and added a reference to the C# class and tested it. i am getting a System.IO.FileNotFoundException: The specified module could not be found when i debugged the code and saw where it is crashing, i found out that it is crashing when i try to cr... |
|
| How to create proxy class menually (3 replies) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, Can any one tell me how to create a proxy class programatically? In Visually studio 6, you can use SOAP Toolkit to do it. But in .Net, you can only do it by either using wsdl.exe or Visual Studio .Net Wizard at design time. The problem is that I only know the web service at run time but not design time. Is there an way to create a proxy object programatically? Thanks. Michael |
|
| Reference a SoapExtension in web.config file. (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| Hi, I created a Test.TestSoapExtension inheriting from SoapExtension class. I tried to add it to web.config as following: configuration system.web ....... webServices soapExtensionTypes add type "Test.TestSoapExtension"/ /soapExtensionTypes /webServices /system.web /configuration I got the following error: Test.TestSoapExtension is not a valid type. Apparently the webservice could not find the ass... |
|
| Web Service Timeout doesn't always time out. (2 replies, VIP) |
| microsoft.public.dotnet.framework.aspnet.webservices |
| From experimenting it looks like the timeout property for a synchronous web service call doesn't work if the server / web server can't be reached. So having set the web service timeout to 5 seconds one WS call took 42 seconds and finally returned The underlying connection was closed: Unable to connect to the remote server. You can work round this by using the asynchronous calls provided by the pro... |
|