Advertisement
Guest User

Untitled

a guest
Nov 6th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. object(SimpleXMLElement)#3 (7) { ["CountryOrganizationId"]=> string(2) "CZ" ["PartnershipId"]=> string(27) "Contract_58AB4635-D9C6-A04E" ["OwnerId"]=> string(13) "MM-O-BDD15299" ["PartnerIdList"]=> object(SimpleXMLElement)#4 (1) { ["String"]=> string(12) "MM-O-2A10BCF" } ["Contract"]=> object(SimpleXMLElement)#5 (19) { ["CountryOrganizationId"]=> string(2) "CZ" ["ContractId"]=> string(27) "Contract_58AB4635-D9C6-A04E" ["LaborRateList"]=> object(SimpleXMLElement)#6 (1) { ["LaborRateDetail"]=> array(2) { [0]=> object(SimpleXMLElement)#8 (3) { ["Role"]=> string(5) "Labor" ["Category"]=> string(1) "1" ["Rate"]=> string(5) "250.0" } [1]=> object(SimpleXMLElement)#9 (3) { ["Role"]=> string(5) "Paint" ["Category"]=> string(1) "2" ["Rate"]=> string(5) "350.0" } } } ["IdBlockCodeList"]=> object(SimpleXMLElement)#7 (1) { ["IDBlockCode"]=> object(SimpleXMLElement)#9 (2) { ["IDBlockCode"]=> string(2) "51" ["Entry"]=> string(3) "100" } } ["VehicleKind"]=> string(3) "Car" ["RepairKind"]=> string(10) "BodyRepair" ["ManufacturerCode"]=> string(2) "07" ["Status"]=> string(6) "Active" ["CreatedBy"]=> string(23) "MM-P-69F997009BBFB4FC2C" ["CreationTimeStamp"]=> string(23) "2014-09-09T15:17:46.000" ["UpdatedBy"]=> string(23) "MM-P-69F997009BBFB4FC2C" ["UpdateTimeStamp"]=> string(23) "2014-10-15T10:49:18.000" ["FirstVersionContractId"]=> string(27) "Contract_58AB4635-D9C6-A04E" ["OwnerId"]=> string(13) "MM-O-BDD15299" ["Manufacturer"]=> string(2) "07" ["VehicleType"]=> string(3) "Car" ["VehicleAgeFrom"]=> string(1) "0" ["VehicleAgeTo"]=> string(1) "0" ["ClaimType"]=> string(7) "Unknown" } ["Description"]=> string(10) "Alfa Romeo" ["PartnerId"]=> string(12) "MM-O-2A10BCF" }
  2. Notice: Trying to get property of non-object in C:\xampp\htdocs\xampp\provisioning\index.php on line 10
  3. Notice: Trying to get property of non-object in C:\xampp\htdocs\xampp\provisioning\index.php on line 11
  4. Notice: Trying to get property of non-object in C:\xampp\htdocs\xampp\provisioning\index.php on line 12
  5. /* This is linses where is problems
  6. $PartnerIdList = "<PartnerIdList><String>".$value->Partnership->PartnerIdList->String."</String></PartnerIdList>";
  7. $CountryOrganizationId_contact = "<Contract><CountryOrganizationId>".$value->Partnership->Contract->CountryOrganizationId."</CountryOrganizationId>";
  8. $ContractId = "<ContractId>".$value->Partnership->Contract->ContractId."</ContractId>";
  9. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement