Easiest way to write a Java SOAP client that consumes a non-wsdl PHP SOAP server?

Deadly 提交于 2019-12-10 22:11:36

问题


I've been successfully writing PHP non-wsdl SOAP servers and clients. However, I don't know how to consume one of my non-wsd SOAP servers by a Java SOAP client.

Could someone please provide me with a simple way to do this, preferably without external libraries.

Assuming http://example.com/SOAP/m1/server.php is the URL where the PHP SOAP server located.

来源:https://stackoverflow.com/questions/5526741/easiest-way-to-write-a-java-soap-client-that-consumes-a-non-wsdl-php-soap-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!