Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $result = $soap->checkConnectivity(
  2. array('checkConnectivityRequest' =>
  3. array(
  4. 'requestType' => 'SITE',
  5. 'requestMode' => array(
  6. 'siteAddress' => array(
  7. 'postalZipCode' => $this->postcode,
  8. 'connectivityType' => 'COLT FIBRE',
  9. ),
  10.  
  11.  
  12. )
  13. )
  14. )
  15. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement