| Thread | Last Post | Replies |
|
| How do I get the IP address of caller using HTTP/S | 02 Apr 2008 20:46 GMT | 1 |
I've created a WCF WebService that uses basicHttpbinding that is hosted in IIS7. From within the Service I need to get the IP address of the caller, how can I do this?
|
| Possible to consume a web service with VB.NET 1.1 VS 2003? | 02 Apr 2008 10:47 GMT | 3 |
I am at my wits end and turn to you guys in hopes of learning the correct procedure. For any given web service X, regardless of (and without knowing) what technology was used to create it, is it possible to consume it with either a
|
| Security | 01 Apr 2008 23:55 GMT | 1 |
I will have a web app call into a web service. The web app will be forms based authentication. The web app and web service are behind a company firewall and we are a .Net shop. The web service will be reading/writing to a database so we want to secure it.
|
| Modifying service name and port name in WSDL | 01 Apr 2008 23:52 GMT | 1 |
I need to conform a WSDL. The WSDL was generated in Axis. Our client has generated their classes based on the given WSDL. Now the WSDL is as follows: <wsdl:service name="TestService"> <wsdl:port binding="impl:TestSoapBinding" name="Test">
|
| ASMX Json Serialization in 3.5 Framework. | 01 Apr 2008 17:25 GMT | 2 |
I created a asp.net web site with a web service in it. My web service returns a object "Person" which is serialized into JSON, when I make a ajax call to this service this is my return output.
|