| Thread | Last Post | Replies |
|
| creating ASP .NET webservice from WSDL file | 16 Jun 2004 01:09 GMT | 2 |
hello dear Group! I need very much to create an ASP .NET webservice out of a WSDL file - it is enough if I would have just empty skeleton webservice that would be working in .NET!!!!
|
| Stock Data Web Service | 15 Jun 2004 08:52 GMT | 1 |
Can anyone recommend to me a good web service to be able to retrieve stock quotes and stock price history?
|
| sorting the web service functions | 15 Jun 2004 07:31 GMT | 1 |
I have about 50 functions in my ASP.NET web service function. When open the web service (the service1.asmx file) in internet explorer, these functions are listed in no order. It's very inconvenient to search and test a specific function. How to let these function listed in ...
|
| Passing a custom class as a parameter to a web service | 15 Jun 2004 01:09 GMT | 2 |
Well, I have searched the net, MSDN, and the newsgroups more (for weeks now really) and still no clear cut examples or descriptions of how to pass a custom class as a parameter to a WebMethod or receive a custom class as a return value from a WebMethod. Every article or newsgroup ...
|
| Caching generic data (not responses) used by a web service??? | 14 Jun 2004 14:14 GMT | 1 |
I'd like to have some suggestions/pointers to how I could implement caching of generic data used by a set of web methods. I don't need to cache the response of web methods but of generic data (in the form of key/value pairs).
|
| Error running web service | 14 Jun 2004 08:21 GMT | 2 |
When I try to run my test web service on my local win2k server using syntax; http://localhost/WebServiceTest/Service1.asmx, I get the following error; Access to the path "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\webservicetest\e0550510\c8feac87" is denied.
|
| WebService newbie - consuming in multi-tier dev env... (DEV-UAT-PROD) | 14 Jun 2004 08:17 GMT | 1 |
I have a web service that we have deployed in our development, UAT, and production environment. When I add the web service to a project, I want to reference the developemnt instance... but when we go into production, I want to reference the production instance... different URLS.
|
| What way to send large data from .NET to Linux-platform | 13 Jun 2004 23:36 GMT | 4 |
I'm currently developing a solution where large amounts of personalised emails are being created (and no, this is not spam...) on the ASP.NET platform and being delivered by a Debian Linux server running Qmail and mySQL. Currently the .NET application just connects to the SMTP-port ...
|
| Server defined objects | 13 Jun 2004 22:31 GMT | 1 |
When I pass a class to a web service as a method parameter, or from the web service as a return value, I get an error to the effect that .Net cannot implicitly convert from WebService.MyClass to MyLocalNamespace.MyClass (substitute usable names). I have set references to MyClass ...
|
| Web Service example | 12 Jun 2004 11:52 GMT | 1 |
I would like to add a web service to our site. The site is hosted remotely and uses an access database as backend. The purpose is to be able to access site's data in the office on the desktops. Is there an example of this somewhere, possible of both the web service and how the ...
|
| How do I check the password hash receive a token in WSE 2.0 | 11 Jun 2004 17:20 GMT | 1 |
By example Client token = new UsernameToken("juan", "1111", PasswordOption.TextPlain ); Server
|
| Need a hand with design a question | 11 Jun 2004 15:59 GMT | 4 |
Here's the story. I have a large database which has a lot of columns. I am creating a web service for clients to use to insert information into this database. All the clients are the same and are identified by a unique 4 digit number.
|
| ASP.NET Compilation Error | 10 Jun 2004 16:25 GMT | 2 |
Can anyone help me. I'm new to ASP.NET and Visual Studio .NET 2003. I got the following error when I try to access the aspx. Compiler Error Message: BC30451: Name 'NameSpaceHersh' is not declared. Source Error: Line 38: NameSpaceHersh.SqlService sot = New NameSpaceHersh ...
|
| exporting a datagrid to excel | 10 Jun 2004 14:51 GMT | 1 |
Can anyone tell me how to export data contained in a datagrid to excel using MC++? -------------------------------- From: Jonathan McMorris -----------------------
|
| Consume php webservice in dotnet | 10 Jun 2004 14:50 GMT | 1 |
Are there code samples, technical information to consume a php webservice in a dotnet environment like asp.net? Thx in advance, Paul
|