ASPFriends.com 'aspngwebservices' list Archive - November 2001
Messages
Page: 1
Passport? (2 replies)
ASPFriends.com 'aspngwebservices' list
Can anyone direct me to an article or other info regarding integrating MS Passport into a website? ............... Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Web Service - Access Forbidden Error (2 replies)
ASPFriends.com 'aspngwebservices' list
Copied from [winforms cs] to [aspngwebservices] by Charles Carroll darthcarroll@asplists.com I am trying to write Web Service to be used my my Winforms Client App....I can get the Web Service to work fine WITHOUT any secuity (but this leave my crucial data OPEn to anybody who "DISCOVERS" my web services. To combat this issue, I use a NetworkCredential Object in the Proxy Class of my Web Service (T...
WebServices books (4 replies)
ASPFriends.com 'aspngwebservices' list
Hi Are there any good books on WebServices out there yet? I've taking a look at the 'Building WebServices: Making Sense of XML, SOAP, WSDL and UDDI" which looks appealing, but isn't out till December. Any other contenders?
Using Web Services from Win Client, authentification using IIS (3 replies)
ASPFriends.com 'aspngwebservices' list
I'm working on a client that communicates with the server using Web Services, it's all based upon the .NET framework beta 2. After the user have installed the client on his computer and starts up the application it will try to load an assembly (using the System.Reflection namespace) located on a protected virtual folder on the webserver. When I do this the user gets a dialog box (when Basic is ena...
Commercial Web services (3 replies)
ASPFriends.com 'aspngwebservices' list
Hi All Is there any web services provider / developer who is Actually making products which are consumed by others ? What are the reevnue targets of those web services ? What areas do they exist in ? Web services seem a very good model, but with the extra rpc over head, what type of apps actually require them ? Is there any resource to articles on web services used commercially [ excepting the pas...
Dynamic Array (2 replies)
ASPFriends.com 'aspngwebservices' list
Hi, Can anyone tell me, how to create and return a dynamic two dimentinal array from a webservice using C# ? Thanks, Krishna
Session Magmt (5 replies)
ASPFriends.com 'aspngwebservices' list
Hi, Can anybody tell how to maintain Session in WebServices? I have two web services running. Now in my client when I call the first web service, the web service creates an instance of certain component. and stores the same in a Session Object. But I'm not able to refer to the Session object when i call the second web method. The session object returns null.. can anybody have an answer for this???...
Returning custom class objects? (15 replies)
ASPFriends.com 'aspngwebservices' list
I might be making this way to complicated, but I am trying to pass an ArrayList of custom class objects via a web service. I wrote the webservice no problem, but how does the consumer know what the structure of my custom class is? How would the consumer handle the data once it is retrieved? For example, if this is my webservice (simplified): public class myWebService { private ArrayList a; public ...
wsdl / import bug ? (3 replies)
ASPFriends.com 'aspngwebservices' list
Hi, I just tried to run wsdl.exe against a local wsdl file to generate a client proxy, the wsdl file contains an import element that points to a http URL, e.g. import namespace 3D"http://soap.pocketsoap.com/registration/types" location 3D"http://www.pocketsoap.com/registration/types.xsd" / running wsdl.exe against a local copy of the wsdl failed with an error that it can't find a type [defined in ...
J2EE proxy of a .NET webservice (20 replies)
ASPFriends.com 'aspngwebservices' list
I have written a .NET WS which I want to provide the proxy for to clients, who will be writing the proxy and the consumer in J2EE. What do I need to provide to the J2EE programmer, in the way of support files of the WS, for her to write this client proxy? Many thanks
Content Type Error (2 replies)
ASPFriends.com 'aspngwebservices' list
I had an interesting error today. I was running a .NET winforms application that consumes a webservice and it was working fine. For a time, I stopped using the program and was browsing the net with IE6, and (the program was still running idle in the background.) Then I went back to the winapp and clicked a command button which would make a call to the webservice to bring back a dataset, and I got ...
accessing web service from Excel (2 replies, VIP)
ASPFriends.com 'aspngwebservices' list
Moved from [aspngdata] to [aspngwebservices] by Charles M. Carroll darthcarroll@asplists.com I would like to use Excel as user interface for a web service. Does anybody know about a sample VBA code which gets data from a web service? Thanks, Gabor
Becoming well voiced in Web services quickly. (2 replies)
ASPFriends.com 'aspngwebservices' list
Hey guys, im looking to learn .NET web services pretty quickly and was wondering if anyone has a list of links or any particular books they could recommend. I have got Professional XML Web services by wrox and thoroughly enjoyed it. But it seems because of the unfortunate naming of this technology it is very hard to find accurate results via search engines. I suppose They could have named it ".NET...
RE: J2EE proxy of a .NET webservice (2 replies)
ASPFriends.com 'aspngwebservices' list
Keith Ballinger is trying to post this message but it keeps bouncing so I'm posting on his behalf. Yasser Shohoud Web Services resources and training at www.LearnXmlWS.com Original Message From: "Keith Ballinger" keithba@microsoft.com To: "aspngwebservices" aspngwebservices@aspfriends.com Sent: Monday, November 12, 2001 2:45 PM Subject: RE: [aspngwebservices] RE: J2EE proxy of a .NET webservice A ...
returning schema exceptions (9 replies)
ASPFriends.com 'aspngwebservices' list
Can anyone point me in the right direction for raising errors in the basic web service example shown below. If schema validation fails I need to raise the appropriate schema exception error and throw it back to the client. Thanks Imports System.Web.Services Imports System.Xml Imports System.Xml.Schema Public Class GetStockQuote Inherits System.Web.Services.WebService Public sError As String WebMet...
Help .."The request failed with HTTP status 404: Not Found" (3 replies, VIP)
ASPFriends.com 'aspngwebservices' list
Hi there guys! ..I'm not sure if you are the rite team i should ask this but this is the only adress I got :) ..if you have the rite adress can you give it to me or foward this email to them..?? .. ..I'm working with: Windows 2000 Profesional SP2 Visual Studio .NET Beta 2 Version 7.0.9254 Internet Explorer Version 6.00.2462.000 IIS 5.0 .. ..I'm try to do a Web Service with VB, in VS .NET, i just c...
Follow on Web Service Firewall question for Yasser (2 replies, VIP)
ASPFriends.com 'aspngwebservices' list
I downloaded the sample code for Yasser's weather webservice client and had a question: I downloaded the sample and tried to run it, but I get an error retrieving weather information. I suspect it is because I am behind a firewall. How does one deal with the firewall id/pw in a web service? Yasser's response was: if the firewall requires logging in you need to provide your credentials: Dim nc As N...
Sending Typed DataSets across the wire (14 replies)
ASPFriends.com 'aspngwebservices' list
I am trying to send a typed dataset that has two tables in it across the wire. The tables have a parent/child relationship defined in the XSD Schema used to type them. You should be able to get to the real app here: http://dmad0001.drone.com/TEST/service1.asmx Heres the C# code in the web service: string sDSN "myConnectionString"; string sSQL1 "SELECT * FROM TEMP LOC"; //PARENT TABLE string sSQL2 ...
web service help (11 replies)
ASPFriends.com 'aspngwebservices' list
Hi How r u, I need help, I have created an .asmx file and after that have successfully created it .vb or .cs file by this command wsdl.exe /language:VB http://localhost/srvs/mathservice.asmx?wsdl now want to use that web service in asp.net page and whenever I use this command Dim Service As MathService.MathService New MathService.MathService() it gives me an error that "Type is not defined: 'MathS...
WS written in C# vs. VB.NET (2 replies, VIP)
ASPFriends.com 'aspngwebservices' list
Hi everyone, We had a discussion going on in the review books forum, and an interesting query came up. A new book is to be published by Wrox, which by the namesake of the title focuses on WS written exclusively in C#: "Professional C# Web Services: Building .NET Web Services with ASP.NET and .NET Remoting": http://www.amazon.co.uk/exec/obidos/ASIN/1861004397/ref%3Dpd%5Fsim%5Fb%5Fdp/ 202 0974889 50...
xmlns="blah" when using asp:Xml and XML Web Service (8 replies, VIP)
ASPFriends.com 'aspngwebservices' list
OK, I'll be the first to admit, I am not an XSLT expert. I get by, but that's about it. Here's the issue: I have an ASP.NET XML Web Service that returns custom XML output...a collection of Product objects in an array...something like: ?xml version "1.0" encoding "utf 8"? Category xmlns:xsi "http://www.w3.org/2001/XMLSchema instance" xmlns:xsd "http://www.w3.org/2001/XMLSchema" CategoryID "1" Categ...
Using RegExp object in .NET (4 replies, VIP)
ASPFriends.com 'aspngwebservices' list
Hi everyone, I'm building a Web service for internal use which reporters can use to "wash" their stories and have the thier content be returned treated with formatted hyperlinks, based on a collection of predefined HREFs (mainly just organizational sites and past storylines we've done), if certain text phrases exist in their articles. The theory is that they'll enter their text in a Web form in AS...
Service working w/winforms not working w/webforms (9 replies)
ASPFriends.com 'aspngwebservices' list
I have a winforms application that connects up to a web service just fine. However when I try to connect to it from a web project as the consumer (on my localhost machine) I get: Server Error in '/PortalVSVB' Application. The underlying connection was closed: Unable to connect to the remote server. Description: An unhandled exception occurred during the execution of the current web request. Please...
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