Warning: SimpleXMLElement::__construct(): namespace error : Namespace prefix m for IsDefaultEntityContainer on EntityContainer is not defined in odata_xml2array2() (line 186 of ...... \sites\all\modules\necessary\odata\odata_metadata.inc).
Warning: SimpleXMLElement::__construct(): dm">
Warning: SimpleXMLElement::__construct(): ^ in odata_xml2array2() (line 186 of .......\sites\all\modules\necessary\odata\odata_metadata.inc).
But I can see my Available collection sets (it's warning not error) I select one and later when I create a view nothing happens, NO DATA in output of the view. But in View I see all my attributes from xml, I can create Fields.
also try it with http://services.odata.org/Northwind/Northwind.svc to test same error
Comments
Comment #1
sfcamil commentedSorry I don’t know what happens with this editor but my text was cut …
But I see my Available collection sets, I select one and when I create a view nothing happens. NO DATA in view output. But in View creation I see all my attributes from xml, I can create Fields.
I also try it http://services.odata.org/Northwind/Northwind.svc to test same error
Comment #2
sfcamil commentedFor me just add
in odata_metadata.inc in function odata_xml2array2 before ligne
$all_obj = new SimpleXMLElement($text_xml);and it's work.
Comment #3
apanag commentedHas been fixed in the latest development version.