hey guys,
i need ur help regarding web services in classic asp
here is my code
Set oSOAP = Server.CreateObject("MSSOAP.SoapClient30")
oSOAP.ClientProperty("ServerHTTPRequest") = True
oSOAP.mssoapinit("http://buergerserviceschul.niedersachsen.de/modules/id/public/webservice/V4_00/rpc_lit/?wsdl")
strXml = oSOAP.getAnliegenkategorien(session("id"),"",false,"INFODIENSTE","")
it wont execute if i execute through the soapUI it prefectly runs but in asp page it wont gives error of array and dimensions. now i am stuck at this and could not move further, i have tried every bit. please suggest me something thanks