webservices: can't see the methods - TechRepublic
General discussion
April 14, 2004 at 08:13 AM
medievalknight

webservices: can’t see the methods

by medievalknight . Updated 22 years, 2 months ago

Hi all,

I have a webservice (asmx) and i want to make a reference in a client project.
The problem is that i only see my datasets. We’re only talking about design (not runtime environment).

example:

The webservice is called X and contains:
a dataset called ds
a function called GetDs()
The reference in the client-project is called R.
R.ds -> he finds it perfectly.
R.GetDs() -> doesn’t show up in the list and gives an error when I want to use it (design time)

There’s something more odd in it. R contains something called X ?!
When I call the server (asmx) I see the methods and all and they work perfectly fine.

Is there something I forgot when I builded the webservice or is there something wrong in the reference?

Your help would be greatly appreciated,

Christophe

This discussion is locked

All Comments