Web service Toolkit error - calling Reporting Services from MS Acc

G

Guest

Hi all,

I try to connect to the Report Server Web Service from MS Access 2003 using
the Web Services Toolkit 3.0.

The Web service is found, but when it generates the code in Access I get the
following error:

Cannot Create Class.
The Web Service References Tool could not generate the requested code.
Any changes that were made to your project have been rolled back.

Is this a known issue, the combination of Access and RS maybe?
If so, is there a solution?
 
A

Alvin Bruney [ASP.NET MVP]

have you tried just accessing the WSDL document for the webservice thru a
browser? If the is accessible, from a browser, the problem lies with your
access installation

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________
 
G

Guest

Hi,

I am able to use the Reporting Services web service through visual studio.net.

The same error occurs when I run the toolkit from the Word or Excel code
windows.

You still think it's my Access installation?
Do you have any other suggestions where to look?

Thanks,

Edgar



Alvin Bruney said:
have you tried just accessing the WSDL document for the webservice thru a
browser? If the is accessible, from a browser, the problem lies with your
access installation

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________


Edgar said:
Hi all,

I try to connect to the Report Server Web Service from MS Access 2003
using
the Web Services Toolkit 3.0.

The Web service is found, but when it generates the code in Access I get
the
following error:

Cannot Create Class.
The Web Service References Tool could not generate the requested code.
Any changes that were made to your project have been rolled back.

Is this a known issue, the combination of Access and RS maybe?
If so, is there a solution?
 
B

Brendan Reynolds

My guess would be that the web service is returning something that VBA
doesn't recognize. Unfortunately, as I don't have Reporting Services
installed, I can't investigate that theory. But it seems unlikely to me that
it is anything to do with your Access installation.

--
Brendan Reynolds (MVP)

Edgar said:
Hi,

I am able to use the Reporting Services web service through visual
studio.net.

The same error occurs when I run the toolkit from the Word or Excel code
windows.

You still think it's my Access installation?
Do you have any other suggestions where to look?

Thanks,

Edgar



Alvin Bruney said:
have you tried just accessing the WSDL document for the webservice thru a
browser? If the is accessible, from a browser, the problem lies with
your
access installation

--
Regards,
Alvin Bruney
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
available at www.lulu.com/owc
_________________________


Edgar said:
Hi all,

I try to connect to the Report Server Web Service from MS Access 2003
using
the Web Services Toolkit 3.0.

The Web service is found, but when it generates the code in Access I
get
the
following error:

Cannot Create Class.
The Web Service References Tool could not generate the requested code.
Any changes that were made to your project have been rolled back.

Is this a known issue, the combination of Access and RS maybe?
If so, is there a solution?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top