远程实施 c++通过php编程
最近我一直在研究基于网页的远程控制。该函数已经由 C++ 完成,现在我正在尝试找到一种将该函数链接到我的网页的方法。 我尝试使用soap,但现在几乎放弃了,因为这些“无法加载wsdl文件”和“http get方法未实现”错误
除了使用soap之外,还有其他方法可以做到这一点吗? 干杯
Recently I've been working on web page based remote control. the function is already there done by c++ and now I'm trying to find a way linking this function to my web page.
I tried using soap and now almost give up because of those "cannot load wsdl file" and "http get method not implemented" errors
Is there any other way to do this beside using soap?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您真的想使用 PHP 吗?
您还可以将网页内容放入 C++ 应用程序中,使其成为(快速)cgi 应用程序,或者使用 wt 等框架 或 CppCMS
Do you really want to use PHP?
You can also put the webpage stuff in the C++ application and make it a (fast)cgi application or by using a framework like wt or CppCMS
这听起来很笼统,所以这里有一些可能的方向:
至于肥皂错误,您使用什么将 C++ 包装到 SOAP 提供程序中?
This sounds rather general so here are some possible directions:
As for the soap errors, what did you use to wrap your C++ into a SOAP Provider?