| URLs Required (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi, I am looking for some more material to understand and delvelop some more web services, as untill now I have just created sample web services, I am looking for some urls or idea which I can implement for practice basis. Take care, have a nice day Mansoor Sadiq |
|
| NNTP Newsgroup and MSN Messenger XML Web Services (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hello, Was hoping you might kick around some web services I just put out: http://www.brains N brawn.com/messenger http://www.brains N brawn.com/newsgroup Thanks casey |
|
| beta async web service problems (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Has anyone done stress testing on an asynchronous web service using .net beta2? If so, did you have any problems with the threads getting mixed up? The reason that I ask is that I have an async web service that is taking a string and passing it to a message queue for processing and waiting for its response. I've got the code written in both beta1 and beta2. Beta1 works fine, it actually performanc... |
|
| Opening a socket in Web Service method (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| I want to send SMS/E MAIL message when special parameters are passed to web service method. Does opening a socket in asmx do any harm? (I also want to know whether opening a socket in aspx file is okay or not.) DreamWiz Free Mail @ http://www.dreamwiz.com/ DreamSearch Click the world!!! http://search.dreamwiz.com/ |
|
| how to serialize and deserialize a datareader? (2 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Copied from [aspngcs] to [aspngwebservices] by darthcarroll@asplists.com This is a multi part message in MIME format. NextPart 001 01C13FD3.BFDF15C6 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: quoted printable Anyone have any sample codes on how to serialize and deserialize a datareader so that it can be read by a client accessing a web service?? (using the xmlseriali... |
|
| Correction, it's tonight at 10:30pm EDT (3 replies, VIP) |
| ASPFriends.com 'aspngwebservices' list |
| They just corrected the announcement on the radio. This makes more sense for the West coast. 10:30PM EDT. 7:30PM PDT. Yasser Shohoud Read the book "Building Web Services with Visual Basic" at http://www.vbws.com/book/ Read the .NET Web Services newsletter at http://www.vbws.com/newsletter Original Message From: Book [mailto:book@devxpert.com] Sent: Tuesday, September 18, 2001 12:10 PM To: 'shohoud... |
|
| The name 'Server' is not declared (5 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hello, I have an asmx file that I am creating a database connection, when I use strConn "Provider Microsoft.Jet.OLEDB.4.0; Data Source " & Server.MapPath("/db/globalwindowsdotnet.mdb") & ";" I get an error on the Server.Mappath. This works fine in my other files. Compiler Error Message: BC30451: The name 'Server' is not declared When I hard code the path in it works fine. Is there anything special... |
|
| Performance Testing / Profiling (4 replies) |
| ASPFriends.com 'aspngwebservices' list |
| Hi all, Here's my problem: I'm trying to test out different configurations for my web service, and even compare a stateful implementation against a stateless one. I have absolutely no idea how to provide a reliable test result. For one thing, caching and other factors make my simple timing attempts pretty irrelevant. Is there any good way to profile different web methods over time to get an idea o... |
|