hey guyz,
i need help regarding web services

here is code

Set oSOAP = Server.CreateObject("MSSOAP.SoapClient30")
oSOAP.ClientProperty("ServerHTTPRequest") = True
'Initaialize the Web Service
oSOAP.mssoapinit("http://buergerserviceschul.niedersachsen.de/modules/id/public/webservice/V4_00/doc_lit/?wsdl")
'3e5c3d29701e79622c242d0e8d8f7675
res = SOAP.getAnliegen("myid","",true,true,true,"",Now())

now should this code work or not
but in my case it wont work
getAnliegen function returns array back
but i cant use it neither i can call through this method
any help
any suggestion, i need help please ..............

thanks in advance

hey guyz,
i need help regarding web services

here is code

Set oSOAP = Server.CreateObject("MSSOAP.SoapClient30")
oSOAP.ClientProperty("ServerHTTPRequest") = True
'Initaialize the Web Service
oSOAP.mssoapinit("http://buergerserviceschul.niedersachsen.de/modules/id/public/webservice/V4_00/doc_lit/?wsdl")
'3e5c3d29701e79622c242d0e8d8f7675
res = SOAP.getAnliegen("myid","",true,true,true,"",Now())

now should this code work or not
but in my case it wont work
getAnliegen function returns array back
but i cant use it neither i can call through this method
any help
any suggestion, i need help please ..............

thanks in advance

You need name of wsdl not ?.wsdl

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.