Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. <ResultObjectOfListOfInvestment_announced xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org/">
  2. <IsSuccessfull>true</IsSuccessfull>
  3. <Contents>
  4. <Investment_announced>...</Investment_announced>
  5. <Investment_announced>...</Investment_announced>
  6. <Investment_announced>...</Investment_announced>
  7. <Investment_announced>...</Investment_announced>
  8. <Investment_announced>...</Investment_announced>
  9. <Investment_announced>...</Investment_announced>
  10. <Investment_announced>...</Investment_announced>
  11. <Investment_announced>...</Investment_announced>
  12. <Investment_announced>...</Investment_announced>
  13. <Investment_announced>...</Investment_announced>
  14. <Investment_announced>...</Investment_announced>
  15. <Investment_announced>...</Investment_announced>
  16. <Investment_announced>...</Investment_announced>
  17. <Investment_announced>...</Investment_announced>
  18. <Investment_announced>...</Investment_announced>
  19. <Investment_announced>...</Investment_announced>
  20. <Investment_announced>...</Investment_announced>
  21. <Investment_announced>...</Investment_announced>
  22. <Investment_announced>...</Investment_announced>
  23. </Contents>
  24. <ErrorCode>0</ErrorCode>
  25. <Description>تم إسترجاع البيانات بنجاح</Description>
  26. </ResultObjectOfListOfInvestment_announced>
  27.  
  28. override func viewDidLoad() {
  29. super.viewDidLoad()
  30.  
  31.  
  32. let guid = ""
  33. let user = ""
  34.  
  35.  
  36. Alamofire.request("http://services.jeddah.gov.sa/jmmobilews/investment.asmx?op=GetInvContract")
  37. .authenticate(user: guid, password: user)
  38. .response { response in
  39. debugPrint(response)
  40.  
  41.  
  42.  
  43. }
  44.  
  45. // Do any additional setup after loading the view, typically from a nib.
  46. }
  47.  
  48. override func didReceiveMemoryWarning() {
  49. super.didReceiveMemoryWarning()
  50. // Dispose of any resources that can be recreated.
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement