| Thread | Last Post | Replies |
|
| still having problem return arraylist of objects in webservice.... | 26 Sep 2004 21:50 GMT | 2 |
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
|
| Internal Server Error (500) in Upload File method | 26 Sep 2004 15:37 GMT | 1 |
I am using a WebClient.Upload File method on the Client side and, to accept posted files on the Server side, I am using an ASP.NET page with the following code: void Page_Load(object sender, EventArgs e)
|
| calling a web method with compound arguuments using POST | 26 Sep 2004 10:56 GMT | 2 |
I have a web method that accepts compound (non-primitive) arguments. I know that the method should be applied using SOAP protocol. One of my clients does not know how to sent SOAP requests, and know only to use GET or POST. I know that the SOAP protocol is based on POST. from the ...
|
| WSE Error Message | 26 Sep 2004 07:14 GMT | 1 |
I am trying to build a simple TCP based service, with TCP client. Whent the client sends an request to the services here is the expection and stack information throw by WSE 2.0: Unhandled Exception: System.Exception: WSE104: An asynchronous callback
|
| cannot view indexed property | 26 Sep 2004 07:00 GMT | 1 |
Iam trying to send x.509 certificate of the client to sign a soap message request and encrypt it with the server's x.509 certificate in a secure conversation policy based. I somehow encounter this problem when retrieving the client's certificate. It is located in the current user ...
|
| UsernameToken & LogonAsUser | 25 Sep 2004 18:58 GMT | 3 |
what's in Context.User ?? --- Dominick Baier - DevelopMentor http://www.leastprivilege.com
|
| SoapEnvelope Not Showing Contents | 25 Sep 2004 18:18 GMT | 1 |
Correct me if I'm wrong, but I think somebody broke something on the SoapEnvelope in SP1. The Addressing components no longer save their state properly to the XmlDocument contained in the SoapEnvelope. It also shows signs of not being reentrant on GetXml().
|
| Can I consume a web service with a Socket in c# ? | 24 Sep 2004 23:03 GMT | 4 |
I wrote a .NET/c# webservice which I then needed to consume from java server pages. The simplest ( and best ) solution I found, was some code to open a socket, and send a SOAP message directly to it...constructing the SOAP message with
|
| webservice problem | 24 Sep 2004 22:01 GMT | 1 |
I created a web service using vb.net. It takes 3 parameters, connects to a database using a *.udl file under C:\ directory, executes some SP's on the database, does some calculations and returns a string value.
|
| Returning plain HTML from a web service | 24 Sep 2004 20:34 GMT | 2 |
I have a web service that I need to return HTML code, and I can't seem to get rid of the XML tags that surround it. Right now I'm just writing the HTML into a return string, and am getting something like this:
|
| streaming word document via webservice | 24 Sep 2004 19:15 GMT | 3 |
Is it possible to stream a word document to a browser via webservice? Can I use Response.BinaryWrite method or is there some other method in webserices to stream data? The help is very much appreciated! Thank you!
|
| How to create web page with spreadsheet like functionality? | 24 Sep 2004 16:36 GMT | 2 |
I'm looking for a tool that would allow me to create a web page with the spreadsheet like functionality. Basically, I want to be able to type in a number in the cell and have all totals being calculated automatically without having a page refreshed (or a trip to the server). That ...
|
| How to modify the URL in a WSDL file for accessing a remote webservice ? | 24 Sep 2004 15:38 GMT | 1 |
I have coded the following : - A Webservice hosted on a Websphere application server - A client that was developped under Visual Studio .NET C++ 7.0 Here's the challenge :
|
| Web Service Events or Asynchronous methods update client | 24 Sep 2004 14:43 GMT | 1 |
I need to be able to update the content on the client machine when a web service event is fired or an asynchronous callback routine is executed. For example, I open a page that will display a report with a message along the lines of "The report is being generated." I call the ...
|
| webservice global.asx error | 24 Sep 2004 13:02 GMT | 2 |
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:
|