Displaying 4 results from an estimated 4 matches for "wsdlfile".
Did you mean:
wsdfile
2008 May 22
3
SOAP client in Ruby/Rails
Hi all. I have a need to build a SOAP client using Ruby and Rails. I''m
accessing a document/literal style SOAP service. I''ve been poring over
documentation (well, there really doesn''t seem to be any, so that''s a
little misleading), blog posts, and outdated tutorials all day, and I
still don''t really have anywhere to begin. Every tutorial seems to
have a
2006 Jul 18
2
connecting to a coldfusion web service
...''m connecting to a cf web service....
<cfcomponent>
<cffunction name="myname" returntype="string" access="remote">
<cfreturn "fred" >
</cffunction>
</cfcomponent>
using
require ''soap/wsdlDriver''
wsdlfile = "http://localhost/docsearch/mainsearch.cfc?wsdl"
factory = SOAP::WSDLDriverFactory.new(wsdlfile)
and I am getting the error "undefined local variable or method
`targetnamespace'' for #<WSDL::SOAP::Fault:0x360b8b0>"
We''re using Ruby 1.8.2 and CF MX 7...
2006 Jul 19
0
Web Service (server) and file_column issues
...ta''.
My web service API looks like the following for my server app:
api_method :find_members_recently_updated, :returns => [[Member]]
And 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...
2005 Dec 21
1
ActionWebService and WSDL
The suggested approach for developing a web service using
ActionWebService appears to be start by defining the API you want and
then you can generate WSDL. I want to start from WSDL. I''ve tried
wsdl2ruby but the Ruby code it generates does not appear to play well
with Rails. Is there a way I can get what I want? I''m new at this so if
the answer is a forehead slapper,