简体   繁体   English

Web 服务中的 JPos 客户端

[英]JPos Client in web service

I am new to JPOS here.我是 JPOS 的新手。 Currently what I want to do is to create a web service (Restful) as a client to send request to a JPOS Server for ISO transaction.目前我想做的是创建一个 Web 服务(Restful)作为客户端向 JPOS 服务器发送 ISO 事务请求。

Any suggestion of where should I start with this?关于我应该从哪里开始的任何建议? or any guide I can follow?或者我可以遵循的任何指南?

Thanks谢谢

I'd start by reading http://jpos.org/doc/proguide-draft.pdf then http://jpos.org/doc/jPOS-EE.pdf and probably playing with the 'clientsimulator' and 'serversimulator' modules.我首先阅读http://jpos.org/doc/proguide-draft.pdf然后是http://jpos.org/doc/jPOS-EE.pdf并可能使用“clientsimulator”和“serversimulator”模块. Once you understand those, you can add the 'jetty' module and implement the REST part.一旦你理解了这些,你就可以添加 'jetty' 模块并实现 REST 部分。

This link may also help: http://jpos.org/blog/2013/10/eating-our-own-dogfood/此链接也可能有帮助: http : //jpos.org/blog/2013/10/eating-our-own-dogfood/

You can go Jpos Site and follow Jetty and REST support [pdf]您可以前往Jpos 网站并关注 Jetty 和 REST 支持 [pdf]

Shows you how to use jPOS-EE's Jetty module in order to provide a REST API.向您展示如何使用 jPOS-EE 的 Jetty 模块来提供 REST API。

pdf pdf

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM