| Thread | Last Post | Replies |
|
| Configuration error in Web.config file while accessing the webserv | 17 Oct 2005 20:17 GMT | 3 |
I am creating a webservice to accept SOAP messages, parse the message and send a SOAP response back to the client accessing my web service using WSE-2 in ASP.NET. I am creating a class which derives from "SoapReceiver" class and
|
| How do I fix this error: "The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write access to " | 17 Oct 2005 20:17 GMT | 2 |
Hi all. I am using W2K3, .NET2 on a machine running AD and Exchange. I started getting the message below last week. I googled the error and not much was returned, but I did find this; http://forums.asp.net/918725/ShowPost.aspx
|
| Configuration error in web.config while accessing SOAP webservice | 17 Oct 2005 19:35 GMT | 4 |
I am creating a webservice to accept SOAP messages, parse the message and send a SOAP response back to the client accessing my web service using WSE-2 in ASP.NET. I am creating a class which derives from "SoapReceiver" class and
|
| Configuration error in Web.config file while accessing the SOAP webservice | 17 Oct 2005 18:07 GMT | 1 |
I am creating a webservice to accept SOAP messages, parse the message and send a SOAP response back to the client accessing my web service using WSE-2 in ASP.NET. I am creating a class which derives from "SoapReceiver" class
|
| Using WSE to talk to a .NET Windows Service? | 17 Oct 2005 18:00 GMT | 1 |
We're creating a Windows Service with the .NET Framework (.NET 1.1 and VS 2003) and have an obvious requirement to send commands and data to control the Windows Service. In the Windows Service, we're thinking of implementing a SOAP listener on a
|
| Can I pass an Array to a Web Service? | 17 Oct 2005 16:30 GMT | 1 |
I have a 1-Dimensional Array containing "IDs" which I would like to pass into a web service for processing. How can I do that?
|
| Manually Create Soap Messages | 17 Oct 2005 14:30 GMT | 1 |
Is there a class which i can use to manually create soap messages and the soap envelope? I dont want to have to do it by concatenating loads of strings but i also dont have a WSDL available to create the proxy classes automatically.
|
| Questions about Web Service applications (Architecture) | 17 Oct 2005 11:47 GMT | 1 |
Some tome ago, me and my team could carry out our first real distributed project. It's a GIS application using a Remoting Host (currently a Windows Service), with TCP formatter over HTTPS. There is a bunch of classes published in that way, actually exposing methods from an ORM layer ...
|
| using Multiple client certificates | 17 Oct 2005 02:06 GMT | 5 |
HttpWebRequest, and SoapHttpClientProtocol both expose a ClientCertificates property, which can hold multiple client certificates, but on the service side, it can only receive one client certificate, since it derives System.Web.Services.WebService class, and it's
|
| email validation service | 16 Oct 2005 04:51 GMT | 1 |
I need a web service url ending with .asmx to validate email address ensuring that it is a real email address before putting it into database. Note: I know how to make a regular expression validator, I need to check that this email address is real....
|
| File Attachment problem | 15 Oct 2005 14:19 GMT | 1 |
Hello Everyone !! It is my first time to post the article. Now I ' m testing the file attachment module using WSE 2.0 It is working well in local. but it cannot invoke the method in Remote
|
| Please help me with building SOAP ENVELOPE | 15 Oct 2005 14:13 GMT | 1 |
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.
|
| X509 Encryption Token | 15 Oct 2005 01:13 GMT | 3 |
I'm attempting to encrypt a SOAP message sent to a webservice running on Bealogic 8.1 The EncryptedKey element generated by WSE looks like this <xenc:EncryptedKey xmlns:xenc="http://www.w3.org/2001/04/xmlenc#">
|
| WS Works Locally but not on Web Server | 14 Oct 2005 18:25 GMT | 5 |
I have a project that contains a WebService that works great when connecting to it on my Localhost. Once we post the files to the test web server, all of the pages that do not touch the webservice work fine. However, the ones that do touch it get the following error:
|
| How to change the IP of a web service? | 14 Oct 2005 18:19 GMT | 2 |
I've seen a couple of explanations about this, but haven't really understood how to do it. The problem is this: I have one asp.net page that will access multiple web services.
|