TIPTOP下开发webservice接口步骤(开发、测试)

tiptop下接口开发步骤:
1、先在aws_ttsrv2_service里注册服务名
2、编写具体服务程序,上传编译,同时也要写好request,response
3、运行aws_ttcfg2新增此服务
4、在aws_ttsrv2的链接档中
5、编译链接aws_ttsrv2
6、在IE中查看wsdl,检查服务是否添加成功,然后到soapUI中测试接口
7、测试步骤:r.d2+ aws_ttsrv2>>>>>>>>>ctrl+d 下断点 b cws_createApmt200(下断点)》》》》》》》run -S 8090》》》到soupUI中修改 http://10.0.23.21:8090>>>>在soupUI中点击运行
8、先切换到root账号,su root ,然后 service httpd restart
9、抓取request的xml档,cd /u1/out下,找到aws_ttsrv2-20161122.log文档,里面根据服务名找寻

你可能感兴趣的:(WebService)