com.wm.net.NetException:[ISC.0064.9314] Authorization Required: Invalid Session ID or

Hi,

I am working on webservices, while calling web connector over the http, I got below error. its seems there some Authorization Required for it. Can any one face this type of error in webMethods?

errorInfo $errorDump com.wm.net.NetException:[ISC.0064.9314] Authorization Required: Invalid Session ID or Session Expired
$error [ISC.0064.9314] Authorization Required: Invalid Session ID or Session Expired
$localizedError [ISC.0064.9314] Authorization Required: Invalid Session ID or Session Expired
$errorType com.wm.net.NetException
$service testwebServices.consumer_.connectors:provider_PortType_Add
$user Administrator
$time 2011-06-28 14:41:38 IST

$callStack $service pub.client:soapClient
$currentPath

$service testwebServices.consumer_.connectors:provider_PortType_Add
b /0/3/0/1 .consumer_.connectors:provider_PortType_Add$currentPath/0/3/0/1

Are passing the neccesary username & password? Your wsdl is given with some ACL, use it or change teh ACL’s to Anoymous…

–Shaik