| Classic ASP Consuming Web Services (5 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I have a small question on web services. A client of mine wants me to provide him an XML feed via Web Services to a Classic ASP Application. What does he need to do to be able to consume this Web Service on his end? How can he make calls to the Web Service without a Proxy file? Thanks, Web Services Newbie Jim Davis |
|
| query wsdl file (4 replies, VIP) |
| ASPFriends.com 'aspngwebservices' list |
| how can i make query in wsdl file to find webservices method description ( name parameter)by using c# Do You Yahoo!? NEW from Yahoo! GeoCities quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 |
|
| WebServices Advocacy (6 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hello Is there a .net presentation in powerpoint that I can get from somewhere which I can use to "advocate" to clients and/or management? thanks |
|
| Interesting Article (10 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Web Services: It's So Crazy, It Just Might Not Work "Unfortunately, though, Web Services are being sold not only as improved plumbing but also as a way to create fantastic new software, seamlessly and automatically connecting any two business processes or applications anywhere on the network as if by magic." http://www.xml.com/lpt/a/2001/10/03/webservices.html |
|
| Books on Webservices? (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hello, What books are available on Web Service Development (specifically with vb.net). I am aware of Yasser Shohoud's at vbws.com and am looking forward to its publication. What else is available where more than just a chapter is out there? Chuck Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
|
| Available Web Services (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Does anyone know of any availability of webservices for weather, news, or sports? |
|
| WSDL loses SSL... (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Here's something weird... I have several .NET beta 2 web services running in an SSL secured directory behind MS ISA Server (firewall/proxy). (More precisely, the ISA server has the SSL certificate and translates the SSL to HTTP inside the firewall.) We've noticed an odd thing: At first, the autogenerated WSDL returns the path to the web service calls with the https:// prefix, but after a little wh... |
|
| NOT ANSWERED BEFORE - Session State Problem (5 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I am developing a web service which, among other things, has a WebMethod called HitCounter which uses Session state to keep track of the number of times a page is posted during a session. When the .asmx file is tested directly in a browser, the HitCounter works correctly, incrementing each time the method is invoked. However, after creating the proxy, compiling to a dll, and then calling it from a... |
|
| Web service argument problem (9 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi All, I've a web service that accepts an object type of struct as an argument. I've compiled and created a proxy of the web service and placed the proxy DLL in the bin folder. I'm trying to pass the strict to the web service and I'm getting the following error. Compiler Error Message: CS0120: An object reference is required for the nonstatic field, method, or property 'MyNS.MyWS.Update(MyNS.St O... |
|
| Referencing Nested Classes from Within web service client (6 replies, VIP) |
| ASPFriends.com 'aspngwebservices' list |
| I can't access a nested class from within a web service. I have a web service named Outer. It has a nested class named Inner. Here is the code: [WebService] public class Outer : System.Web.Services.WebService { public class Inner { public string StockSymbol; public string StockName; public double Price; } In VS.NET, I am creating a web app, called ServiceConsumer, to consume the web service. The f... |
|
| SoapUnknownHeader (6 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi All, I was wondering if it would be a good idea to incorporate processing for the SoapUnknownHeader in all WebMethods of my WebService so that no errors occur if a client did send my webservice any headers I was not expecting. I would think this would help in making my WebService more robust ! Am I thinking in the right direction ? Are there any downsides to doing this ? TIA, Jehangir |
|
| XmlInclude Attribute and Polymorphism (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I am trying to use Polymorphism on WebMethod's parameters. For example, my webservice's namespace contains a class definition for 'class Pet' and two other derived calsses 'class Dog' and 'class Cat' both having been derived from 'class Pet'. My WebMethod takes an object of the type 'Pet' as a parameter. When a client invokes the webmethod he uses either a 'Pet' type parameter or a 'Dog' or 'Cat' ... |
|
| Webservice Xml input Parameter (3 replies, VIP) |
| ASPFriends.com 'aspngwebservices' list |
| Is there any way to pass an xml object into a webservice as a parameter? As far as I've read, you can only pass primitive data types in as parameters but can pass back an XmlNode or an array of XmlNodes. Is this correct. I know I could conver the xml to a string and pass it in that way but I am concerened about the string length (or more specifically, the url query string length) restrictions. Any... |
|
| Making GET Request from within ASP.NET (6 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I cut and pasted the Quickstart Tutorial "How Do I... Make a GET request from within ASP.NET". Yet, when I run the page (IIS on win 2000 pro) I keep getting the following error: "The underlying connection was closed: The remote name could not be resolved. " All the Console based stuff works fine, but making the calls from ASP.NET fail. Any ideas??? Again, this was a simple cut and paste. Thanks, A... |
|
| 'System.NullReferenceException' occurred in system.web.services.dll (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| This message, which was originally sent to "aspngvs", has been copied to "aspngwebservices" mailing list by the List Master Hi, I'm having a problem when I call a web service asynchronously if that call fails (for example if the server isn't available). It only happens (or at least it's only visible) when running the client in VS.NET. I'm running VS.NET beta 2 SP2. I have a Begin... invocation on ... |
|
| Cookies In Web Service (7 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Has anyone tried or does anyone know how to set and get HTTP cookies from a Web service? For example: Say application 'A' is a consumer of my webservice. I want to have a method in my Web service that will read cookies from a client machine that is using application 'A'. Is this possible????? Thanks! JT Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp |
|
| Consuming WebService from internet - Not working (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi, We tried to consume xmethod webservices from internet. We are able to create proxy dll for .NET webservices. But consuming application doesnt work. It says 'The remote name could not be resolved'. (Please find the attached aspx and error). What may be the problem? Also creating proxy dll for Apache webservices doesnt work. We use .NET beta2. And this Win2K PC is connected to internet through o... |
|
| Use a Web Service behind a firewall (14 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Copied from [aspngvs] to [aspngwebservices] by darthcarroll@asplists.com i would like to use a web service, but i cant use it because im behind a firewall, i tried wiht vb .net and it works but when i try with Web Forms it doesnt work can anybody help me? thank in advance, luis ruiz Do You Yahoo!? Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger http://im.yahoo.com |
|
| Transaction in ASP.NET (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Copied from [aspngarchitecture] to [aspngwebservices] by darthcarroll@asplists.com 0 234301073 1000435743 :72236 Content Type: TEXT/PLAIN; CHARSET US ASCII I am developing homepage. I want my business login to be included in asmx file. Cuz it is business logic, asmx file must be participate in transaction. So, I made my asmx class like this : [WebMethod(TransactionOption TransactionOption.Required... |
|
| Sending DataSet using TCP Socket. (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Moved from [aspnotnewbie] to [aspngwebservices] by darthcarroll@asplists.com 0 682445121 1000346584 :26630 Content Type: TEXT/PLAIN; CHARSET US ASCII My scenario is as follows : [TCP Client Mediator(make TCP SOAP connection) WebService Database] I want my TCP Client(which is BREW) to make a call to webservice. I conceived an idea to place a mediator between TCP Client and WebService. WebService is... |
|
| Urgent: Oracle 9i service not working (8 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi, We have a Oracle 9i webservice deployed in our intranet server. Now we need to consume this service in .NET. We are able to create Proxy DLL in .NET. It creates successfully. But when we try to consume this service, we get the following error. What may be the problem? Please find the attached WSDL file generated in Oracle 9i. Error: Server Error in '/zzz' Application. The underlying connection... |
|
| how to determine web service location at run-time instead of compile time of the client? (3 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I have the same web service on 3 different boxes, what I want to do is write code so that I can dynamically assign the location of the web service (so that it hits one of the 3 boxes), kind of like load balancing. Anyone have any sample C# code on how to specify the location of the service at run time instead of compile time?? |
|
| I want to specify the location of the web service on the client at run time...anyone? (5 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I think i didnt clearly explain my last post. Here is the sample scenario that I want to accomplish. I have 3 web services. 1. http://development/default.asmx 2. http://staging/default.asmx 3. http://production/default.asmx I have one client. I have a message box on the client where i want to specify the service to use ( ie, the above web services dev, staging, or prod). I know how to set the clie... |
|
| Web Services and ADO.NET (8 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Most of the web service example I've seen are pretty basic. They just send back a string. I need to send back a stream of data (basically a recordset). Has anyone done this or know of an example. Not sure if I should be sending back (via RETURN statement) a XML DataSet. Scott |
|
| Adding Web Reference for a Web Service (5 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I have written a simple Web Service within a VS Web Service project. It currently lives on my local server. In another separate project, I am writing a web form which will consume the webservice of the first project. In order to consume the webservice, I've added a Web Reference for the above webservice with the following reference to the discovery file: http://localhost/mywebService/myWebService.... |
|