Hi All, I have issue to Create object for "MSSOAP.SoapClient30" it show me error My code is below Set client = CreateObject("MSSOAP.SoapClient30") Call client.MSSoapInit(wsdl) res= client.Operation(queryStr$) when Set client = CreateObject("MSSOAP.SoapClient30") this line access it show me error that cannot create automation object So can any one help me for this