C#
C# (see section on name, pronunciation) is an object-oriented programming language developed by Microsoft as part of the .NET initiative and later approved as a standard by ECMA (ECMA-334) and ISO (ISO/IEC 23270).
Application
WEB Service
Remove
Platform
Any
License
Any
: Hello everyone,
:
:
: When we call a remote web services in an asynchronous way, we could
: return the invocation immediately and later we could either call
: Endxxx or our suppied...
Hello everyone,
When we call a remote web services in an asynchronous way, we could return the invocation immediately and later we could either call Endxxx or our suppied callback will be...
Hi All,
I need to find out a request coming in form of an ipaddress to a web service belongs to a particular DNS or not.
Please help
Hello,
Heres my scenario: I have a web service running on an Axis engine. This web service was coded in Java. Now I need to consume this web service on my C# client windows application. I have...
: I am developing a simple web application. When the user clicks a
: button an e-mail will be sent to them (autoresponder) which
: automatically generates a new username and password. It should...
I am developing a simple web application. When the user clicks a button an e-mail will be sent to them (autoresponder) which automatically generates a new username and password. It should then open a...
This message was edited by lyubo at 2003-5-2 9:24:27
This message was edited by lyubo at 2003-5-2 9:15:36
: Still working on that multibutton thing, and getting there. Now
: Id like to display a...
Hi:
I want to develop a web service using WSE to support "SSL" and "Digital Signature", but there is a trouble with setting service proxy's attribute. On the client side, I use "Add Web Reference"...
: Hi,
: I'm trying to sign and verify SOAP messages for Web
: Services using C# in Visual Studio .Net.
: For this I'm redefining PostMessage() of SoapExtention
: and signing the message at...