| Thread | Last Post | Replies |
|
| Securing web service | 28 Aug 2007 19:54 GMT | 4 |
I'm developing a web service that needs to communicate with a custom application on an intranet. There is also a configuration utility which may be run on a different server machine for setting up and altering parameters on the service. This configuration web application may be ...
|
| I am planning to learn ASP.net and do project for my Final SEM of MCA | 28 Aug 2007 19:50 GMT | 1 |
I am planning to learn ASP.net and do project for my Final SEM of MCA, i was looking for the software or ide where i can write this programs and compile and execute them, where can i get the Free downloads,.. can any body help me to get the software for free.. where i could
|
| Conditional Web Service instantiation | 28 Aug 2007 18:22 GMT | 4 |
I work in a shop with up to three environments for the development/deployment process. Each environment has its own db and web servers and its own web services servers as well. I am developing a .NET component as part of the application that calls one
|
| webservice object serialization issue | 28 Aug 2007 18:14 GMT | 2 |
I have an object called NewsItem which I'd like to return from my WebMethod GetNewsDetails. The object has got some properties (like LanguageID, Title and Text), some of which are readonly (like CreationDate). I leave it to the framework to build proper XML from my object since ...
|
| SoapException problem | 28 Aug 2007 15:50 GMT | 2 |
hiya, i'm trying to return a SoapException to my client when an exception occurs. i've followed the steps in the documentation on how to set up a proper soap message. but once i run my webservice through the browser,
|
| Web Services client software has substantial delay on startup | 28 Aug 2007 04:12 GMT | 9 |
Hello, I'm using Visual Studio .NET 2005 with .NET framework v2.0, Windows 2003 Server. As a consultant I am developing client software on the above platform for several different clients. All software that I'm creating that makes any web
|
| Question about webservices | 27 Aug 2007 15:26 GMT | 1 |
I'm relatively new to webservices in general. I had to build a few simple webservices in the past, which existed of only one simple webmethod but this time i've got to build something more complicated and it's going to be used by other companies as well. So i want to do
|
| exception on Response Envelope, Error in XML-document | 27 Aug 2007 05:29 GMT | 10 |
i am desparetely trying to consume a PHP Webservice in VB.NET 2005. I can add the webreference, compile without errors and see the methods of the webservice. But on runtime it tells me {"There is an error in XML document (6, 62)."}.
|
| XMLHTTP call to C# Webservice in Javascript passes null parameters | 24 Aug 2007 18:32 GMT | 1 |
Hello, I have encountered some strange behaviour when using the XMLHTTP Request object in Javascript to return xml from a C# Webservice Method. I create a SOAP envelope and send it off to the Webservice, which I have debug points in, which when hit I can see
|
| Returning custom type | 23 Aug 2007 19:06 GMT | 6 |
I am creating a webservice which will be consumed by a 3rd party, non dotnet client. I want to return a custom datatype from my webservice. It's a relatively simple Customer object which just contains strings.
|
| Not able to browse | 23 Aug 2007 18:32 GMT | 1 |
I am using Windows XP with Internet Explorer6 (Dell Computer with Pentium 4 proceesor and 256 MB Ram). Recently, I switched to DSL broadband. The modem supplied with the DSL is having inherent firewall. As I was having problem with browsing in general, I disabled/un-installed all ...
|
| Change WCF client endpoint address | 23 Aug 2007 04:30 GMT | 4 |
How could I change a WCF client endpoint address programatically? The client is generated by Visual Studio. The purpose of doing this is to use different service address under different configuration. Thanks.
|
| TCP/IP port exhaustion - Unable to connect to the remote server | 23 Aug 2007 04:00 GMT | 3 |
I have a web service client application that works fine when the requests rate is moderate. But when I crank up the request rate, I eventually receive an "Unable to connect to the remote server" exception. Running the "netstat -n" command at that point, I determined that all the ...
|
| Problems making a string property mandatory | 23 Aug 2007 03:46 GMT | 15 |
I am developing a web service for a customer. The service has a method, that returns an array of Forms. Each form has a Name property of Type String. The customer wants the contract to specify, thath the name is mandatory and not nullable. To reflect this, they want the xml in the ...
|
| WCF Contract Design Best Practices Question | 23 Aug 2007 00:17 GMT | 4 |
I'm fairly new to WCF. I have a project, which I already have a lot of time already invested it, which involves much data processing and cross application communication. WCF seemed like a great way to go, moving forward.
|