Jump to content

Consuming a web service using NuSoap and interpreting the results


Recommended Posts

Hi All

Im new to web services in PHP and need help with this one. I am comsuming a webservice and I get a result back. The problem is I don't how to use the information I get back. I've tried everything from looping through arrays to just about thowing my laptop in the bin. The result is suppose to be an xml file. How do I get it to be an xml file. Please help. Code Pasted Below:

 

<?php

 

require_once('nusoap.php');

 

$username = 'theusername';

$password = 'thepassword';

 

$params = array('strUserName' => $username, 'strPassword' => $password);

 

$wsdl= "http://serveraddress/FeedOutWebservices/FeedOutService.asmx?wsdl";

 

$soap = new soapclient($wsdl,"wsdl");

$soap->setCredentials($username,$password);

 

$result = $soap->call('getListings',$params);

 

print_r ($result);

 

?>

 

The above code returns:

 

 

Array ( [getUpdatedListingsResult] => Array ( [schema] => Array ( [element] => Array ( [complexType] => Array ( [choice] => Array ( [element] => Array ( [complexType] => Array ( [sequence] => Array ( [element] => Array ( [0] => Array ( [!name] => ListNumber [!minOccurs] => 0 ) [1] => Array ( [!name] => AgencyName [!minOccurs] => 0 ) [2] => Array ( [!name] => AgeOfHouse [!minOccurs] => 0 ) [3] => Array ( [!name] => AgentName [!minOccurs] => 0 ) [4] => Array ( [!name] => AgentPhone [!minOccurs] => 0 ) [5] => Array ( [!name] => BathroomDesc [!minOccurs] => 0 ) [6] => Array ( [!name] => BathroomOptions [!minOccurs] => 0 ) [7] => Array ( [!name] => BathroomOptionsDescrip [!minOccurs] => 0 ) [8] => Array ( [!name] => BedroomsDesc [!minOccurs] => 0 ) [9] => Array ( [!name] => City [!minOccurs] => 0 ) [10] => Array ( [!name] => ClosedUserGroup [!minOccurs] => 0 ) [11] => Array ( [!name] => Coverage [!minOccurs] => 0 ) [12] => Array ( [!name] => Parking [!minOccurs] => 0 ) [13] => Array ( [!name] => DomesticRoomDesc [!minOccurs] => 0 ) [14] => Array ( [!name] => EstablishedGarden [!minOccurs] => 0 ) [15] => Array ( [!name] => Facing [!minOccurs] => 0 ) [16] => Array ( [!name] => FacingDescrip [!minOccurs] => 0 ) [17] => Array ( [!name] => Features [!minOccurs] => 0 ) [18] => Array ( [!name] => FlatletDesc [!minOccurs] => 0 ) [19] => Array ( [!name] => Flatlet [!minOccurs] => 0 ) [20] => Array ( [!name] => FloorNumber [!minOccurs] => 0 ) [21] => Array ( [!name] => FloorSpaceRation [!minOccurs] => 0 ) [22] => Array ( [!name] => GarageDesc [!minOccurs] => 0 ) [23] => Array ( [!name] => HeightRestrictions [!minOccurs] => 0 ) [24] => Array ( [!name] => KitchenOptions [!minOccurs] => 0 ) [25] => Array ( [!name] => KitchenOptionsDescrip [!minOccurs] => 0 ) [26] => Array ( [!name] => KitchenDesc [!minOccurs] => 0 ) [27] => Array ( [!name] => LeasedExpiryDate [!minOccurs] => 0 ) [28] => Array ( [!name] => ListPrice [!minOccurs] => 0 ) [29] => Array ( [!name] => AgentID [!minOccurs] => 0 ) [30] => Array ( [!name] => OfficeId [!minOccurs] => 0 ) [31] => Array ( [!name] => ExpiryDate [!minOccurs] => 0 ) [32] => Array ( [!name] => ListDate [!minOccurs] => 0 ) [33] => Array ( [!name] => MandateSignedDate [!minOccurs] => 0 ) [34] => Array ( [!name] => MonthlyLevy [!minOccurs] => 0 ) [35] => Array ( [!name] => MultiListingArea [!minOccurs] => 0 ) [36] => Array ( [!name] => MunRatesTaxes [!minOccurs] => 0 ) [37] => Array ( [!name] => MunValOfImprovements [!minOccurs] => 0 ) [38] => Array ( [!name] => MunValLand [!minOccurs] => 0 ) [39] => Array ( [!name] => MunValueTotal [!minOccurs] => 0 ) [40] => Array ( [!name] => NumOfBathrooms [!minOccurs] => 0 ) [41] => Array ( [!name] => NumOfBedrooms [!minOccurs] => 0 ) [42] => Array ( [!name] => NumOfCarports [!minOccurs] => 0 ) [43] => Array ( [!name] => NumOfDomBathrooms [!minOccurs] => 0 ) [44] => Array ( [!name] => NumOfDomBedrooms [!minOccurs] => 0 ) [45] => Array ( [!name] => NumOfGarages [!minOccurs] => 0 ) [46] => Array ( [!name] => NumOfKitchens [!minOccurs] => 0 ) [47] => Array ( [!name] => NumOfOutSideToilets [!minOccurs] => 0 ) [48] => Array ( [!name] => NumReceptionRooms [!minOccurs] => 0 ) [49] => Array ( [!name] => NumShares [!minOccurs] => 0 ) [50] => Array ( [!name] => NumStudies [!minOccurs] => 0 ) [51] => Array ( [!name] => OccDateAvailable [!minOccurs] => 0 ) [52] => Array ( [!name] => OnMarketSince [!minOccurs] => 0 ) [53] => Array ( [!name] => OnOffMarketDate [!minOccurs] => 0 ) [54] => Array ( [!name] => OwnershipType [!minOccurs] => 0 ) [55] => Array ( [!name] => ParkingBayNumber [!minOccurs] => 0 ) [56] => Array ( [!name] => ParkingDesc [!minOccurs] => 0 ) [57] => Array ( [!name] => ParticipationQuota [!minOccurs] => 0 ) [58] => Array ( [!name] => PoolDesc [!minOccurs] => 0 ) [59] => Array ( [!name] => PoolOptions [!minOccurs] => 0 ) [60] => Array ( [!name] => PoolOptionsDescrip [!minOccurs] => 0 ) [61] => Array ( [!name] => Pool [!minOccurs] => 0 ) [62] => Array ( [!name] => PostalCode [!minOccurs] => 0 ) [63] => Array ( [!name] => PropertyLet [!minOccurs] => 0 ) [64] => Array ( [!name] => ReasonForSelling [!minOccurs] => 0 ) [65] => Array ( [!name] => ReasonForSellingDescrip [!minOccurs] => 0 ) [66] => Array ( [!name] => ReceptionRoomDesc [!minOccurs] => 0 ) [67] => Array ( [!name] => RemarksLine1 [!minOccurs] => 0 ) [68] => Array ( [!name] => RemarksLine2 [!minOccurs] => 0 ) [69] => Array ( [!name] => RemarksLine3 [!minOccurs] => 0 ) [70] => Array ( [!name] => RoofOptions [!minOccurs] => 0 ) [71] => Array ( [!name] => RoofOptionsDescrip [!minOccurs] => 0 ) [72] => Array ( [!name] => RoomOptions [!minOccurs] => 0 ) [73] => Array ( [!name] => RoomOptionsDescrip [!minOccurs] => 0 ) [74] => Array ( [!name] => SecondHouse [!minOccurs] => 0 ) [75] => Array ( [!name] => SectionNumber [!minOccurs] => 0 ) [76] => Array ( [!name] => SectionalPlanNumber [!minOccurs] => 0 ) [77] => Array ( [!name] => SecurityOptions [!minOccurs] => 0 ) [78] => Array ( [!name] => ShareBlockNumber [!minOccurs] => 0 ) [79] => Array ( [!name] => SizeOfErf [!minOccurs] => 0 ) [80] => Array ( [!name] => SizeOfHouse [!minOccurs] => 0 ) [81] => Array ( [!name] => SizeOfOutBuildings [!minOccurs] => 0 ) [82] => Array ( [!name] => SizeOfUnit [!minOccurs] => 0 ) [83] => Array ( [!name] => SoldDate [!minOccurs] => 0 ) [84] => Array ( [!name] => SpecialFeatures [!minOccurs] => 0 ) [85] => Array ( [!name] => SpecialFeaturesDescrip [!minOccurs] => 0 ) [86] => Array ( [!name] => SpecialLevy [!minOccurs] => 0 ) [87] => Array ( [!name] => SpecialLevyPayable [!minOccurs] => 0 ) [88] => Array ( [!name] => StandNumber [!minOccurs] => 0 ) [89] => Array ( [!name] => StatusDate [!minOccurs] => 0 ) [90] => Array ( [!name] => StreetName [!minOccurs] => 0 ) [91] => Array ( [!name] => StreetNumber [!minOccurs] => 0 ) [92] => Array ( [!name] => StudyDesc [!minOccurs] => 0 ) [93] => Array ( [!name] => StyleOptions [!minOccurs] => 0 ) [94] => Array ( [!name] => Suburb [!minOccurs] => 0 ) [95] => Array ( [!name] => TempControl [!minOccurs] => 0 ) [96] => Array ( [!name] => TempControlDescrip [!minOccurs] => 0 ) [97] => Array ( [!name] => TitleDeedRestrictions [!minOccurs] => 0 ) [98] => Array ( [!name] => TitleDeedScrutinised [!minOccurs] => 0 ) [99] => Array ( [!name] => PropertyCategory [!minOccurs] => 0 ) [100] => Array ( [!name] => TypeOfProperty [!minOccurs] => 0 ) [101] => Array ( [!name] => UnitName [!minOccurs] => 0 ) [102] => Array ( [!name] => UnitNumber [!minOccurs] => 0 ) [103] => Array ( [!name] => UpdateDate [!minOccurs] => 0 ) [104] => Array ( [!name] => ViewComments1 [!minOccurs] => 0 ) [105] => Array ( [!name] => ViewComments2 [!minOccurs] => 0 ) [106] => Array ( [!name] => WallFinishes [!minOccurs] => 0 ) [107] => Array ( [!name] => WallFinishesDescrip [!minOccurs] => 0 ) [108] => Array ( [!name] => Windows [!minOccurs] => 0 ) [109] => Array ( [!name] => WindowsDescrip [!minOccurs] => 0 ) [110] => Array ( [!name] => AgentContactName [!minOccurs] => 0 ) [111] => Array ( [!name] => AgentContactPhone [!minOccurs] => 0 ) [112] => Array ( [!name] => AdditionalComments [!minOccurs] => 0 ) [113] => Array ( [!name] => VisualTourURL [!minOccurs] => 0 ) [114] => Array ( [!name] => Province [!minOccurs] => 0 ) [115] => Array ( [!name] => Internet_AGT_SMS [!minOccurs] => 0 ) [116] => Array ( [!name] => Internet_email [!minOccurs] => 0 ) [117] => Array ( [!name] => Status [!minOccurs] => 0 ) [118] => Array ( [!name] => PhotoCount [!minOccurs] => 0 ) [119] => Array ( [!name] => Internet [!minOccurs] => 0 ) [120] => Array ( [!name] => MandateType [!minOccurs] => 0 ) [121] => Array ( [!name] => SellerTitle [!minOccurs] => 0 ) [122] => Array ( [!name] => SellerFirstName [!minOccurs] => 0 ) [123] => Array ( [!name] => SellerSurname [!minOccurs] => 0 ) [124] => Array ( [!name] => SellerMobileNumber [!minOccurs] => 0 ) [125] => Array ( [!name] => SellerHomeNumber [!minOccurs] => 0 ) [126] => Array ( [!name] => SellerWorkNumber [!minOccurs] => 0 ) [127] => Array ( [!name] => OwnRefNumber [!minOccurs] => 0 ) ) ) ) [!name] => Table ) [!minOccurs] => 0 [!maxOccurs] => unbounded ) ) [!name] => NewDataSet [!msdata:IsDataSet] => true [!msdata:UseCurrentLocale] => true ) [!id] => NewDataSet ) [diffgram] => Array ( [NewDataSet] => Array ( [table][tr][td] => Array ( [0] => Array ( [listNumber] => 990283707 [AgencyName] => CHURCHILL MURRAY PROPERTIES [AgentName] => SANDY DOYLE [AgentPhone] => +2721-6711518 [bathroomDesc] => [bathroomOptions] => [bathroomOptionsDescrip] => [bedroomsDesc] => [City] => CAPE TOWN [ClosedUserGroup] => OFFICE [Coverage] => 0 [Parking] => [DomesticRoomDesc] => [EstablishedGarden] => [Facing] => [FacingDescrip] => [Features] => [FlatletDesc] => [Flatlet] => N [FloorNumber] => [FloorSpaceRation] => 0 [GarageDesc] => [HeightRestrictions] => 0 [KitchenOptions] => [KitchenOptionsDescrip] => [KitchenDesc] => [LeasedExpiryDate] => [listPrice] => 1695000.0000 [AgentID] => SD33 [OfficeId] => CMP033 [ExpiryDate] => 09/20/06 [listDate] => 01/15/07 [MandateSignedDate] => 01/15/07 [MultiListingArea] => [MunRatesTaxes] => 0 [MunValOfImprovements] => 0 [MunValLand] => 0 [MunValueTotal] => 0 [NumOfBathrooms] => 2 [NumOfBedrooms] => 3 [NumOfCarports] => 0 [NumOfDomBathrooms] => 0 [NumOfDomBedrooms] => 0 [NumOfGarages] => 2 [NumOfKitchens] => 1 [NumOfOutSideToilets] => 0 [NumReceptionRooms] => 1 [NumShares] => 0 [NumStudies] => 1 [OccDateAvailable] => [OwnershipType] => 1 [ParkingBayNumber] => [ParkingDesc] => [ParticipationQuota] => 0 [PoolDesc] => [PoolOptions] => [PoolOptionsDescrip] => [Pool] => N [PostalCode] => 0 [PropertyLet] => [ReasonForSelling] => [ReasonForSellingDescrip] => [ReceptionRoomDesc] => [RemarksLine1] => [RemarksLine2] => [RemarksLine3] => [RoofOptions] => [RoofOptionsDescrip] => [RoomOptions] => LOUNGE [RoomOptionsDescrip] => Lounge, [secondHouse] => [sectionNumber] => 0 [sectionalPlanNumber] => [securityOptions] => [shareBlockNumber] => [sizeOfErf] => 0 [sizeOfHouse] => 0 [sizeOfOutBuildings] => 0 [sizeOfUnit] => 124 [soldDate] => [specialFeatures] => [specialFeaturesDescrip] => [specialLevy] => 0 [specialLevyPayable] => [standNumber] => [statusDate] => [streetName] => 404 HIGHBURY, MAIN RD [streetNumber] => [studyDesc] => [styleOptions] => [suburb] => KENILWORTH [TempControl] => [TempControlDescrip] => [TitleDeedRestrictions] => [TitleDeedScrutinised] => [PropertyCategory] => Multiple Unit [TypeOfProperty] => Multiple Unit - Apartment [unitName] => [unitNumber] => 404 [updateDate] => 06/09/08 [ViewComments1] => [ViewComments2] => [WallFinishes] => [WallFinishesDescrip] => [Windows] => [WindowsDescrip] => [AgentContactName] => JAYSON BERRY [AgentContactPhone] => 0827716370 [AdditionalComments] => Modern apartment with 3 spacious bedrooms and all the top quality finishes one can have, stunning mountain views and the huge plus of 2 garages. [VisualTourURL] => [Province] => WESTERN CAPE [internet_AGT_SMS] => 0827716370 [internet_email] => [email protected] [status] => Expired [PhotoCount] => 8 [internet] => false [MandateType] => Open [sellerTitle] => [sellerFirstName] => RICHARD [sellerSurname] => FRANCIS [sellerMobileNumber] => [sellerHomeNumber] => () [sellerWorkNumber] => () [OwnRefNumber] => M00864 [!diffgr:id] => Table1 [!msdata:rowOrder] => 0 ) [1] => Array ( [listNumber] => 990421663 [AgencyName] => CHURCHILL MURRAY PROPERTIES [AgentName] => SANDY DOYLE [AgentPhone] => +2721-6711518 [bathroomDesc] => [bathroomOptions] => [bathroomOptionsDescrip] => [bedroomsDesc] => [City] => CAPE TOWN [ClosedUserGroup] => OFFICE [Coverage] => 0 [Parking] => [DomesticRoomDesc] => [EstablishedGarden] => [Facing] => [FacingDescrip] => [Features] => [FlatletDesc] => [Flatlet] => N [FloorNumber] => [FloorSpaceRation] => 0 [GarageDesc] => [HeightRestrictions] => 0 [KitchenOptions] => [KitchenOptionsDescrip] => [KitchenDesc] => [LeasedExpiryDate] => [listPrice] => 649000.0000 [AgentID] => SD33 [OfficeId] => CMP033 [ExpiryDate] => 02/21/09 [listDate] => 03/19/08 [MandateSignedDate] => 03/19/08 [MultiListingArea] => [MunRatesTaxes] => 0 [MunValOfImprovements] => 0 [MunValLand] => 0 [MunValueTotal] => 0 [NumOfBathrooms] => 1 [NumOfBedrooms] => 0 [NumOfCarports] => 1 [NumOfDomBathrooms] => 0 [NumOfDomBedrooms] => 0 [NumOfGarages] => 1 [NumOfKitchens] => 1 [NumOfOutSideToilets] => 0 [NumReceptionRooms] => 0 [NumShares] => 0 [NumStudies] => 0 [OccDateAvailable] => [OwnershipType] => 1 [ParkingBayNumber] => [ParkingDesc] => [ParticipationQuota] => 0 [PoolDesc] => [PoolOptions] => [PoolOptionsDescrip] => [Pool] => N [PostalCode] => 0 [PropertyLet] => [ReasonForSelling] => [ReasonForSellingDescrip] => [ReceptionRoomDesc] => [RemarksLine1] => [RemarksLine2] => [RemarksLine3] => [RoofOptions] => [RoofOptionsDescrip] => [RoomOptions] => [RoomOptionsDescrip] => [secondHouse] => [sectionNumber] => 0 [sectionalPlanNumber] => [securityOptions] => [shareBlockNumber] => [sizeOfErf] => 0 [sizeOfHouse] => 0 [sizeOfOutBuildings] => 0 [sizeOfUnit] => 42 [soldDate] => [specialFeatures] => [specialFeaturesDescrip] => [specialLevy] => 0 [specialLevyPayable] => [standNumber] => [statusDate] => [streetName] => B316B THE CLAREMONT [streetNumber] => [studyDesc] => [styleOptions] => [suburb] => CLAREMONT [TempControl] => [TempControlDescrip] => [TitleDeedRestrictions] => [TitleDeedScrutinised] => [PropertyCategory] => Multiple Unit [TypeOfProperty] => Multiple Unit - Apartment [unitName] => [unitNumber] => [updateDate] => 06/09/08 [ViewComments1] => [ViewComments2] => [WallFinishes] => [WallFinishesDescrip] => [Windows] => [WindowsDescrip] => [AgentContactName] => VIVIENNE BRENT [AgentContactPhone] => 0826531400 [AdditionalComments] => Top security complex demanding high rentals. Third floor bachelor apartment with secure under building parking. Excellent security. Pool in complex. [VisualTourURL] => [Province] => WESTERN CAPE [internet_AGT_SMS] => 0826531400 [internet_email] => [email protected] [status] => Active [PhotoCount] => 3 [internet] => true [MandateType] => Open [sellerTitle] => Mr [sellerFirstName] => BERNARD KNUTSON [sellerSurname] => BERNARD KNUTSON [sellerMobileNumber] => 0722 155 269 [sellerHomeNumber] => () [sellerWorkNumber] => () [OwnRefNumber] => M01405 [!diffgr:id] => Table2 [!msdata:rowOrder] => 1 ) [2] => Array ( [listNumber] => 990451757 [AgencyName] => CHURCHILL MURRAY PROPERTIES [AgentName] => SANDY DOYLE [AgentPhone] => +2721-6711518 [bathroomDesc] => [bathroomOptions] => [bathroomOptionsDescrip] => [bedroomsDesc] => [City] => CAPE TOWN [ClosedUserGroup] => OFFICE [Coverage] => 0 [Parking] => [DomesticRoomDesc] => [EstablishedGarden] => [Facing] => [FacingDescrip] => [Features] => [FlatletDesc] => [Flatlet] => N [FloorNumber] => [FloorSpaceRation] => 0 [GarageDesc] => [HeightRestrictions] => 0 [KitchenOptions] => LAUND [KitchenOptionsDescrip] => Laundry, [KitchenDesc] => [LeasedExpiryDate] => [listPrice] => 1190000.0000 [AgentID] => SD33 [OfficeId] => CMP033 [ExpiryDate] => 07/29/09 [listDate] => 06/09/08 [MandateSignedDate] => 06/09/08 [MultiListingArea] => [MunRatesTaxes] => 0 [MunValOfImprovements] => 0 [MunValLand] => 0 [MunValueTotal] => 0 [NumOfBathrooms] => 2 [NumOfBedrooms] => 3 [NumOfCarports] => 1 [NumOfDomBathrooms] => 0 [NumOfDomBedrooms] => 0 [NumOfGarages] => 1 [NumOfKitchens] => 1 [NumOfOutSideToilets] => 0 [NumReceptionRooms] => 2 [NumShares] => 0 [NumStudies] => 0 [OccDateAvailable] => [OwnershipType] => 1 [ParkingBayNumber] => [ParkingDesc] => [ParticipationQuota] => 0 [PoolDesc] => [PoolOptions] => [PoolOptionsDescrip] => [Pool] => Y [PostalCode] => 0 [PropertyLet] => [ReasonForSelling] => [ReasonForSellingDescrip] => [ReceptionRoomDesc] => [RemarksLine1] => [RemarksLine2] => [RemarksLine3] => [RoofOptions] => [RoofOptionsDescrip] => [RoomOptions] => LOUNGE,DINING [RoomOptionsDescrip] => Lounge, Dining Room, [secondHouse] => [sectionNumber] => 0 [sectionalPlanNumber] => [securityOptions] => [shareBlockNumber] => [sizeOfErf] => 0 [sizeOfHouse] => 0 [sizeOfOutBuildings] => 0 [sizeOfUnit] => 80 [soldDate] => [specialFeatures] => TCRT [specialFeaturesDescrip] => Tennis Court, [specialLevy] => 0 [specialLevyPayable] => [standNumber] => [statusDate] => [streetName] => 22 GREENWICH VILLAGE,MYRTLE ROAD [streetNumber] => [studyDesc] => [styleOptions] => [suburb] => RONDEBOSCH [TempControl] => [TempControlDescrip] => [TitleDeedRestrictions] => [TitleDeedScrutinised] => [PropertyCategory] => Multiple Unit [TypeOfProperty] => Multiple Unit - Apartment [unitName] => [unitNumber] => 22 [updateDate] => 06/09/08 [ViewComments1] => [ViewComments2] => [WallFinishes] => [WallFinishesDescrip] => [Windows] => [WindowsDescrip] => [AgentContactName] => VIVIENNE BRENT [AgentContactPhone] => 0826531400 [AdditionalComments] => Security complex - modern and bright with its own garden! [VisualTourURL] => [Province] => WESTERN CAPE [internet_AGT_SMS] => 0826531400 [internet_email] => [email protected] [status] => Active [PhotoCount] => 6 [internet] => true [MandateType] => Open [sellerTitle] => Mr [sellerFirstName] => WILLIAM AND KAREN [sellerSurname] => CLEGG [sellerMobileNumber] => 073 2044 696 [sellerHomeNumber] => () [sellerWorkNumber] => () [OwnRefNumber] => M01193 [!diffgr:id] => Table3 [!msdata:rowOrder] => 2 ) [3] => Array ( [listNumber] => 990451919 [AgencyName] => CHURCHILL MURRAY PROPERTIES [AgentName] => SANDY DOYLE [AgentPhone] => +2721-6711518 [bathroomDesc] => [bathroomOptions] => [bathroomOptionsDescrip] => [bedroomsDesc] => [City] => CAPE TOWN [ClosedUserGroup] => OFFICE [Coverage] => 0 [Parking] => [DomesticRoomDesc] => [EstablishedGarden] => [Facing] => [FacingDescrip] => [Features] => [FlatletDesc] => [Flatlet] => N [FloorNumber] => [FloorSpaceRation] => 0 [GarageDesc] => [HeightRestrictions] => 0 [KitchenOptions] => LAUND [KitchenOptionsDescrip] => Laundry, [KitchenDesc] => [LeasedExpiryDate] => [listPrice] => 575000.0000 [AgentID] => SD33 [OfficeId] => CMP033 [ExpiryDate] => 07/23/09 [listDate] => 06/09/08 [MandateSignedDate] => 06/09/08 [MultiListingArea] => [MunRatesTaxes] => 10789 [MunValOfImprovements] => 0 [MunValLand] => 0 [MunValueTotal] => 0 [NumOfBathrooms] => 1 [NumOfBedrooms] => 2 [NumOfCarports] => 1 [NumOfDomBathrooms] => 0 [NumOfDomBedrooms] => 0 [NumOfGarages] => 1 [NumOfKitchens] => 1 [NumOfOutSideToilets] => 0 [NumReceptionRooms] => 1 [NumShares] => 0 [NumStudies] => 0 [OccDateAvailable] => [OwnershipType] => 1 [ParkingBayNumber] => [ParkingDesc] => [ParticipationQuota] => 0 [PoolDesc] => [PoolOptions] => [PoolOptionsDescrip] => [Pool] => N [PostalCode] => 0 [PropertyLet] => [ReasonForSelling] => [ReasonForSellingDescrip] => [ReceptionRoomDesc] => [RemarksLine1] => [RemarksLine2] => [RemarksLine3] => [RoofOptions] => [RoofOptionsDescrip] => [RoomOptions] => LOUNGE [RoomOptionsDescrip] => Lounge, [secondHouse] => [sectionNumber] => 0 [sectionalPlanNumber] => 87 [securityOptions] => [shareBlockNumber] => [sizeOfErf] => 0 [sizeOfHouse] => 0 [sizeOfOutBuildings] => 0 [sizeOfUnit] => 76 [soldDate] => [specialFeatures] => [specialFeaturesDescrip] => [specialLevy] => 0 [specialLevyPayable] => [standNumber] => [statusDate] => [streetName] => 402 BROAD VIEW,BROAD ROAD [streetNumber] => [studyDesc] => [styleOptions] => [suburb] => WYNBERG [TempControl] => [TempControlDescrip] => [TitleDeedRestrictions] => [TitleDeedScrutinised] => [PropertyCategory] => Multiple Unit [TypeOfProperty] => Multiple Unit - Apartment [unitName] => [unitNumber] => [updateDate] => 06/09/08 [ViewComments1] => [ViewComments2] => [WallFinishes] => [WallFinishesDescrip] => [Windows] => [WindowsDescrip] => [AgentContactName] => JAYSON BERRY [AgentContactPhone] => 0827716370 [AdditionalComments] => IDEAL FOR COMMUTERS. [VisualTourURL] => [Province] => WESTERN CAPE [internet_AGT_SMS] => 0827716370 [internet_email] => [email protected] [status] => Active [PhotoCount] => 0 [internet] => true [MandateType] => Sole [sellerTitle] => Mr [sellerFirstName] => [sellerSurname] => WILLEMSE [sellerMobileNumber] => [sellerHomeNumber] => () 021 7060352 [sellerWorkNumber] => () [OwnRefNumber] => M01194 [!diffgr:id] => Table4 [!msdata:rowOrder] => 3 ) [4] => Array ( [listNumber] => 990452069 [AgencyName] => CHURCHILL MURRAY PROPERTIES [AgentName] => SANDY DOYLE [AgentPhone] => +2721-6711518 [bathroomDesc] => [bathroomOptions] => [bathroomOptionsDescrip] => [bedroomsDesc] => [City] => CAPE TOWN [ClosedUserGroup] => OFFICE [Coverage] => 0 [Parking] => [DomesticRoomDesc] => [EstablishedGarden] => [Facing] => [FacingDescrip] => [Features] => [FlatletDesc] => [Flatlet] => N [FloorNumber] => [FloorSpaceRation] => 0 [GarageDesc] => [HeightRestrictions] => 0 [KitchenOptions] => [KitchenOptionsDescrip] => [KitchenDesc] => [LeasedExpiryDate] => [listPrice] => 465000.0000 [AgentID] => SD33 [OfficeId] => CMP033 [ExpiryDate] => 02/25/10 [listDate] => 06/09/08 [MandateSignedDate] => 06/09/08 [MultiListingArea] => [MunRatesTaxes] => 0 [MunValOfImprovements] => 0 [MunValLand] => 0 [MunValueTotal] => 0 [NumOfBathrooms] => 1 [NumOfBedrooms] => 1 [NumOfCarports] => 0 [NumOfDomBathrooms] => 0 [NumOfDomBedrooms] => 0 [NumOfGarages] => 0 [NumOfKitchens] => 1 [NumOfOutSideToilets] => 0 [NumReceptionRooms] => 1 [NumShares] => 0 [NumStudies] => 0 [OccDateAvailable] => [OwnershipType] => 1 [ParkingBayNumber] => [ParkingDesc] => [ParticipationQuota] => 0 [PoolDesc] => [PoolOptions] => [PoolOptionsDescrip] => [Pool] => N [PostalCode] => 0 [PropertyLet] => [ReasonForSelling] => [ReasonForSellingDescrip] => [ReceptionRoomDesc] => [RemarksLine1] => [RemarksLine2] => [RemarksLine3] => [RoofOptions] => [RoofOptionsDescrip] => [RoomOptions] => LOUNGE [RoomOptionsDescrip] => Lounge, [secondHouse] => [sectionNumber] => 0 [sectionalPlanNumber] => [securityOptions] => [shareBlockNumber] => [sizeOfErf] => 0 [sizeOfHouse] => 0 [sizeOfOutBuildings] => 0 [sizeOfUnit] => 52 [soldDate] => [specialFeatures] => [specialFeaturesDescrip] => [specialLevy] => 0 [specialLevyPayable] => [standNumber] => [statusDate] => [streetName] => 21 SESSEX COURT,0TTERY ROAD [streetNumber] => [studyDesc] => [styleOptions] => [suburb] => WYNBERG [TempControl] => [TempControlDescrip] => [TitleDeedRestrictions] => [TitleDeedScrutinised] => [PropertyCategory] => Multiple Unit [TypeOfProperty] => Multiple Unit - Apartment [unitName] => [unitNumber] => 21 [updateDate] => 06/09/08 [ViewComments1] => [ViewComments2] => [WallFinishes] => [WallFinishesDescrip] => [Windows] => [WindowsDescrip] => [AgentContactName] => VIVIENNE BRENT [AgentContactPhone] => 0826531400 [AdditionalComments] => TOP FLOOR APARTMENT WITH BRIGHT OUTLOOK. [VisualTourURL] => [Province] => WESTERN CAPE [internet_AGT_SMS] => 0826531400 [internet_email] => [email protected] [status] => Active [PhotoCount] => 1 [internet] => true [MandateType] => Open [sellerTitle] => Mr [sellerFirstName] => [sellerSurname] => WILLEMSE [sellerMobileNumber] => [sellerHomeNumber] => () 021706 0352 [sellerWorkNumber] => () [OwnRefNumber] => M01194 [!diffgr:id] => Table5 [!msdata:rowOrder] => 4 ) [5] => Array ( [listNumber] => 990452076 [AgencyName] => CHURCHILL MURRAY PROPERTIES [AgentName] => SANDY DOYLE [AgentPhone] => +2721-6711518 [bathroomDesc] => [bathroomOptions] => [bathroomOptionsDescrip] => [bedroomsDesc] => [City] => CAPE TOWN [ClosedUserGroup] => OFFICE [Coverage] => 0 [Parking] => [DomesticRoomDesc] => [EstablishedGarden] => [Facing] => [FacingDescrip] => [Features] => [FlatletDesc] => [Flatlet] => N [FloorNumber] => [FloorSpaceRation] => 0 [GarageDesc] => [HeightRestrictions] => 0 [KitchenOptions] => [KitchenOptionsDescrip] => [KitchenDesc] => [LeasedExpiryDate] => [listPrice] => 625000.0000 [AgentID] => SD33 [OfficeId] => CMP033 [ExpiryDate] => 07/28/10 [listDate] => 06/09/08 [MandateSignedDate] => 06/09/08 [MultiListingArea] => [MunRatesTaxes] => 157 [MunValOfImprovements] => 0 [MunValLand] => 0 [MunValueTotal] => 0 [NumOfBathrooms] => 1 [NumOfBedrooms] => 2 [NumOfCarports] => 0 [NumOfDomBathrooms] => 0 [NumOfDomBedrooms] => 0 [NumOfGarages] => 1 [NumOfKitchens] => 1 [NumOfOutSideToilets] => 0 [NumReceptionRooms] => 1 [NumShares] => 0 [NumStudies] => 0 [OccDateAvailable] => [OwnershipType] => 1 [ParkingBayNumber] => [ParkingDesc] => [ParticipationQuota] => 0 [PoolDesc] => [PoolOptions] => [PoolOptionsDescrip] => [Pool] => N [PostalCode] => 0 [PropertyLet] => [ReasonForSelling] => [ReasonForSellingDescrip] => [ReceptionRoomDesc] => [RemarksLine1] => [RemarksLine2] => [RemarksLine3] => [RoofOptions] => [RoofOptionsDescrip] => [RoomOptions] => LOUNGE [RoomOptionsDescrip] => Lounge, [secondHouse] => [sectionNumber] => 0 [sectionalPlanNumber] => 88/91 [securityOptions] => [shareBlockNumber] => [sizeOfErf] => 0 [sizeOfHouse] => 0 [sizeOfOutBuildings] => 0 [sizeOfUnit] => 52 [soldDate] => [specialFeatures] => [specialFeaturesDescrip] => [specialLevy] => 0 [specialLevyPayable] => [standNumber] => [statusDate] => [streetName] => 40 EGAMHOF, EGHAM ROAD [streetNumber] => [studyDesc] => [styleOptions] => [suburb] => WYNBERG [TempControl] => [TempControlDescrip] => [TitleDeedRestrictions] => [TitleDeedScrutinised] => [PropertyCategory] => Multiple Unit [TypeOfProperty] => Multiple Unit - Apartment [unitName] => [unitNumber] => 40 SEC 39 [updateDate] => 06/09/08 [ViewComments1] => [ViewComments2] => [WallFinishes] => [WallFinishesDescrip] => [Windows] => [WindowsDescrip] => [AgentContactName] => VIVIENNE BRENT [AgentContactPhone] => 0826531400 [AdditionalComments] => TOP FLOOR APAPRTMENT WITH BRIGHT OUTLOOK. [VisualTourURL] => [Province] => WESTERN CAPE [internet_AGT_SMS] => 0826531400 [internet_email] => [email protected] [status] => Active [PhotoCount] => 2 [internet] => true [MandateType] => Open [sellerTitle] => Mr [sellerFirstName] => [sellerSurname] => WILLEMSE [sellerMobileNumber] => [sellerHomeNumber] => () 021 706 0352 [sellerWorkNumber] => () [OwnRefNumber] => M01195 [!diffgr:id] => Table6 [!msdata:rowOrder] => 5 ) ) ) ) ) )

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.