| Thread | Last Post | Replies |
|
| wsa:RelatesTo/@RelationshipType | 24 Sep 2004 08:55 GMT | 2 |
The WS-A spec defines a single default value for the RelationshipType attribute of a wsa:RelatesTo header, specifically wsa:Reply. The spec further defines that the value of this attribute is a QName of type anyURI.
|
| is it possible for a webservice to find out the ip-address from .. | 24 Sep 2004 08:14 GMT | 1 |
I've got the following: a user (using machine 1) requests a normal aspx-page on my server (machine2). that page (on machine2) calls a webservice (on machine3), without giving any further parameters.
|
| return a complex type | 23 Sep 2004 22:24 GMT | 3 |
I would like to return a class which encapsulates an ArrayList. The ArrayList actually has all the data I need. Can this be done?
|
| need help returning webservice data in arraylist... | 23 Sep 2004 18:01 GMT | 3 |
i have a webservice which my function calls a database( eg. customer table), what i have is my own Customer class, and i want to return an array of my "Customer" objects. here is my code i use (c.GetList returns an arraylist of customer objects
|
| webservice global.asx error | 23 Sep 2004 12:43 GMT | 1 |
When I try to get reference to my remotely hosted web service, I get the following error; Parser Error Message: Could not load type 'localhost.Global'. Source Error:
|
| what's wrong with my code ? | 23 Sep 2004 11:42 GMT | 1 |
I have follow C# code in my WebService. --------------------------------------- WebMethod (Description="Return current stock price")] public decimal GetQuote(string Symbol)
|
| Webservice - start and stop | 23 Sep 2004 07:59 GMT | 2 |
I have developed a webservice that writeing and reading files in different folders. Question 1: I need to be able to start and stop this service by using a web interface
|
| Calling a XML-RPC-Service of phyton with vb.net | 22 Sep 2004 21:50 GMT | 1 |
Hello group, excuse me if this is a newbie question and asked a thousend times. I need to make a xml-rpc call to a server running python. The service has no wsdl I can use, but there is a manual with the functions and methods
|
| Client Adding Extra Methods | 22 Sep 2004 21:12 GMT | 1 |
I'm using the webservice I've created: http://www.emergencyreporting.com/ERSWebService/ERSDispatch.asmx When building a client VB.NET app, and adding a web reference to the above file, I see that the client is creating extra methods. For my IncidentOpen
|
| best way to send a XSD in a WS call | 22 Sep 2004 21:04 GMT | 1 |
I need to write a WS call that will transmit an arbitrary XSD in a WS call... The XSD is independent of the call itself... Has anyone done this before? I would be grateful for any suggestions... Thanks!
|
| Button not responding | 22 Sep 2004 19:10 GMT | 1 |
Since moving the web site to a new server one of the buttons on the aspx web page does not respond at all. I suspect it might be a postback problem since there is no error reported on the page or on the IE status bar. I tried it on a debug executable it still did not report any ...
|
| SignedXml.CheckSignature(); CryptographicException: Unknown tranform has been encountered | 22 Sep 2004 18:46 GMT | 1 |
I'm a 2 week newbie to VS.NET, .NET, and C# and need help on this time critical project. TIA I'm using WSE 1.0sp1/.NET 1.0 and signing and verifying xml documents
|
| SignedXml throws: CryptographicException: Unknown tranform has been encountered | 22 Sep 2004 18:45 GMT | 1 |
(Type your message here) Maybe you have a thought on my : Unknown tranform has been encountered Problem??? I?m using WSE 1.0p1/.NET 1.1, and signing and verifying xml documents not SOAP. So I?m using WSE?s SignedXml and getting this exception. My guess: machine.config doesn?t ...
|
| .key file | 22 Sep 2004 18:40 GMT | 1 |
How do I read a private key from a .key file? /Mikael
|
| Dynamically allocated soap.tcp port | 22 Sep 2004 18:37 GMT | 1 |
Is there a way to get a dynamically allocated port when constructing a soap.tcp EndpointReference. In my particular situation, the EndpointReference is being exchaning between components and does not need to be a well known port. I tried passing 0, but that doesn't work. It ...
|