G
Guest
Hi,
I'm new to .net webservices (esp. with .net framework 2.0) and I have these
questions - perhaps one of the gurus in here could give me some hints...
- I just created a WebMethod() that shall return a value of type ArrayList.
But when I try to call the webmethod in my client - the return value
declaration has changed to "Object()". How can I return a value of type
ArrayList in a webmethod?
- How can I get the client (and servers) IP addresses or ports?
- When I use an SSL certificate on the server to encrypt the connection - do
I need to change the code on the clients side?
Thanks a lot for any help
Peter
I'm new to .net webservices (esp. with .net framework 2.0) and I have these
questions - perhaps one of the gurus in here could give me some hints...
- I just created a WebMethod() that shall return a value of type ArrayList.
But when I try to call the webmethod in my client - the return value
declaration has changed to "Object()". How can I return a value of type
ArrayList in a webmethod?
- How can I get the client (and servers) IP addresses or ports?
- When I use an SSL certificate on the server to encrypt the connection - do
I need to change the code on the clients side?
Thanks a lot for any help
Peter