connection refused : error opening socket
Hello everybody
I'm trying to connect my java application with a real MMC server
but I'm getting this error:
SOAP Exception : [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.ConnectException: Connection refused: connect; targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.ConnectException: Connection refused: connect]
The MMC simulater is working fine so I cahnged the URL to the real MMC server IP
but when I'm pointing the real MMC IP to a web browser it's telling me:
Proxy report: 10016
connection refused...
one more question...
What's an HTTP server ? And how can I ensure that it's installed in my computer?
Thanks alot