Hi all, Has anyone managed to get wss4r to work? Everything I do (install gem, download source and run setup.rb) still results in a "`gem_original_require'': no such file to load -- wss4r (MissingSourceFile)" error. I can see that the gem installed, but just can''t the server/console to find it. All suggestions welcome. Cheers Simon -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
If you are still in the exploratory phase and haven''t already looked at it, have a look at the savon gem. It is probably the most well-maintained and Active of the SOAP gems and your best bet if you want to build upon SOAP. https://github.com/savonrb/savon On 22/03/13 14:10, Simon Macneall wrote:> Hi all, > > Has anyone managed to get wss4r to work? Everything I do (install gem, > download source and run setup.rb) still results in a > "`gem_original_require'': no such file to load -- wss4r > (MissingSourceFile)" error. I can see that the gem installed, but just > can''t the server/console to find it. > > All suggestions welcome. > > Cheers > Simon >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Hi Jeff, Still in exploratory stage, and looked at savon, however, couldn''t get it to play nicely with the security model that our client is using. Setting ClientCredentials and all that. Cheers Simon On Fri, 22 Mar 2013 15:20:57 +0800, Jeffrey Jones <jjones-16K2bKsFtVoTBYAz+LHnZg@public.gmane.org> wrote:> If you are still in the exploratory phase and haven''t already looked at > it, have a look at the savon gem. > > It is probably the most well-maintained and Active of the SOAP gems and > your best bet if you want to build upon SOAP. > > https://github.com/savonrb/savon > > On 22/03/13 14:10, Simon Macneall wrote: >> Hi all, >> >> Has anyone managed to get wss4r to work? Everything I do (install gem, >> download source and run setup.rb) still results in a >> "`gem_original_require'': no such file to load -- wss4r >> (MissingSourceFile)" error. I can see that the gem installed, but just >> can''t the server/console to find it. >> >> All suggestions welcome. >> >> Cheers >> Simon >>-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.