| Thread | Last Post | Replies |
|
| Problem registering a web service in VS 2005 | 27 May 2006 15:08 GMT | 7 |
I'm getting this error from Visual Studio 2005 when I do an Add Web Reference. I'm trying to connect to a web service from mQube. I can access the service through an http post in a browser so I know my login is ok. I get a warning that the cerficate has not been allowed by me. I've ...
|
| "Unable to connect to the remote server" while debugging webservice | 27 May 2006 15:02 GMT | 1 |
Hi at all. I am new in this newsgroup and also it ist he first time I try to implement a webservice. This works very good but the last days I had some problems with the error mentioned in the headline. In the internet
|
| "Unable to connect to the remote server" while debugging webservice | 27 May 2006 14:35 GMT | 1 |
Hi at all. I am new in this newsgroup and also it ist he first time I try to implement a webservice. This works very good but the last days I had some problems with the error mentioned in the headline. In the internet I found some
|
| SoapMessage.Stream does not have a soapheader and soap body | 27 May 2006 14:31 GMT | 1 |
I have written a web service code which is getting called by a client application. This web service is using a validation component for the request soap message validation. The validation component is developed using soap extensions as
|
| Web service updating | 27 May 2006 13:39 GMT | 3 |
i have website using web service if i modified the web service can i update my website automatically without updating the referance from my wesite ....Say YES please
|
| web services | 26 May 2006 23:51 GMT | 1 |
what is web services?please i want know how web Services work? please give with example?
|
| web service with mime attachments | 26 May 2006 23:49 GMT | 3 |
i have to develop a web service client (must be .net, currently i'm using c# with wse3) for a java service. the java service uses mime attachments for up- and download of files. i googled around for mime support in .net and only saw "don't do it" ;)
|
| Change the policy file | 26 May 2006 20:01 GMT | 1 |
I have deployed the webservice on IIS 5.1 Webserver, but when I change the "wse3policyCache.config" file, the policy is not changed. For ex: I have 3 policy file with the same name:
|
| WSE -3.0 Deployement in IIS Server Issues | 26 May 2006 19:08 GMT | 3 |
I have developed Web services based on WSE3.0 X.509 Certificate authentication for client and server. I have tested in VS 2005 both services and client application working fine with out any issues. In Client application web reference to VS 2005 Web Services which run
|
| Register 2 WebServicesExtension's in 1 web.config fo 2 webservices | 26 May 2006 16:54 GMT | 2 |
I have a VS 2003 ASP.NET webservices Project that has two webservices. I am using WSE 2.0 and my SOAP inputfilter is the same for both the services as they are in one web.config and it has only one WebServicesExtension regsitered. I need to have seperate WebServicesExtension's ...
|
| WSE 3.0 , Set Policy | 26 May 2006 13:16 GMT | 3 |
I am working with WSE3.0. In service we need to explicitly set the Policy I have shown the sample [Policy("ServerPolicy")] public class Service : System.Web.Services.WebService
|
| Asynchronous communication and IDictionary.... | 26 May 2006 11:09 GMT | 1 |
Please forgive me I'm completely new to ASP.NET, having just setup a service yesterday for testing/playing around at work. I have a fat client at the moment that contains an abstract DataConnection class. Derived from that I have SQLServerDataConnection, OracleDataConnection, ...
|
| customize WSE policy | 26 May 2006 06:54 GMT | 3 |
I have the below source code: <WebService(Namespace:="http://tempuri.org/")> _ <WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _ <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
| asp webcontrols | 26 May 2006 05:10 GMT | 1 |
I have an ASP .NET web application and I am using the calender control to display the month view and some events that are scheduled to happen during the month. Whenever the user selects a month, the page re-loads to show the update calender view. I would like to make it as seamless ...
|
| Authenticate SOAP Message only no GET OR POST | 26 May 2006 05:00 GMT | 1 |
i need to write a webservice which will accept only soap message NO POST or GET. i can see this in WSE using RequestSoapContext.Current but we don;t want to use WSE, is there way ?
|