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

Ticket #380 (closed enhancement: fixed)

Opened 10 months ago

Last modified 10 months ago

default XSD::NS for SOAPGenerator

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

Description

There's an implementation who doesn't allow 'n1' etc as a namespace tag. e.g. 'wrt' is required for this case: http://groups.google.com/group/soap4r/msg/9f0a63082093582e

Change History

07/16/07 23:14:22 changed by nahi

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

(In [1887]) * allow to customize default ns definition of SOAP Envelope. SOAPGenerator.new gets option hash as 'opt' and treats opt[:default_ns] as a XSD::NS which stores default ns definition of SOAP Envelope. See how it works in test/soap/test_custom_ns.rb. closes #380.