| Thread | Last Post | Replies |
|
| Web Method Parameters | 19 Nov 2004 19:02 GMT | 3 |
I know the parameters for a web method call get serialized into the SOAP message when the call is made, but what I need to know is: If the SOAP message includes a digital signature (from an X509SecurityToken), are the parameters signed as well? That is, if one of
|
| The root element is missing and soapExtension | 19 Nov 2004 18:59 GMT | 3 |
Hi I'm using the example posted on Ron Howard's site for encryting the body of an xml file located at http://www.gotdotnet.com/team/rhoward/ I'm running into trouble where i'm getting an error of this type: System.Web.Services.Protocols.SoapException: Server was unable to
|
| HELP! web services deployment question | 19 Nov 2004 16:55 GMT | 5 |
OK. On my dev server, I have a web application with a web service. http://myserver/webreports/productionsummaryreportbybatchid.asmx it works great. I this little web application/web service is developed isolated and is to be
|
| Transactional webmethods | 19 Nov 2004 15:35 GMT | 4 |
How can I make two or more webmethods run under the same transaction? Thanks
|
| Calling a web service from VB | 19 Nov 2004 14:27 GMT | 2 |
Is there any example of calling a web service from VB? I know VB has XHHTP or something control that helps with HTTP, but I am wondering if there is any sample code... Thanks,
|
| Using WebClient or WebRequest in web method. | 19 Nov 2004 13:44 GMT | 6 |
I need to send command to a web server from a method. I understand this should be possible using the WebClient or WebRequest class. how can this be done?
|
| Xslt & Webservices | 19 Nov 2004 09:25 GMT | 1 |
Two question, 1) is there a way to edit the interface of the display for when accessing a asmx file through the browser as opposed to that default web service interface.
|
| Communicating with a serial port using a web service | 19 Nov 2004 00:43 GMT | 4 |
I am writing a mobile application to interface with a legacy system and I am planning to use web services to communicate with this system. The legacy system receives data through a serial port. What I would like to do is make the serial port accessible via a web service.
|
| Server did not recognize the value of HTTP Header Soapaction | 18 Nov 2004 23:27 GMT | 1 |
I've got the following problem: I've written an application that is built as a peer to peer application. So, every "instance" deployed talks with another "instance" of the same type. In this way every instance is both a web
|
| DIME attachments break double-byte characters using WSE 1.0 SP1 | 18 Nov 2004 23:22 GMT | 1 |
Using the .NET framework and WSE 1.0 SP1, I have built a web service which receives data from a web service client and saves it to disk in a text file, and it works with no problem. However, when I modify the web service to accept an attachment and save it to disk as well ...
|
| Strange SOAP Exception | 18 Nov 2004 23:18 GMT | 1 |
I get the following error when thowing a SOAP Exception: The type System.Web.Services.Protocols.SoapException in Assembly System.Web.Services, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a is not marked as serializable
|
| Overloading SOAP Interpretations for Specific Primitive Types | 18 Nov 2004 23:15 GMT | 1 |
I have a 3rd party web service that is returning non standard primitive types. IE. instead of returning <att>false</att>, its returning <att></att>. a similar problem exists for datetime. Is there anyway to overload how the inbuilt web service services interprets
|
| client services for netware | 18 Nov 2004 23:02 GMT | 1 |
i wonder if anyone can help me.i have two names on my computer.i want to switch usernames when i click log off,but it wont allow me to.when i go into the control panel and try to change the settings,it says client services for netware has disabled the welcome screen and fast user ...
|
| Posting from javascript | 18 Nov 2004 22:59 GMT | 1 |
I' m currently trying to retrieve database data from a web service using xmlPost.. This function works fine on my computer running IIS but not on any "caller" machines.. All objects are installed.. The responsetext has an error message saying that request format is unreqonized.
|
| modify HttpMethod or HttpRequest propertys | 18 Nov 2004 22:53 GMT | 3 |
I have a web service. It works fine. Now the incoming HttpMethod and RequestType (HttpRequest object) is "Post" instead of "POST". This value cause an exception and I cannot change value to "POST", the HttpMethod is readonly.
|