Reputation: 243
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
Upvotes: 0
Views: 107
Reputation: 6055
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
Upvotes: 1
Reputation: 3701
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?
Upvotes: 0