shruthi.j wrote: > Hi All , > > When I ran web services test ( ant test-api-run) , I am getting > connection refused error as below. Can any body tell me what needs to be > enabled or configured to solve this problem. > > Thanks, > Shruthi > > > $ ant test-api-run > Buildfile: build.xml >
There is noting to connect to: SOAP server is not running. 1. use 'test-api' not 'test-api-run' - test-api starts sipXconfig (SOAP server) 2. if you still see that error set test-api.sleep to a bigger value (it defaults to 15 seconds which might not be enough for a sipXconfig to be ready to receive SOAP messages) ant -Dtest-api.sleep=60 test-api _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
