Webservices Data Classes "public"

philprice

Well-known member
Joined
Mar 21, 2003
Messages
116
Location
Hull, UK
Hey there, Ive been messing with SOAPBlogger and ive seen they have made 3 data/structure classes public somehome, so you can create them from the webservice direct, how do you do this?
 
Make reference to the Web services assembly in the application that consumes it. Then declare an instance of the services class and access the type via it. If the Web service isnt in a compiled form rearrange it so it is.
 
Back
Top