Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
SOAP Server WSDL generation
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Patrick Hurley  
View profile  
 More options Mar 29 2005, 9:56 am
Newsgroups: comp.lang.ruby
From: Patrick Hurley <phur...@gmail.com>
Date: Tue, 29 Mar 2005 23:56:15 +0900
Local: Tues, Mar 29 2005 9:56 am
Subject: SOAP Server WSDL generation
I have successfully (not that it was at all difficult) setup a ruby
SOAP client and server, but in both cases I had to "prime the pump"
with the methods and their parameters. So I have two questions:

Using ruby soap, can the server "auto discover" the methods in a
particular class and expose them? A first cut of this would be
trivial; however, given the highly dynamic way ruby classes can handle
their parameters the guess would sometimes not be the best fit.

The second harder question is if a ruby SOAP server can generate a
WSDL either automatically or with some help (possibly having to
provide SOAP types for various parameters).

Thanks
Patrick


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
leon breedt  
View profile  
 More options Mar 29 2005, 6:18 pm
Newsgroups: comp.lang.ruby
From: leon breedt <bits...@gmail.com>
Date: Wed, 30 Mar 2005 08:18:16 +0900
Local: Tues, Mar 29 2005 6:18 pm
Subject: Re: SOAP Server WSDL generation
On Tue, 29 Mar 2005 23:56:15 +0900, Patrick Hurley <phur...@gmail.com> wrote:
> The second harder question is if a ruby SOAP server can generate a
> WSDL either automatically or with some help (possibly having to
> provide SOAP types for various parameters).

ActionWebService in Rails does WSDL generation (RPC-style).

http://manuals.rubyonrails.com/read/book/10

It does require annotation to indicate method parameter and return
value types (don't think you can get around that in Ruby).

HTH,
Leon


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »