
调用PB开发的Web服务器(HTTP POST)
5星
- 浏览量: 0
- 大小:None
- 文件类型:7Z
简介:
本文章介绍了如何利用PowerBuilder进行Web应用开发,并具体讲解了通过HTTP POST方法与Web服务器通信的技术细节和实现步骤。
调用pb开发的webserver(HTTP POST)
POST webservicen_webservice.asmxuf_ab HTTP/1.1
Host: localhost
Content-Type: application/x-www-form-urlencoded
Content-Length: length
ll_a=string&ll_b=string
获取结果:
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
全部评论 (0)
还没有任何评论哟~


