ASPFriends.com 'aspngwebservices' list Archive - June 2002
Messages
Page: 1
File Not Found Error (5 replies)
ASPFriends.com 'aspngwebservices' list
Hello, My webservice method takes in a string as a parameter which is actually the path to a file.....But when I give the path and say Invoke its giving me a FILE NOT FOUND error.....I am attaching the code snippet below....... Thanks for any help. Regards, Guru
Referencing a web service (3 replies)
ASPFriends.com 'aspngwebservices' list
Hi, I have created a web service, now I want to use it from my code in another project... I have set up a web reference to it from another class of mine (Class Library) But I cannot see the web services namespace. I have renamed the Folder name to my own name and there is nothing "under" it. The only way I could see the web service is if I added the ascx file to the Class Library project which is ...
Error in Compilation of Beta 2 Web Services in .NET Framework V1. (2 replies)
ASPFriends.com 'aspngwebservices' list
Moved from [aspngcommunity] to [aspngwebservices] by alotofmail@tripleasp.net alotofmail@tripleasp.net Please help I could not compile my old web service file of Beta 2 in Version 1 of .NET framework. I have the following code in my .asmx file %@ WebService Language "C#" Class "Item" % %@ Assembly name "System.EnterpriseServices" % using System; using System.Data; using System.Data.SqlClient; usin...
Asynchronuous call to webservice (9 replies)
ASPFriends.com 'aspngwebservices' list
Hi, I'm trying to call my webservice asynchronously in order to display a message while the webservice is processing. What I would like to accomplish is the following: 1 Begin Call to webservice 2 Display message that the query is going to take a while 3 End call to webservice 4 Erase previous message, and display the result of webservice in a datagrid. This is the code I have been using, the code...
Overload Web Method? (4 replies)
ASPFriends.com 'aspngwebservices' list
Can you overload a web method? I was getting an error saying '2 methods have the same message type: 'mymethod'' or something like that.
Serialize Request Object? (2 replies)
ASPFriends.com 'aspngwebservices' list
RE: [aspngwebservices] Re: Asynchronuous call to webserviceI want to be able to pass a user's current context or request object to a web service so that the web service will be able to examine the user's credentials and cookies and querystring and whatnot directly from within the web service. Is there any easy way to do this? I don't imagine that I can pass the HttpRequest class in as a parameter ...
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
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?
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 ...
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
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...
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
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...
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...
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...
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
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
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...
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...
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...
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
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...
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