2011-04-06 4 views
0
안드로이드

에서 웹 서비스를 호출나는 내가 웹 서비스의 응답 다음과 같다을 call.The해야 안드로이드 응용 프로그램에서 웹 서비스를

<vmsc> 
<response code="0" message="Success"/> 
− 
<responsedata> 
− 
<productcategories> 
− 
<productcategory> 
<id>1</id> 
<title>Celebrities</title> 
<description>Celebrities</description> 
<image> 
     </image> 
</productcategory> 
− 
<productcategory> 
<id>2</id> 
<title>Music</title> 
<description>Music</description> 
<image> 
     </image> 
</productcategory> 
− 
<productcategory> 
<id>3</id> 
<title>Sports</title> 
<description>Sports</description> 
<image> 
     </image> 
</productcategory> 
− 
<productcategory> 
<id>4</id> 
<title>Fashion</title> 
<description>Fashion</description> 
<image> 
     </image> 
</productcategory> 
− 
<productcategory> 
<id>5</id> 
<title>Religion</title> 
<description>Religion</description> 
<image> 
     </image> 
</productcategory> 
− 
<productcategory> 
<id>6</id> 
<title>Others</title> 
<description>Others</description> 
<image> 
     </image> 
</productcategory> 
− 
<productcategory> 
<id>7</id> 
<title>Education</title> 
<description>Education</description> 
<image> 
     </image> 
</productcategory> 
− 
<productcategory> 
<id>8</id> 
<title>Charity</title> 
<description>Charity</description> 
<image> 
     </image> 
</productcategory> 
− 
<productcategory> 
<id>9</id> 
<title>Film</title> 
<description>Film</description> 
<image> 
     </image> 
</productcategory> 
− 
<productcategory> 
<id>10</id> 
<title>Health</title> 
<description>Health</description> 
<image> 
     </image> 
</productcategory> 
</productcategories> 
</responsedata> 
</vmsc> 

사람이 ... 내가이 웹 서비스를 호출하는 방법을 말할 수

사전에

감사 Tushar

+0

이메일을 보내주십시오 [email protected] – Will

답변

0

thisthis을 확인하십시오.

웹 서비스와 상호 작용하는 KSOAP2 라이브러리입니다.

관련 문제