cancel
Showing results for 
Search instead for 
Did you mean: 

Error in webservice model

Former Member
0 Kudos

while deployed iam getting this error,

is there any reason.

what i need to change in application

java.io.IOException: Cannot connect to http://localhost:53000/TaskMakeWebService/Config1?wsdl: Connection refused: connect

Edited by: Eswar on Sep 9, 2008 11:31 AM

Accepted Solutions (1)

Accepted Solutions (1)

snehal_kendre
Active Contributor
0 Kudos

Hi,

if you are executing your WS from WD and using WS model.

there in one method

and if you are sure that http://localhost:53000/TaskMakeWebService/Config1?wsdl

is correct url then use before executing your method

wdcontext().current****************().modelobject()._seturl("http://ip:53000/TaskMakeWebService/Config1?wsdl");

Answers (1)

Answers (1)

Former Member
0 Kudos

where is the WS hosted....is localhost correct...you could try to use that url in the browser and check...if ur able to access it?