This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / 这儿有谁对PHP的SOAP, WSDL比较有经验啊?有问题请教
-sunnyside(sunnyside);
2007-4-25
(#3635927@0)
-
(shoot, inputking is down now) personally, i feel web service has been being out-of-date. how you guy think? anyway, what is you question?
-elecskunk(elecskunk);
2007-4-27
(#3640799@0)
-
I need to create a web service server by PHP and a existing WSDL file. The 3rd party company will call my server to pass some information data (they are using Java probably). How can I do that?
-sunnyside(sunnyside);
2007-4-30
(#3645190@0)
-
我帮别人做小项目时,有用ASP.Net建一个Web Service,然后用PHP去消费这个Web Service。因为都是基于XML标准,所以可以交流。主要是PHP传递参数和.Ne方式有点不一样,要看PHP文档,才知道怎么传递。我觉得你只要根据PHP标准建立Web Service就行了,至于Java如何消费你的PHP web Service,是别人的责任,他们要根据Java文档搞清楚就行,而且肯定有方式能够消费你的PHP web Service的。
-davidg(David);
2007-4-30
{172}
(#3645221@0)
-
should NOT be hard. specially, you have a WSDL already. PHP5 have a soap module. Hopefully, your host server has this module enabled, then for you really simple, just code your handling class. check http://devzone.zend.com/node/view/id/689
-elecskunk(elecskunk);
2007-4-30
(#3646144@0)
-
thank you all, problem has solved.
-sunnyside(sunnyside);
2007-5-1
(#3646735@0)
-
Want to know what is going to the latest technology instead of Web Service? Just curious. Thanks a lot.
-firekylin(云白天蓝);
2007-5-19
(#3687462@0)
-
用NUSOAP, 非常简单.
-yimingma(2006);
2007-5-1
(#3646237@0)