0

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

0

2 Answers 2

1

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

Sign up to request clarification or add additional context in comments.

Comments

0

This sounds rather general so here are some possible directions:

  • Bind C++ to a custom php module
  • Call C++ binary with php system('')
  • Maintain a control socket (TCP / UDP /...) in C++ Daemon and connect from PHP
  • Integrate C++ in other Application Framework than PHP (.Net, ...)

As for the soap errors, what did you use to wrap your C++ into a SOAP Provider?

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.