You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to soap4r
Hi,
After deploying an application on apache with mod_rails I am getting
this error:
uninitialized constant XSD::NS::KNOWN_TAG
Somewhere soap4r overrides the NS class with the KNOWN_TAG attribute.
I can see from the trace that soap4r is found and loaded properly, but
for some reason the overriding never happens.
I suspect that the problem is somehow related to the order of which
the gems are loaded.
Does anybody have experience with soap4r on mod_rails?