| Search engine Web service (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngfreeforall] to [aspngwebservices] by Tony Stark IronMan@aspelite.com Hi, I wish to create a web service , which will search a given string, in a given set of HTML files, and present the paragraphs in which the string occurs in frames, one below the other, so that the user can get an overview of the context in which that phrase or string appears in each HTML file, without having to... |
|
| How to access Web services from VB6 (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi all, I have a webservice, and I need to call this web service from my VB6.0. Currently I am using XMLHTTP component to talk to my web service in VB6.0. I have seen the tool tlbexp.exe in .NET. which converts .NET dlls to com dlls. I have followed these steps * Created a Web service * Created a Proxy class * Created a DLL from this Proxy Class * used tlbexp.exe to create tlb file. Now I am refer... |
|
| add web references using notepad ... (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi all, I can write and use a web services using visual studio.NET I would like to do the same using notepad but IĆ¢ m missing something. I do not know how to include the web service (something like the visual add web references using visual studio) Here the code is: Service.asmx Imports System.Web.Services WebService(Namespace: "http://localhost/webservice1") Public Class Service1 Inherits System.... |
|
| WebService returning a dataset (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I have a webservice that returns a dataset. The XML representation of the dataset is TestData ErrorMessage None /ErrorMessage FirstName Jos /FirstName LastName jameson /LastName /TestData The wsdl file generated by my webservice is: s:element name "fncDataTest" s:complexType / /s:element s:element name "fncDataTestResponse" s:complexType s:sequence s:element minOccurs "0" maxOccurs "1" name "fncDa... |
|
| Why won't my proxy class compile? (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I'm relatively new to the webservice scene, but it seemed straightforward enough. I have a simple webservice working (I can test it successfully via HTTP GET), and all I need is the proxy class to consume it. However, when I create the class with wsdl.exe (as recommended by the Quickstart Tutorial), I get a .vb file that won't compile. I've tried with the command line compiler, and I get a ton of ... |
|
| Asynchronous Call ... (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi, have been trying to make asynchronous call to webservices from an asp.net page and display different messages between the BeginMethod() and EndMethod(). For example: Begin Call to asynchronous webservice Display message in Label1 "Please wait..." Get Call Back from webservice Get the return value from End Method Update Label1 with returned value.(or display return value on another label); On m... |
|
| WebService as part of Larger App (6 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I need to have an app that is basically a "windows app" but that needs to be able to "listen" for an associated application running on any of a number of other machines (on the same LAN) making requests to have an activity initiated. I figured a webservice would be perfect for that job. What I can't seem to figure out is how to create a VB "Solution" project that has a windows app "parenting" a we... |
|
| Web Service Security (11 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I would like to add a level of security to a web service that would only allow the service to accept request from specified clients/URLS. An example of this would be a web service that only excepts requests from www.microsoft.com and www.mycompany.com. I have thought about using System.Net.WebPermission to build a connectlist of URIs and there permission settings and then comparing the contents of... |
|
| Error 404 with webservices on production server? (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi It seems a common problem when you make a webservice, create a proxy class, create an assembly DLL and everything just works fine on your local machine BUT, when uploading everything to the production server, in my case with Orcsweb this error shows up and I just can't solve it. I sam postings about the same thing in the asp.net forums but no replies. Please help. My asmx file (type in 1 as Rec... |
|
| Web Service Security... (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| SSBoYXZlIGEgd2Vic2VydmljZSB0aGF0IHJlcXVpcmVzIE5UIGF1dGhlbnRpY2F0aW9uLiAgRnJv bSB0aGUNCklQcmluY2lwYWwsIEkgZGV0ZXJtaW5lIHdobyBpcyBsb2dnZWQgaW4gYW5kIHRoZW4g cmV0dXJuIHRoZW0gYW4gWE1MDQpkb2N1bWVudCB3aXRoIHRoZWlyIGluZm9ybWF0aW9uLiAgV2hl biBJIHJ1biB0aGUgInRlc3QiIGhhcm5lc3MgdGhhdCBpcw0KZ2VuZXJhdGVkIGJ5IHRoZSBJRCwg ZXZlcnl0aGluZyB3b3JrcyBmaW5lLiAgV2hlbiBJIGNyZWF0ZSBhIHdlYiBzaXRlDQp0aGF0IHJl ZmVyZW5jZXMgdGh... |
|
| WebService question (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngfreeforall] to [aspngwebservices] by Rachel Reese rachelemilyreese@hotmail.com Hi. I have a strange question. I wrote a web service that handles calls to a database and return values back to a custom client. This custom client is pretty much set in its ways, so to speak. What I need to send back are the equivalent of old INIs, like so: [STUFF] bla 1 bla2 34 [IGOR] test test2 . . .... |
|
| calling webservice dynamicly (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hey, Is it possible at runtime to call a webservice which I called X on a machine which determined by the user from selecting from a droplist? dDavdi |
|
| hotmail and web services (8 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Does anybody know if MS Hotmail provides web service access ? Or at least if MS has any plans to provide it ? .... probably as part of MyNet Services (Hailstorm)... thanks, Rolando rramirezg@hotmail.com RRamirez@belcorporation.com BELCORP Peru http://www.ebelinternational.com Life after Napster http://www.winmx.com , http://www.trippymx.co.uk |
|
| Amazon announces web services (5 replies, VIP) |
| ASPFriends.com 'aspngwebservices' list |
| All, I got an email from Amazon.com today announcing webservices. They have an sdk that you can download from their site. Anybody looked at this yet? Bob Send and receive Hotmail on your mobile device: http://mobile.msn.com |
|
| Web Services through VB.. (6 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi all, I was given this assignment to create a VB interface, when the user enters the Web Service name, I have to show all the input parameters of that particular web service to the user. Then when the user selects the input parameters, I have to create the xml file automatically, that can access the web service to get the result, when the relevant data is passed on to the xml file. I'm new to th... |
|
| HashTable in Web Service (5 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Any idea why this code returns the following error? [WebMethod] public System.Collections.Hashtable GetUserInfo(string UserID) { System.Collections.Hashtable Info new System.Collections.Hashtable(); Info.Add("FName","Kevin"); return Info; } Server Error in '/UserInfo' Application. The type System.Collections.Hashtable is not supported because it implements IDictionary. Description: An unhandled ex... |
|
| IE WebService Behavior w/ ASP.NET? (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngfreeforall] to [aspngwebservices] by Tim Musschoot Tim.Musschoot@rug.ac.be Has anyone used the IE web service behavior in conjunction with ASP.NET applications? We're going for a seamless UI w/o expensive postback trips (thinking that having a client side proxy to Web Service will be more efficient, plus we get to expose our middle tier logic as an added bonus). Just wondering if ... |
|
| help with DTD (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| !ELEMENT MessageType IQ (#PCDATA) The value will always be "IQ", this is crapping out in my DTD..ideas? Is this possible to fix the character value as e.g. 'IQ"? |
|
| Hashtable is not supported (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi, I want to return a set of Name Value pair from my webservice....I used a Hashtable but I got an error in the consumer client code 20 which said.... The type System.Collections.Hashtable is not supported because it implements IDictionary Any replacements for this HashTable? Thanks in advance, Guru |
|
| Web services identity (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi! When I try instantiating a COM object from within a web service, it errors out crying "access denied". It wouldn't surprise me as much if the same code didn't work with plain ASPX either. But it does (to that end I had to grant the ASPNET user a set of rights)! My question is is there something different about the process/thread/??? identity of web services that makes the code fail? How do I f... |
|
| Web service build problems (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| This is getting frustrating..... I have a web services application that (did) works like a charm.. well now I've made some improvements to it. However, when I click on build the build fails with the following error: "Could not copy build outputs to the web. Unable to add *local path to copy of DLL* to the project. Bad Request" Any ideas? Regards Rob. This communication (including all attachments) ... |
|
| Calling Web Services dynamically (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngfreeforall] to [aspngwebservices] by Let the good times roll bbilbro@hotmail.com Hello !!! I wanna have a database with de names of some Web Services, and from my web read this list of Web Services and use them. The problem is that: I'm programing with Visual Studio .NET, and if you wanna use a Web Service, you make a reference to it from the proyect, then you maka a new object fr... |
|
| UI in webservice (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi , I would like to know if i can add some UI like a textbox or filedialogbox to a webservice and from client upload my document on to the server through this web service Chat with friends online, try MSN Messenger: http://messenger.msn.com |
|
| usages of web services (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspngfreeforall] to [aspngwebservices] by Let the good times roll bbilbro@hotmail.com Hi All Please email me what is the best soln of business problem which can be handle through web serverices. In other words the best possible use of Web Services. Mansoor Original Message From: Irene Reid [mailto:ireid@easylink.com] Sent: Tuesday, July 30, 2002 4:21 PM To: aspngfreeforall Subject: [as... |
|
| how to change the default enconding in the xmlheader of a SOAP ws? (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| How can I change the the encoding from utf 8 to ISO 8859 1? Because I'm building a swedish WS I must be able to return other chr than those allowed in utf 8. Below you can se what I whant to change. /Calle change this ?xml version "1.0" encoding "utf 8"? soap:Envelope xmlns:soap "http://schemas.xmlsoap.org/soap/envelope/" soap:Header MyHeader xmlns "http://www.contoso.com" Username Admin /Username... |
|