| Thread | Last Post | Replies |
|
| Send form by clicking button (by email) | 14 Jul 2005 20:02 GMT | 5 |
how can i send an email by clicking a button? This action should take al data from the fields and send this to an emailaddress... Everything works, except this last action..
|
| Execution queue | 14 Jul 2005 14:49 GMT | 1 |
I'm trying to figure out the webservices architecture for library that we currently use as a monolithic component. Every execution is expressed by a call like this one public static IList executeIt(someArguments)...
|
| Some doubts about Webservice | 14 Jul 2005 14:38 GMT | 1 |
I have created a webservice, If anybody use that webservice(by instansiating the webservice object), then I want to know the IP address and Url of the site which is using my webservice. How can I know. Because I want to store all the information in database.
|
| Remoting or TCP/IP client server or webservice? | 14 Jul 2005 14:26 GMT | 1 |
I am looking at building a distributed system, and i have been looking at many different options, in some cases i was thinking of a client server relation where a client would send a string to the system as a command.
|
| WebService Client with multi-thread | 14 Jul 2005 11:47 GMT | 2 |
I hava a simple webservice(Just sleep for 30 seconds) which is developed using Java and deployed on WebLogic,and I aslo make a client using VB.net. In the client I create 5 threads to call the webservice. The question is why only 2 threads are successe to call the webservice, the ...
|
| Error messages are lost | 14 Jul 2005 04:19 GMT | 3 |
I have an interesting situation that I hope you can help me with. I have two versions of one application. One connects to Oracle database running on a sun box directly. The other connects to the database via webservices. If let's say I queried for a non existing table, I've got a ...
|
| Memory Usage in web service??? | 14 Jul 2005 03:34 GMT | 3 |
Hi all, I have a web service that (for better or worse) returns rather large xmlDataDocuments (up to 150MB) I know - this is huge for a web service call, but this is a service that's used by few users (less than 10) so I'd prefer
|
| How to get Client IP address | 13 Jul 2005 22:34 GMT | 1 |
I need to get the client IP address in my SoapService. ie: WSE 2.0 SP3 service class has inherited from SoapService. Does anyone have an idea how to do this? (ps; I am passing SoapEnvelope back and forth)
|
| Question for Web Service Buffs | 13 Jul 2005 20:09 GMT | 7 |
I'm trying to understand how async callbacks are possible with web services since they use HTTP (which is stateless) for their communication protocol. What happens under the covers to allow services to perform callbacks when they're complete?
|
| Transacation that involves user interaction | 13 Jul 2005 18:17 GMT | 1 |
I am currently working on a 3-tiers application, accessing Oracle with given stored procedures. The presentation layer is WinForms and WebForms, and they call Web Services to insert/update/delete/view data. I am working on some sort of simulation for an accounting form :
|
| HTTP 404 The resource you are looking for (or one of its dependenc | 13 Jul 2005 18:15 GMT | 1 |
I am new to this board. I am trying to write a Hello World web service in VS .net 2005 beta in c#. The following error occurrs when I try to browse the .asmx file. --------------------------------------------------------------------------------
|
| Calling a Web Service From Within MS SQL Server | 13 Jul 2005 11:12 GMT | 2 |
I know that you can call SQL Server from a web service but from within a stored procedure can you call a web service?
|
| What is the advantage of WSDL? | 13 Jul 2005 09:58 GMT | 2 |
What is the advantage of a WSDL web service over an API that will be running as an XML engine accessible via an HTTP address over a special port? The client needs to access the API using the HTTP POST methode. What benefits does a wsdl web service have? If we develope a web service ...
|
| Returning Binary File. Please Help!!! | 13 Jul 2005 02:37 GMT | 2 |
I get the file in the webservice like this. bImage = New Bitmap("C:\Inetpub\wwwroot\images\GR4001.PNG") 'Save as PNG file bImage.Save(bFile,
|
| C# pass an array of objects to a WebService... | 12 Jul 2005 17:07 GMT | 1 |
I've googled my brains out and haven't found the answer yet, so... I have a WebMethod that accepts an array of Order objects as a parameter. I cannot figure out how to send an array to the webservice namespace ArrayTest
|