用 Apache Geronimo 和 Axis2 实现在线银行,第 1 部分: 服务:布设框架
2010-03-19 00:00:00 来源:WEB开发网每笔贷款都获得一个号码以及一个与其相关的批准或拒绝状态。如果它既未得到批准,也未被拒绝,则该贷款尚未处理。接下来介绍与账单支付相关的结构。
账单支付
支付账单要求您输入信息,如支付金额、支付对象,以及是否为定期支付等。接下来的两个清单展示了两种结构,供您参考。向您的 WSDL 文件中添加账单支付复型,参见 清单 5。
清单 5. 账单支付
<xsd:complexType name="BillPayment">
<xsd:sequence>
<xsd:element minOccurs="1" maxOccurs="1"
name="payeeName" type="xsd:string" />
<xsd:element minOccurs="1" maxOccurs="1"
name="account" type="xsd:int" />
<xsd:element minOccurs="1" maxOccurs="1"
name="amount" type="xsd:float" />
<xsd:element minOccurs="1" maxOccurs="1"
name="date" type="xsd:date" />
<xsd:element minOccurs="1" maxOccurs="1"
name="notes" type="xsd:string" />
<xsd:element minOccurs="1" maxOccurs="1"
name="recurring" type="xsd:boolean" />
<xsd:element minOccurs="0" maxOccurs="1"
name="recurringData"
type="xsd1:RecurringBillPayment" />
</xsd:sequence>
</xsd:complexType>
- ››apache设置域名绑定 以及绑定不起作用的排查
- ››apache rewrite将指定URL转向指定的几个服务器
- ››apache配置文件httpd.comf部分参数说明
- ››Apache+Mysql+PHP+phpMyAdmin+Mac OS X 10.7 Lion...
- ››apache+tomcat负载均衡_项目实例
- ››apache mysql php 源码编译使用
- ››Apache添加mod_aspdotnet.so支持ASP.NET配置指南
- ››Apache中改变php.ini的路径
- ››Apache2.2与Tomcat6整合及虚拟主机配置
- ››Apache+php+mysql在windows下的安装与配置图解
- ››Apache+Subversion完美结合,CentOS下实现版本控制...
- ››Apache HTTPServer2.2.16 发布
更多精彩
赞助商链接