ASPFriends.com 'aspngwebservices' list Archive - August 2001
Messages
Page: 1
Discovery of Web Services (2 replies)
ASPFriends.com 'aspngwebservices' list
I have several questions about the whole discovery process. Hoepfully, someone can either clear this up or point me towards suitable documentation. 1. Does VS.NET create .disco files? I see that it creates .vsdisco files, but this does not look like a normal disco file. 2. All the documentation and samples I have seen about .disco files simply have the disco file pointing to the WSDL URL for the w...
Other WebServices resources... (2 replies)
ASPFriends.com 'aspngwebservices' list
Given the hype about webservices, the traffic on this list is quite low what other resources are people using to discuss webservices (specifically ones developed with .NET) Steve Marshall Software Developer 20 UniTech 25 Bernard St, Edinburgh, EH6 6SH Phone : 0131 472 5562
Sending files with soap (3 replies)
ASPFriends.com 'aspngwebservices' list
Hi, is it at all possible to send a file with soap?
Adding a Web Reference (4 replies, VIP)
ASPFriends.com 'aspngwebservices' list
I have created a web service. Now I am creating a web page which consumes the web service. If I manually create the proxy dll, I can add a reference to that dll in VS.NET by clicking on Add Reference in the Solution Explorer and pointing to the dll. The consuming web page works fine. However, I have read that I can click on Add Web Reference and point to the URL of the web service WSDL and VS.NET ...
Books (2 replies)
ASPFriends.com 'aspngwebservices' list
Hi Can anyone direct me to a good book on soap? Thanks
Perfomance ? RPC vs SOAP (5 replies)
ASPFriends.com 'aspngwebservices' list
We are planning on replacing all of our VC RPC calls with SOAP. As far as I know, due to XML and HTTP overhead SOAP performs slower than COM and DCOM. Do you have any similar experience? Is this a wise thing to do to replace RPC calls with SOAP calls, would you suggest any resources for perfomance statistics? Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Return Custom XML / Multiple Functions? (3 replies)
ASPFriends.com 'aspngwebservices' list
Can a web Service return multiple functions in a single method? If so how? Can I at least control the XML it returns (IE, control the Node Names of the XML Return values)? Thanks, Jason Withrow
Not Answered: Asynch call to web service (4 replies)
ASPFriends.com 'aspngwebservices' list
We have a web service which exposes three methods. We have a web service client and proxy. The proxy offers asynchronous versions of the three methods. The client is a web page. Our plan is to let the user fill in some info on the form, and click a button. When the button is pressed, we fire off the three methods asynchronously and the web service will poke our three call back methods in the web p...
ANN: New MXChecker web Service Available for Testing (4 replies, VIP)
ASPFriends.com 'aspngwebservices' list
EraServer.NET has posted a new web service, MXChecker, that will validate email addresses using DNS services. http://beta2.eraserver.net/webservices You can test the service, download a proxy and test page and use this to build your own interfaces to MXChecker. As usual, we're looking for feedback on this service! MCA Mike Amundsen host your .NET Webs @ EraServer.NET
Deploying WebServices (3 replies, VIP)
ASPFriends.com 'aspngwebservices' list
I'm confusied about deploying WebServices, I develop a WebServices on http://localhost/MyTest and I deploy it on 20 another server http://www.mysite.com/MyTest . So now I want to access this WebServices through my client without recompile it, How can I tell to my client consumer where he can find a WebServices ? There are any configuration file ? Thanks much in advance Sidney Buss Application Engi...
Web Service Service (8 replies, VIP)
ASPFriends.com 'aspngwebservices' list
It's late and I'm tired, which is perhaps when I think the most creatively. Anyway, following this discussing of Mike's network utility web services, I was thinking about how some web services would be good to have as commodities on multiple machines. That is, ping or tracert is a nice utility to have, but what would be even nicer (IMHO) would be to be able to query the same destination server fro...
web service (6 replies)
ASPFriends.com 'aspngwebservices' list
Hi I created a web service (.asmx) file and successsfully created its(.cs) file by command wsdl.exe http://localhost/srvs/mathservice.asmx?wsdl after this according to the tutorial I issue this command to make it a proxy dll wsdl.exe /l:CS /n:MathService /out:MathService.cs MathService.wsdl it generates an error wsdl file not found, the tutorial is not telling me how to create this wsdl file, I ma...
Converting 'NT Services' to 'WEB services' (3 replies)
ASPFriends.com 'aspngwebservices' list
Can we use SOAP Toolkit to expose methods that are running as "NT Services" and make them available for SOAP clients over http? If not, what would be the best approach to turn functions running as "NT Services" into "web services" for SOAP clients? Thanks in advance for any feedback ... Bilge Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
WebServices (2 replies)
ASPFriends.com 'aspngwebservices' list
This message, which was originally sent to "aspngcs", has been moved to "aspngwebservices" mailing list by the List Master This is a multi part message in MIME format. NextPart 000 001E 01C12EE9.4CD9BBC0 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: 7bit RE: [aspngcs] RE: static void Main()Hi All, Is it possible to pass a structure to a Web Service?. If yes please send ...
Async SOAP calls with Ms SOAP Toolkit 2.0 (3 replies)
ASPFriends.com 'aspngwebservices' list
I appreciate any feedback for the following questions: 1 I am thinking of using Ms SOAP Toolkit 2.0 to consume web services that are created in an external resource from my VC executable. How can I write my client VC function so that it makes an ASYNC SOAP call? (I don't want my UI thread waiting for the SOAP call to complete) 2 How can I expose a C/C based application on UNIX operating environmen...
Cannot compile web service (2 replies)
ASPFriends.com 'aspngwebservices' list
I get a strange error by using this command: wsdl.exe http://localhost/tests/dataservice/DataService.asmx?SDL /l:VB /n:DataService /out:DataService.vb vbc /out:bin/DataServiceVB.dll /t:library /r:system.data.dll /r:System.Web.dll /r:System.Xml.dll /r:System.Web.Services.dll DataService.vb pause Error is on the end of this message. I was trying to recompile the sample dataservice from MS ASP.net Qu...
Newbie question (6 replies)
ASPFriends.com 'aspngwebservices' list
Copied from [winforms cs] to [aspngwebservices] by darthcarroll@asplists.com I need to write a very basic web service and consume it with a winform app. I am not sure of the differences between SOAP or MSMQ to deliver the messages. In the long run of things, I need to "guarantee" the message was delivered to the webservice and if at all possible, encrypted results. Since I am new and need to crawl...
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