Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
getActuateSoapPort() method throwing the error
sudharshan
Hi
I am trying to login into iserver through code. I gave the server URL
"
http://localhost:8000/"
. Can someone tell whether this url is correct or
i have change it. I have installed the iServer in my local machine.
Find more posts tagged with
Comments
averma
Hi sudharshan:
It will depend on what port you have configured for Web service API. You can find that out from configuration console. Usually it is set to 9400, In that case your server URL should be "
http://localhost:9400"
.
Ashwini