EDN Admin
Well-known member
I have this xml
<BPEL_MaximoOrg1ProcessResponse xmlns="http://MaximoProcess.bpel <result> <MXORGANIZATIONSet> <ORGANIZATION> <COMPANYSETID>APEK</COMPANYSETID> <DESCRIPTION_LONGDESCRIPTION></DESCRIPTION_LONGDESCRIPTION> <ENTERBY>313096</ENTERBY> <ENTERDATE>2013-01-24T17:44:31+05:30</ENTERDATE> <ITEMSETID>AJ</ITEMSETID> <ORGANIZATIONID>7</ORGANIZATIONID> <ORGID>AJORG</ORGID> </ORGANIZATION> </MXORGANIZATIONSet> </result></BPEL_MaximoOrg1ProcessResponse>
I want <COMPANYSETID>APEK<COMPANYSETID> from this xml in out.xml,but i cant overcome the namespace that is why the desired result is not coming.
please help me to get out of this..
Thanks
View the full article
<BPEL_MaximoOrg1ProcessResponse xmlns="http://MaximoProcess.bpel <result> <MXORGANIZATIONSet> <ORGANIZATION> <COMPANYSETID>APEK</COMPANYSETID> <DESCRIPTION_LONGDESCRIPTION></DESCRIPTION_LONGDESCRIPTION> <ENTERBY>313096</ENTERBY> <ENTERDATE>2013-01-24T17:44:31+05:30</ENTERDATE> <ITEMSETID>AJ</ITEMSETID> <ORGANIZATIONID>7</ORGANIZATIONID> <ORGID>AJORG</ORGID> </ORGANIZATION> </MXORGANIZATIONSet> </result></BPEL_MaximoOrg1ProcessResponse>
I want <COMPANYSETID>APEK<COMPANYSETID> from this xml in out.xml,but i cant overcome the namespace that is why the desired result is not coming.
please help me to get out of this..
Thanks
View the full article