Hello,Am using Extended SP (sp_oa***** ) groups, to pass values remotely to a website and using 'MSXML2.ServerXMLHTTP.3.0' Object. Below are two lines of code I use to create the object and the second to access the property ResponseText.Whe it fails i get the response value back. But when it succeeds, I get a null value back. Using @resAny help on this, why its null ?thanksEhiEXEC @Return = sp_oacreate 'MSXML2.ServerXMLHTTP.3.0', @Object OUTPUTEXEC @RETURN = sp_OAGetProperty @object,'ResponseText',@Res Out