how to secure a connection between server and client
1. you can use htaccess authentification ( will be suported later )
2. you can user allow/deny by htaccess
example of .htaccess from my server ( folder /soap/ )
Code:
order deny,allow
deny from all
allow from 127.0.0.1
allow from 213.202.245.241
now anyone can access to a soap server who is not in the IP list
later i will try to put it on soap server himself