| Thread | Last Post | Replies |
|
| NullReferenceException when creating wsdl | 27 Jul 2006 19:52 GMT | 2 |
Hi @all, this is not my first webservice and everytime it worked that way, by now i got following exception when trying to call http://<url>?wsdl in my browser:
|
| How to add username and password to a Web Service | 27 Jul 2006 19:36 GMT | 2 |
I have seen examples of people saying that in the soap header you can pass a username and password. Is there a reason why putting username and password information in the header would be better than just including it as an input in the web service?
|
| ...The ISA Server requires authorization to fulfill the request... | 27 Jul 2006 16:51 GMT | 1 |
I recently published a web service that works on my workstation to my ISP. I have no authenication restrictions on the site, nor do i have restricitons on the web service itself (<authentication mode="None"/>). I am behind a corporate firewall, however.
|
| Newbie to Webservices and SSL | 27 Jul 2006 14:14 GMT | 3 |
I am a novice .Net 2 developer and have only been developing in Csharp for the last 3 months. I have develped a number of WebServices that are being consumed by ASP.NET website. Currently for developing, I have everything running on one machine but deployment will result in
|
| Web Service Error | 27 Jul 2006 08:38 GMT | 1 |
I created a webservice with ASP.NET and C#. I can invoke it and test it without any problem. but when I call it from javascript, it gives me a error sait "Service unavalible" and the result.errorDetail.code is "Client" Have any idia?
|
| Consuming C#.NET web services in PHP | 27 Jul 2006 06:59 GMT | 1 |
Can someone help to access C#.NET web service from PHP. I check online but there is no such a good article on this with step by step information. Thanks Chand
|
| Why Must Impersonation be Used? | 27 Jul 2006 06:30 GMT | 3 |
We have a web app that is running under Integrated Windows Authentication. It must consume to a web service we are publishing on another server, also running under Integrated Windows Authentication. In order to make this work, we have to impersonate a user account with
|
| Web serice works when I am debugging, but does not when I am not. | 26 Jul 2006 21:29 GMT | 1 |
Hi, I have a C#.net Web application which calls a web service (http://eutils.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils.wsdl). It has run just fine for months. Recently I started getting "System.Net.WebException:
|
| WebService consumer in .NET; synchronous calls and client timeouts... | 26 Jul 2006 17:59 GMT | 1 |
All: I have prepared a .NET 1.1 client application that consumes a remote, public web service. All the functions work as expected, and, in general, the application has been successful for my purposes.
|
| Web Services and using messaging (msmq, websphere mq) for inquiry transactions? | 26 Jul 2006 15:57 GMT | 1 |
I was wondering if it is common practice to use some sort of messaging (MSMQ, WebSphere MQ) with web services. I understand the need for messaging for insert / update transactions, but do you think using messaging for inquiry transactions is overkill?
|
| AllowMultiple in Soap Classes | 26 Jul 2006 15:41 GMT | 1 |
I read an article on implementing multiple Attributes for a method using [AttributeUsage(AttributeTargets.All, AllowMultiple = true)] attribute. How to enable AllowMultiple in SoapClient & SoapService implements?
|
| User Security? | 26 Jul 2006 14:27 GMT | 3 |
I have created a web service name "TestWS" and published it to my SBS2003 server that uses IIS6 as a web server. I have set NO anonymous access to TestWS virtual directory and I have created a simple user account from the User template with the name of
|
| Looking for a directory of local developers | 26 Jul 2006 14:07 GMT | 2 |
Does anybody know of any good web sites for looking for local developers that are skilled with porting a VB app to an asp.net app? Thanks
|
| Deserialize (maybe with a HeaderHandler?) | 26 Jul 2006 10:01 GMT | 3 |
I have been using a webservice to return a dataset to a WinForms application and it has been working 100%. Recently data have increased and I have started looking for a way to compress the dataset. I found a number of articles the one I started using was:
|
| Using WSE 3.0 SAML Quickstart w/o Installing Certs | 25 Jul 2006 19:02 GMT | 2 |
I've set up the SAML STS Quickstart to have the Token Issuer server use Username & Password over SSL. The SampleService still uses the SAML token returned by the Token Issuer. I did this so as to avoid installing x509 certificates on the client's
|