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

Ticket #226 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

a problem about extraattr when using SOAP::SOAPHeaderItem

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

Description

I've run into a problem with soup4r when I needed to call a SOAP method with custom headers.

The problem is that extraattr hash must have keys of a QName class, but in this particular case they are strings.

Change History

07/23/06 11:09:38 changed by nahi

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

(In [1690]) SOAPHeaderItem does not set extattr correctly. Applied a patch from Kent. fixes #226.