|
From: Langston, J. <Jam...@co...> - 2010-02-04 23:20:47
|
Hi all,
In creating my elements and sending them to the server, I get
xsi:nil="true" put into the element, even though
I have not put it there.
$monitorOrder->add_elem(name=>'MonitorSite',
attributes=>{
'siteId'=>"330"
}) ;
expecting
<MonitorSite siteId="330"/>
I get
<MonitorSite xsi:nil="true" siteId="330"/>
I cannot attribute the reason that this is getting created in this
manner, any hints, suggestions? the nil is causing
issues and I need to ensure they are not interjected.
Jim
///////////////////////////////
Jim Langston
Technical Consultant
jam...@co...
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
|