2011-10-19 61 views
0

我需要在我的android應用中調用http發佈web服務。http發佈android中的web服務問題

HOST NAME : http://onmeprot.webfactional.com 

Service Name : /json/user/ 

Request : [{"pk": 1, "model": "appservice.appprofile", "fields":  {"Username": 
    "[email protected]", "first_name": "Mel", "last_name": "A", "dob": 
    "1998-08-15",  "gender":"1"}}] ` 

那麼我該如何在Android中調用此服務? 在android中感謝!

回答