Browse the Ruby on Rails Community.

You are here: Forums Ask a Rails expert Display WSDL...

Replytotopic

Display WSDL

Posted in Forums : Ask a Rails expert

 
Profile

Authority 0
Posting Rating 15
Sign in to rate this post

Hello

In my rails application I would like to give the option to test de availability of a web service.
On way to this that is to display de WSDL on a text area if the web service is available. If not, display a message like “web service unavailable”.

How can I show a WSDL into a text area?

Is there a better way to implement this functionnality?

Thanks
Regards

 
Profile

Authority 62
Posting Rating 0
Sign in to rate this post

Hi Paulo,

Since your are talking about WSDL, I’m assuming you’re using ActionWebService to create a SOAP web service in your Rails application. (if you aren’t, perhaps you should consider it)

A simple AWS tutorial is here: http://manuals.rubyonrails.com/read/chapter/67

I believe that the only thing you need to do to access a WSDL in AWS is using the wsdl action in the controller.

Replytotopic

Other Recent Topics

Ask a Rails expert : how to check processs is running or stop

Ask a Rails expert : Routing problem using patterns for id

Ask a Rails expert : How to work with ror 2.1.1 using Netbeans IDE 6.1

Ask a Rails expert : json gem error

Ask a Rails expert : Problem with break

Ask a Rails expert : activesupport string first method error

Ask a Rails expert : url_for broken ?

Ask a Rails expert : map.routes.rb pls help

Ask a Rails expert : how to h tag in controller

Ask a Rails expert : Problem with Restful routing and partial form

Formatting Help
  • *bold*       _italics_      
    bq. (quotes)
  • "DSC":http://www.dsc.net
  • * or # (lists)
or cancel