Displaying 1 result from an estimated 1 matches for "findmembersrecentlyupd".
2006 Jul 19
0
Web Service (server) and file_column issues
...nd here''s how I call the service from my client app:
def display_recent_updates
XSD::Charset.encoding = ''UTF8''
wsdlfile = "http://localhost:3000/community/wsdl"
driver = SOAP::WSDLDriverFactory.new(wsdlfile).create_rpc_driver
@result = driver.FindMembersRecentlyUpdated
end
I have about 30 columns in my members table, but I''d prefer to return only a
few columns (nickname, email_address, the URL of their thumbnail image,
updated_at). I don''t want to expose all the columns through the web service.
Any ideas?
Thank you,
Dave Hoefler
------...