Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #200 (closed enhancement: fixed)

Opened 3 years ago

Last modified 1 year ago

one-way service support (`dump_method': undefined method `soapbody_use' for nil:NilClass (NoMethodError))

Reported by: nahi Assigned to: nahi
Priority: normal Milestone: 1.5.6
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

(from soap4r ML)

I am trying to run wsdl4ruby on http://www.giacec.co.uk/SendSms.wsdl , but wsdl4ruby does not do absolutely anything :-( Any ideas? Thanks,

Attachments

SendSms.wsdl (2.7 kB) - added by nahi on 09/03/06 21:03:52.
downloaded

Change History

07/18/06 07:59:00 changed by anonymous

I'm having the same problem

09/03/06 21:03:52 changed by nahi

  • attachment SendSms.wsdl added.

downloaded

09/03/06 21:04:55 changed by nahi

  • type changed from defect to enhancement.

It's the one-way service that soap4r does not support now...

09/25/06 14:29:44 changed by nahi

  • summary changed from `dump_method': undefined method `soapbody_use' for nil:NilClass (NoMethodError) to one-way service support (`dump_method': undefined method `soapbody_use' for nil:NilClass (NoMethodError)).

05/11/07 15:03:19 changed by nahi

  • priority changed from high to normal.

05/18/07 00:16:40 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1783]) * oneway service support. actually, supports input only services for server and client. closes #200.