| Thread | Last Post | Replies |
|
| Please help with constructing SOAP ENVELOPE | 14 Oct 2005 18:05 GMT | 2 |
I am using WSE to send SOAP messages. I am very new to SOAP Actually I have a sample SOAP message from my client with envelope element, header and a big body. I am not sure how to construct an envelope using the SOAPENVELOPE class.
|
| Programatically Update WSDL on Consumer Side | 14 Oct 2005 17:19 GMT | 3 |
I am creating a web service which will be available on only one of two servers at a time. Both servers will have exactly the same services running but one will be a backup which just waits doing nothing. They will both have WSDL files on with
|
| Process.Start() from web services? | 14 Oct 2005 16:35 GMT | 1 |
I'd like to use Process.Start() in a webservice to run Acrobat for printing PDF-Files. Unfortunately it seems not to work. Within a Windows application it works fine? Any hints? User rights for the IIS-User?
|
| Forwarding HTTP POST: how to return correct HTTP status? | 14 Oct 2005 16:28 GMT | 1 |
I'm building a small ASPX page in C# to forward HTTP POST requests to another site. When the other site returns an HTTP error such as 404 or 405, I want to return that same HTTP status value to my caller. But when I do so, my caller always reports HTTP error 500. How can I return ...
|
| X509 Signing: criticism on code snippet | 14 Oct 2005 16:20 GMT | 1 |
I'm attempting to execute a secured webservice over an https connection. I followed all the documentation provided with the WSW2.0 sp2 but unfortunately I get a final error message related to x509 digital signing of the message.
|
| Exception Details: System.Web.Services.Protocols.SoapHeaderException: Server unavailable, please try later | 14 Oct 2005 16:14 GMT | 1 |
Hi every body, I am using WSE 3.0 to communicate with a webservice using TCP. I am getting the following error when i am trying to call the web service from the proxy class. The proxy class is being called by a web
|
| Server was unable to process request, please Help ! | 14 Oct 2005 15:15 GMT | 1 |
i have developed a web service which return dataset on dev machine, when i invoke the web service from the same machine it works fine, but when i deploy the web service to another machine, and invoke the web service from my dev machine, the web service become
|
| HTTP status 401 | 14 Oct 2005 13:05 GMT | 2 |
I am trying to programtically execute an MS SQL Server Reports Server Service in a web application. "http://<Server>/ReportServer/ReportService.asmx" I am receiving an "The request failed with HTTP status 401: Access Denied." I have tried using "DefaultCredentials" and Network ...
|
| ClientCertificates and SoapWebRequest | 14 Oct 2005 01:56 GMT | 5 |
Hi I'm having a problem with SoapWebRequest, basically I'm trying to use a client certificate to access a webservice. normally HttpWebRequest exposes a ClientCertificates property, so that I can load a client certificate and add to this property and everything will just work. but ...
|
| X509 Certificate not showing in web client | 13 Oct 2005 23:48 GMT | 3 |
Hi,im a IT student who spent some time working through a Security Hands-on Lab of wse 2.0.Im having trouble accessing a certificate from a web-base client (asp.net Webpage),the exact same runs only from a windows form but when run from a web page,the cert store has 0 certificates ...
|
| Send SOAP XML to Webservice URL | 13 Oct 2005 19:23 GMT | 1 |
I already have the SOAP message built as a file on the server. All I want to do is post that XML to the Webservice URL. Also, how would I get the returning SOAP message? thanks,
|
| Server Application Unavailable - VS 2005 Web Service | 13 Oct 2005 17:29 GMT | 2 |
Hi all, I've installed VS 2005 Beta 2 on a Windows XP Virtual PC. I can create Windows apps and they work just fine. In IE I get this error when try to run a .NET 2.0 Web Service on the local IIS installation (I'm trying to call it from IE using a line like the following -
|
| Web Reference class spawns temporary assembly when instantiated? | 13 Oct 2005 16:10 GMT | 1 |
I'm working in an environment where the users of my application aren't permitted to write DLLs or EXEs. My application has a web reference to a web service on one of our servers. Whenever I instantiate the web service client class ( : SoapHttpClientProtocol ), it is trying to ...
|
| Moving from win 2000 to win 2003 | 13 Oct 2005 15:43 GMT | 1 |
I have a web service that runs without any problems on a Windows 2000 Server. I'm trying to move the web service to a Windows 2003 server. I copied the asmx file, web.config, global.asax and the bin folder from the Win 2000 server to the Win 2003 server. I created a virtual
|
| WSDL generation of types | 13 Oct 2005 07:44 GMT | 4 |
Feeling a bit frustrated here. Maybe I did not find the correct info yet, that's why I am asking you. I have "developed" a .NET 2.0 WebService and generated (using wsdl.exe) the WSDL for it.
|