strClient = "http://localhost:8080/HiWS/HiWS?WSDL"
Hi,
Not very sure about this.. but..
Check that service is hosted on the localhost at the designated directory. also make sure that your web reference is showing a valid WSDL.
check strClient
strclient should be something like :
strClient = "http://localhost:8080/HiWS/HiWS.cfc?WSDL"
add ".cfc" and HiWS is repeated..
Regards
Veena