Home  >  Article  >  Backend Development  >  php调Java接口传值

php调Java接口传值

WBOY
WBOYOriginal
2016-06-06 20:25:022014browse

如何利用url形式给Java接口传值;类似于这样
http://localhost:8080/oms/router?appKey=00001&method=user.getSession&v=1.0&format=xml&service=subCreateSaleOrder&encrypt=1&content=4352345dfgsdfas&secret=34532452345/

php改用什么函数让Java那边能接收到

回复内容:

如何利用url形式给Java接口传值;类似于这样
http://localhost:8080/oms/router?appKey=00001&method=user.getSession&v=1.0&format=xml&service=subCreateSaleOrder&encrypt=1&content=4352345dfgsdfas&secret=34532452345/

php改用什么函数让Java那边能接收到

头没要求的就 file_get_contents('http://localhost:8080/oms/router?appKey=00001&method=user.getSession&v=1.0&format=xml&service=subCreateSaleOrder&encrypt=1&content=4352345dfgsdfas&secret=34532452345/');
有要求的就Curl

传值也是这样写吗

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn