
Signature
Best regards,
Abel Eduardo Pereira
> Please - anyone that can help.
>
[quoted text clipped - 51 lines]
>
> ----------------------->>ParameterObject
Perhaps I used the term "serialized" inccorectly. How can I get all of the
methods and properties of all my classes in my webservice to show up with
intellisense in the application that is using my webservice.
The ParameterObject has all of it's properties and methods available using
intellisense. How come the other classes and collections that consume one
another in my webservice do not show up with intellisense?
> Hello Dave,
>
[quoted text clipped - 62 lines]
> >
> > ----------------------->>ParameterObject
John Scragg - 08 Dec 2005 16:00 GMT
Have you refreshed your WebService reference? If not, Build the web service,
then right click on your web service reference in the solution explorer of
your client app and refresh it.
For them to show up in Intellisense, they need to be in the WSDL. Check the
WSDL and if you are using Visual Studio to create your proxy for you, check
the proxy class to see if they are there.
If your web service either takes the class/collection as an argument to a
WebMethod or returns the class/collection as a result from a WebMethod, they
should be exposed and included in the WSDL. Encapsulation works for this,
so a class that is a member of another class will be exposed as well.
HTH,
John
> Perhaps I used the term "serialized" inccorectly. How can I get all of the
> methods and properties of all my classes in my webservice to show up with
[quoted text clipped - 70 lines]
> > >
> > > ----------------------->>ParameterObject