I am trying to retro fit Sql Reports in my VB6 app. Now i have a dynamic
RDL Generator that assembles the .RDL and writes it out to a file. That
part works fine. The next step I'm getting stuck on is the SOAP part to
deploy it to the reportserver. I have scoured the internet but there isn't
a lot of help out there because everyone is jumping off the VB6 boat, so
here I am. I have this so far:
'Use SOAP API to deploy reports to server
Dim oSoapClient As MSSOAPLib30.SoapClient30
Set oSoapClient = Nothing
Set oSoapClient = New MSSOAPLib30.SoapClient30
Call oSoapClient.MSSoapInit
("http://servername/reportserver/reportservice.asmx?wsdl")
That part executes fine with out error
Now when I start to reference things like oSoapClient.url or
oSoapClient.createdatasource i get "Object doesn't support this property or
method"
Is there something I am leaving out? Am I missing a step?
Any help would be appreciated.
--
Message posted via http://www.sqlmonster.comI have the .NET version of this working perfectly it's just the
VB6/SOAPToolKit 3.0 part that I am getting stuck on.
--
Message posted via http://www.sqlmonster.com|||I have played around with the idea that the SQL 2000 Reporting services
file "reportservice.wsdl" needs to be in the VB6 references somehow. But I
have no idea on how to get in there. If thats a viable option.
--
Message posted via http://www.sqlmonster.com|||anybody have any suggestions?
--
Message posted via http://www.sqlmonster.com
Monday, March 19, 2012
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment