login button

Project: WSO2 WSF/Ruby

Custom SOAP Header - any progress ?

Forums :

Hi,

are there any plans to make it possible to add custom SOAP Headers in future releases?

Greetings,
-timo

call a wsdl, but nothing happen

Forums :

Hi,

I try to call the google wsdl, but I don't get anything just a simple nil.

Here is the code:

require 'wsf'
include WSO2::WSF
client = WSClient.new("wsdl"=>"http://api.google.com/GoogleSearch.wsdl")
proxy = client.get_proxy
puts proxy.doGetCachedPage({"key"=>key, "url"=>url})

What may the problem be?

Thx: pepusz

plans for an integration of WSO2 WSF/Ruby and Rails ActionWebService

Forums :

Hi,

are there any plans to extend the Rails ActionWebservice with WSO2 WSF/Ruby as the underlying web services platform?

Regards
Igor

When will SAML support be available?

Forums :

I am a new user of the wsf ruby extension, and was wondering if SAML 1.0 was supported. I did not see any mention in the documentation, examples, or when searching this forum.

If SAML is not yet supported, are there plan in the near future to implement it?

Thanks for any information on the subject.

Transport URL

Forums :

Hi.

I've been trying to change the wsa:To value in the message header for some time now. What I want to do is post the message to one address but have another address in the wsa:To tag. This seems to describe how to do it when using the Java version.

http://wso2.org/library/3671

I also found docs in the wso2 source describing this:
wso2/docs/wsclient/index.html#ws-addressing_options

Is it possible?

Thanks.
- H

Using WSF/Ruby to call Java Web Service - error on wsdl11to20.xsl10.xsl

Forums :

Hello,

I'm new to WSF/Ruby, and I'm attempting to get it to call a Java web service running on tomcat from a Rails application. I'm attempting to do all of this on Windows XP SP3.

I'm using the WSDL mode as such:

#wsdl loc is a URL pointing to the WSDL file
client = WSClient.new( { "wsdl" => wsdl_loc },
log_file_name)

#get the proxy
proxy = client.get_proxy

unless proxy.nil?

#setup the param hash
params = {"username" => username,
"password" => password,
"docbase" => docbase}

dlerrors when running samples

Forums :

I keep getting these errors when trying the samples:

[error] class_loader.c(161) dlerror reason: /opt/wso2/wsf_c/lib/libaxis2_receivers.so: cannot open shared object file: No such file or directory

The C and Ruby library compiled just fine. Here's some more information about my server:

An alternative to wsdl2ruby.rb?

Forums :

Is there anything in this library to replace wsdl2ruby.rb? I'm interested in building a client/class/mapping/driver from a wsdl to access a soap provider.

Thanks in advance,



Adrian Esteban Madrid

Prefab Markets, Lead Developer

aemadrid@prefabmarkets.com

Syndicate content