WS_PZH
The following operations are supported. For a formal definition, please review the Service Description.
-
GetBJTJ_SUM
办件统计 -
GetBSGG_List
获取办事公告信息 -
GetBuMenDSY_Content
获取部门动态内容信息
channelName: 父菜单
channelNext: 子菜单
title: 标题
createTime:标题时间 -
GetGGFW_Content
获取公共服务列表对应内容信息
channelName: 父菜单
channelNext: 子菜单
title: 标题
createTime:标题时间 -
GetGGFW_List
获取公共服务菜单列表信息
channelName:父菜单
channelNext:子菜单
PageSize:页的大小
CurPage:当前页 -
GetGGGS_Content
获取公告公示列表对应的内容信息
strTtile: 标题 -
GetGGGS_List
获取公告公示列表信息
PageSize:页的大小
CurPage:当前页 -
GetLoacalNews_List
获取本地要闻信息列表
PageSize:页的大小
CurPage:当前页 -
GetLocalNews_Content
获取本地要闻列表信息对应的内容
Title:标题 -
GetMXQY_Content
获取面向企业中的常见问题,相关政策内容信息
channelName:父级菜单
channelNext:子级菜单
title:标题 -
GetMXQY_Json
获取面向企业JSON
channelName:父级菜单
channelNext:子级菜单
Title:标题 -
GetMXQY_List
获取面向企业中的常见问题,相关政策列表信息
channelName:父级菜单
channelNext:子级菜单
title:标题 -
GetMenuContent
获取菜单对应的内容信息
channelName:父菜单
channelNext:子菜单
-
GetRDBS_List
获取热点办事事项列表信息
PageSize:页的大小
CurPage:当前页 -
GetRDBS_URL
获取热点办事列表跳转URL
Title:标题 -
GetSPPZH_Content
视频攀枝花信息
channelName:父菜单
channelNext:子菜单
-
GetVerSionInfo
获取版本信息 -
GetYXPZH_Content
获取印象攀枝花图片列表信息
channelName:父菜单
channelNext:子菜单
PageSize:页的大小
CurPage:当前页 -
GetZWGK_List
获取政务公开列表信息
channelName:父菜单
channelNext:子菜单
PageSize:页的大小
CurPage:当前页 -
LoadMainPagePic
加载首页图片 -
LoadTopNews
加载头条新闻 -
LoadTopNewsContent
加载头条新闻内容信息 -
OnLineSelect
在线办事查询
This web service is using http://tempuri.org/ as its default namespace.
Recommendation: Change the default namespace before the XML Web service is made public.
Each XML Web service needs a unique namespace in order for client applications to distinguish it from other services on the Web. http://tempuri.org/ is available for XML Web services that are under development, but published XML Web services should use a more permanent namespace.
Your XML Web service should be identified by a namespace that you control. For example, you can use your company's Internet domain name as part of the namespace. Although many XML Web service namespaces look like URLs, they need not point to actual resources on the Web. (XML Web service namespaces are URIs.)
For XML Web services creating using ASP.NET, the default namespace can be changed using the WebService attribute's Namespace property. The WebService attribute is an attribute applied to the class that contains the XML Web service methods. Below is a code example that sets the namespace to "http://microsoft.com/webservices/":
C#
[WebService(Namespace="http://microsoft.com/webservices/")] public class MyWebService { // implementation }
Visual Basic
<WebService(Namespace:="http://microsoft.com/webservices/")> Public Class MyWebService ' implementation End Class
C++
[WebService(Namespace="http://microsoft.com/webservices/")] public ref class MyWebService { // implementation };
For more details on XML namespaces, see the W3C recommendation on Namespaces in XML.
For more details on WSDL, see the WSDL Specification.
For more details on URIs, see RFC 2396.