在android中调用web服务

时间:2011-04-06 05:50:32

标签: android

我在Android应用程序中有一个web服务,我必须调用.webservice的响应如下

<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>

任何人都可以告诉我该怎么称呼这个网络服务......

提前致谢 图莎尔

2 个答案:

答案 0 :(得分:0)

答案 1 :(得分:0)

检查thisthis

这是KSOAP2库与webservices交互。