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

Ticket #430 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

add an option for forcing Generator use default namespace

Reported by: nahi Assigned to: nahi
Priority: high Milestone: 1.5.8
Component: soap4r Version: 1.5
Keywords: Cc:

Description

there's an implementation which does not accept;

<n1:foo xmlns:n1="urn:foo"/>

and only accepts;

<foo xmlns="urn:foo"/>

Change History

09/17/07 23:08:55 changed by nahi

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

(In [1974]) * add the Generator option for using default namespace in SOAP message. it's for interoperability with non XML Namespace comformant implementation. false by default (same behavior as before.) you can turn it on with Driver#use_default_namespace = true or Server#use_default_namespace = true. closes #430.

09/19/07 11:29:07 changed by nahi

  • status changed from closed to reopened.
  • resolution deleted.

XML attribute must not refer default namespace.

09/19/07 11:29:48 changed by nahi

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

(In [1975]) * XML attribute must not be affected by default namespace. closes #430.