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

Ticket #180 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Create a request and pipe it to another program

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

Description

I am using the wsdl2rb to create a request. The difference I dont want the request to be sent to the server, because I have my own wrapper to that (due to reasons out of my control). Is there a way I can create the request and then just pipe it out to my wrapper.

Change History

11/08/05 23:57:37 changed by nahi

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

(In [1665]) allow user to set own streamhandler.

client.optionsprotocol.streamhandler? = factory

factory.create(options) is called for creating streamhandler. for more detail, see lib/soap/streamHandler.rb and test/soap/test_streamhandler.rb. closes #180.