duanbogan5878 2013-08-10 10:36
浏览 34
已采纳

使用php soap服务器和java客户端的Web服务[关闭]

I want to learn to implement web services using soap in php. I also want to utilize the service using java client. I am interested in soap protocol and if there is some othere better protocol.

My research: I got many online tutorials on implementing web service using soap in php. I also got greate content on soap protocol.

My question: How to utilize that service using java client? Is it possible? Can you refer me to tutorial which serves my need? Is there any good book that i can purchase. I also want to know how can a php soap server authenticate a java client. Is authentication done for each request or maintaining session is possible.

  • 写回答

1条回答 默认 最新

  • douyonglang4845 2013-08-10 12:07
    关注

    By definition:

    Web Services have been designed to support interoperable Machine to Machine interaction over a network.

    So consuming a web service is independent of the implementation technology of the web service, now you can search for "implement a Java based SOAP client" on SO.

    plus check below URLs:

    Java Client – PHP Soapserver

    And THIS free book by Nan-Chao Huang.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?