ASPFriends.com 'aspngwebservices' list
Up to: Discussion Lists

  • RSS Syndication
  • Latest Discussions Archive
    Could not access CDO.Message error (6 replies)
    ASPFriends.com 'aspngwebservices' list
    html div style 'background color:' P Hi, /P P Is any one got " FONT color #ff0000 Could not access CDO.Message error /FONT " /P P It's a simple Web Service. It will take Email Address and BR It sends Email. We installed it in production. When tested BR it with Web Service Test Page, We got the above error. /P P I would thik, It is some Sequrity permissions problem. BR It's unable to access cdo.mes...
    Soap Web service (14 replies)
    ASPFriends.com 'aspngwebservices' list
    We have a fairly complex object that is passed into a web service method. This object can get rather large as it contains embbeded objects in arrays. Built in .net functionality has got us up and running in no time at all, but now we need to meet performance numbers and want to override some of the .net webservice parsing. In laymen terms, we want to be able to start reacting upon parts of the mes...
    Use of SoapHeaders (2 replies)
    ASPFriends.com 'aspngwebservices' list
    Hello All, I am developing a web service. And I need to send some common information (ClientId, CustomerId etc) in each of the Web Methods. So I am thinking of putting those common parameters in a SoapHeader. Can anyone please tell me if there are any other advantages I get when I use SoapHeader in .NET. Also if the client is going to use it and set the SoapHeaders for each WebMethod, is there a w...
    Web Services .ASMX 404 error and VS.NET proxy code url formation (5 replies)
    ASPFriends.com 'aspngwebservices' list
    I'm rather new to web services (this is hour #4), but quickly encountered a confusing situation regarding VS.NET and a simple web application call to a crude "Hello World" service. After doing a quick archive search on this list, I found that several other people have had similar issues... and I'm hoping that the solution I found will add some fuel to the investigation. In my environment, I have a...
    XML Web Service (2 replies)
    ASPFriends.com 'aspngwebservices' list
    Moved from [aspngfreeforall] to [aspngwebservices] by devin dmrader@sseinc.com Hi All, Really Simple question, I hope... I am tyring to hook up to a web service. This is what I need to do... "Send an xml access Request message concatenated in front of the service request message to the tool. To send a request message to a tool, an application writes a stream of data to the tool via a secure tcp/ip...
    call my ws from java servlets (2 replies)
    ASPFriends.com 'aspngwebservices' list
    Hello, I have developed a Web Services with Soap Toolkit and I didn't have any problems because all my clients have platforms Windows. Yesterday, one client tells me that he has an application developed in java on platform IPlanet (Sun). Sincerely I don't know how call my web services from his application. Searching in google, I found that exist a tool for to make the client proxy of my Web Servic...
    Access Forbidden (8 replies)
    ASPFriends.com 'aspngwebservices' list
    Moved from [aspngfreeforall] to [aspngwebservices] by Terri Morton tmorton@macdirect.com Hello all, I have created a simple Web Service which exposes 2 methods. It has been deployed to our IIS server and runs fine when called from my computer or from the server itself. When I call it from my client app on other machines on our network I get an exception with the following: The request failed with ...
    different between web services and XML web services (2 replies)
    ASPFriends.com 'aspngwebservices' list
    Moved from [aspngstart] to [aspngwebservices] by Michiel van Otegem mvo@mail.aspnl.com hi, friends... Sorry, if this topic is out of date, but i'm still confused what is diffrent between Web Services and XML web Services?? anyone know? Thanks Have a nice day Thanks, titik
    Web Services Security Model (2 replies)
    ASPFriends.com 'aspngwebservices' list
    Copied from [aspngsec] to [aspngwebservices] by Yannick Smits dotnet@stepcompany.com Folks, I am trying to come up with a security model for a distributed application that is installed within an organization. There are 2 important entities in this distributed application: 1) Desktop Agent: This agent is an NT service that is installed on client desktop/workstations (9X, NT, 2000, XP etc). 2) Serve...
    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...
    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...
    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
    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...
    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) ...
    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...
    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
    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"?
    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 ...
    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...
    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...
    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
    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
    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
    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 . . ....
    Web Service Security... (3 replies)
    ASPFriends.com 'aspngwebservices' list
    SSBoYXZlIGEgd2Vic2VydmljZSB0aGF0IHJlcXVpcmVzIE5UIGF1dGhlbnRpY2F0aW9uLiAgRnJv bSB0aGUNCklQcmluY2lwYWwsIEkgZGV0ZXJtaW5lIHdobyBpcyBsb2dnZWQgaW4gYW5kIHRoZW4g cmV0dXJuIHRoZW0gYW4gWE1MDQpkb2N1bWVudCB3aXRoIHRoZWlyIGluZm9ybWF0aW9uLiAgV2hl biBJIHJ1biB0aGUgInRlc3QiIGhhcm5lc3MgdGhhdCBpcw0KZ2VuZXJhdGVkIGJ5IHRoZSBJRCwg ZXZlcnl0aGluZyB3b3JrcyBmaW5lLiAgV2hlbiBJIGNyZWF0ZSBhIHdlYiBzaXRlDQp0aGF0IHJl ZmVyZW5jZXMgdGh...
    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 (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...
    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...
    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...
    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 ...
    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...
    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....
    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...
    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...
    Web Services (4 replies)
    ASPFriends.com 'aspngwebservices' list
    Copied from [aspngconfig] to [aspngwebservices] by Marcie Jones marciejones@yahoo.com Moved from [aspngfreeforall] to [aspngconfig] by Tim Musschoot Tim.Musschoot@rug.ac.be Hello everyone. I just started working through a few Web Services tutorials and encountered a strange problem. I cannot find the wsdl.exe file, which is needed to consume a web service. Should I reinstall asp.net or is there so...
    Please help with POST operation (2 replies)
    ASPFriends.com 'aspngwebservices' list
    how can I make a POST command from a webservice? I want the user to provide me with a word for search purposes and then I need to take that and POST it to our searchengine. Please help /Andreas Kviby
    VS.Net created Web Service proxy classes (2 replies)
    ASPFriends.com 'aspngwebservices' list
    Had vs.net create a web service proxy class today and came to find that it not only created a proxy for my web service but also a proxy for the class that one of the web service methods is taking in as an argument. Now, this second proxy class is in error, so, how do I get VS.Net to not do this? The class was referenced from both the Web Service project and the Web Site project. Thanks, Ryan [This...
    Design Question (3 replies)
    ASPFriends.com 'aspngwebservices' list
    Hello everybody, My webservices webmethod's parameter is a file name which is actually the path to the file. What my web method does is It accepts the path to the file.....gets the file and parses and sends back some info Now if I want to host the service then this method wont work since my webmethod would then try and access the file on any remote computer and it wud fail. How do I go about desig...
    Request server var in web service (4 replies)
    ASPFriends.com 'aspngwebservices' list
    Moved from [aspngfreeforall] to [aspngwebservices] by Tony Stark IronMan@aspelite.com I have a web service created using VStudio.NET and would like to audit uses of that service and capture IP address information in case I need to follow up on fraudulent use. I looked at the Request variable's UserHostAddress field, but in my web service I can't seem to access the Request variable despite have Sys...
    Web Service: Web Method Overload (5 replies)
    ASPFriends.com 'aspngwebservices' list
    Moved from [aspngfreeforall] to [aspngwebservices] by Marcie Jones marciejones@yahoo.com Does anybody know of a reason overloading a web method should fail? Kevin
    Web Services over ASP 3.0 (6 replies)
    ASPFriends.com 'aspngwebservices' list
    Can you consume Web Services from ASP 3.0. If so how? Kevin
    Perform a POST Query to a DLL with a webservice (2 replies)
    ASPFriends.com 'aspngwebservices' list
    Hi I have created a lot of webservices yesterday in MS new astonishing tool WebMatrix which really kicks ass. But now I have one problem. I need to be able to create a webservice that will send the string I send (named XMLQueryString) as a field in a POST operation to a DLL file on an IIS Server and then I need to catch the XML formatted data returned by that COM object and return that as an datas...
    Forcing webservice class to be serializable (3 replies)
    ASPFriends.com 'aspngwebservices' list
    Moved from [aspngfreeforall] to [aspngwebservices] by Tim Musschoot Tim.Musschoot@rug.ac.be Anyone knows how to force a webservice class to be serializable after regenerating it from wsdl? I have in the web service: [Serializable] public class UserInfo { public string username; public string password; } But after wsdl I get in the reference.cs: public class UserInfo { /// remarks/ public string us...
    Simplest question (2 replies, VIP)
    ASPFriends.com 'aspngwebservices' list
    Moved from [aspngcommunity] to [aspngwebservices] by Ryan Trudelle Schwarz ryants@aspelite.com Hi I just wonder if any of you have some simple webservice code I can use to start creating a simple framework on webservices. It's a rather huge project but I just need something to get started with of any you have any. Regards Andreas Kviby Head of Development & Co founder Binary Brothers AB C5s F6gata...
    Where is my proxy class? (3 replies)
    ASPFriends.com 'aspngwebservices' list
    When I add a Web reference in Visual Studio.NET, where is the Web service proxy class stored? Robert Standefer III "I prefer Dr. Pepper. Mr. Pibb didn't even finish college." Buzz Chapman Do You Yahoo!? Yahoo! Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
    getting hostname in namespace declaration (3 replies)
    ASPFriends.com 'aspngwebservices' list
    Moved from [aspngfreeforall] to [aspngwebservices] by Cain Marco juggernaut@aspelite.com gentlefolks.. i have webservice that is going to be installd on different machines.. is possible to get hostname somehow where "hostname here" is? i try the Namespace System.Net.Dns.GetHostName() but fails saying not a constant.. namespace Services { [WebService(Namespace "hostname here")] /// summary /// Summ...
    Stock Symbols (7 replies)
    ASPFriends.com 'aspngwebservices' list
    Hi all, Quick question, Does anyone know how or where one can find a webservice, that you pass in the stock symbol and it returns the price, volume, etc. I have a client that stores their clients tickers in a file, and I'd like to make a little pop up window for them that displays the stock info TIA Scott
    Network path (7 replies)
    ASPFriends.com 'aspngwebservices' list
    Hello, What my web service does: Reads in a file and extarcts some info from it...so basically its a parsing method. What it takes as a parameter : Takes in a string which is the path to a file. When I try and pass to the method from my local machine, its working fine.....But when I try to access from another machine its throwing up an error saying no permissions granted....Where do I specify the ...
    Debugging webservices (8 replies)
    ASPFriends.com 'aspngwebservices' list
    I have a VS.Net project that contains a webservice project and a Windows Forms project. I realize that the paradigm is not the same as debugging multiple components but what I'd like to be able to "step into" the webservice code when the client calls a web method. Is there a way to do this?
    Web reference in a vb.net object (2 replies)
    ASPFriends.com 'aspngwebservices' list
    Moved from [aspngcommunity] to [aspngwebservices] by Cain Marco juggernaut@aspelite.com How can I reference a web service inside a VB.NET component without using Visual Studio? Jeff Phipps 918.605.3813
    Visit the archive for messages from this site.
  • July 2001 (2 items)
  • August 2001 (17 items)
  • September 2001 (8 items)
  • October 2001 (42 items)
  • November 2001 (23 items)
  • December 2001 (22 items)
  • January 2002 (40 items)
  • February 2002 (33 items)
  • March 2002 (32 items)
  • April 2002 (32 items)
  • May 2002 (23 items)
  • June 2002 (22 items)
  • July 2002 (25 items)
  • August 2002 (8 items)
  • August 2004 (1 item)
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com