| Thread | Last Post | Replies |
|
| minimum version of IE for using Web-Service. | 30 Sep 2003 22:12 GMT | 4 |
What is the minimal version of Internet Explorer, so I can use the web-service technology ? Thanks :)
|
| how 2 return xml dataset to non-.NET users, formatted in a table? | 30 Sep 2003 20:18 GMT | 2 |
We have some services that return datasets. In asp.net datagrids they look fine. But we have external users that want to use these same web services from a GET, because they do not have a web-service enabled platform. The returned dataset appears as straight XML to them (ugly), ...
|
| Most efficient way to return multiple values to client | 30 Sep 2003 12:22 GMT | 3 |
I'm writing an Active Directory web service and need to return multiple properties of a single user. The web service receives the username and looks up the properties of the user in Active Directory. This works fine. If I look-up the first name, last name, email, telephone, city, ...
|
| Running application (*.exe) from WebService code | 30 Sep 2003 11:56 GMT | 1 |
Help needed! I can't run other application (for ex., c:\pr files\app.exe) from code of my Web Service. The following code doesn't work in WebService, but gratly work in
|
| Serialization of Datasets | 30 Sep 2003 02:38 GMT | 1 |
We use .NET Datasets to carry data between our client and web service. We've noted that the serialization is not as efficient as it could be (ie. column values are passed as elements rather than attributes). Does anyone have an example of overriding the default serialization for a ...
|
| Web Services and references | 29 Sep 2003 07:23 GMT | 1 |
Maybe done before but I cannot find details ... When we develop in a Dev Environment (we use different. Server names etc) and we create references to Dev Server names and this all works in Dev.. When we move these assemblies from a Dev -> Staging -> Prod environment what
|
| Web Service to get the weather forecast | 29 Sep 2003 03:45 GMT | 1 |
anybody Knows where can I find Web Service to get the weather forecast for all Worldwide Countries thanks in advance
|
| confused about SOAP! | 28 Sep 2003 18:09 GMT | 1 |
I have few things that im confused about when it comes to understanding SOAP what how it works 1.do we consider SOAP as a protocol or rather a set of rules that we have
|
| Client Certificates | 27 Sep 2003 01:52 GMT | 1 |
I'm implementing a Web Service and a Client that comunicate with SSL. The Client has a certificate that load with: 509Certificate.CreateFromCertFile("emanuele.cer") Is there a way to obtain this Client Certificate directly in the Web
|
| Can any web app communicate with another? | 26 Sep 2003 12:32 GMT | 2 |
It seems that in order for a client machine to connect to an asmx web service, the client needs to have compiled code specifically for that particular host. What if you have a database with 10 urls of available webservices(the exact
|
| C# Zip | 26 Sep 2003 08:23 GMT | 6 |
Has anybody develop RFC1950 and RFC1951 compliant Zip utility? Any pointer will be appreciated.
|
| understanding SOAP! | 26 Sep 2003 03:30 GMT | 1 |
I have few things that im confused about when it comes to understanding SOAP what how it works 1.do i consider SOAP as a protocol or rather a set of rules that i have to follow to make an interoperable Messaging architecture?
|
| Windows Authentication and WebServices | 25 Sep 2003 19:03 GMT | 1 |
I have an IIS6 site set to Windows Authentication only. It contains a WebService that the site tries to access, however the SOAP request always returns a 401 error: The request failed with HTTP status 401: Unauthorized.
|
| debugging problem - breakpoints not hit | 25 Sep 2003 18:23 GMT | 1 |
i am developing a webservice and i have a webservice and an asp.net project inside a single solution. i was asble to add breakpoints to both and the IDE would would stop on these - no problem.
|
| XSLT document() problems | 24 Sep 2003 15:42 GMT | 4 |
Sorry for posting to a lot of groups, but I'm not sure what this problem relates to, so I thought it was better to be safe than sorry. Please feel free to set FUT to the proper group when answering.
|