Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- #include <stdlib.h>
- //gsoap ns service name: load Load server service
- //gsoap ns service style: rpc
- //gsoap ns service encoding: encoded
- //gsoap ns service namespace: http://[ip address]/cgi-bin/load.wsdl
- //gsoap ns service location: http://[ip address]/cgi-bin/loadserver.cgi
- //gsoap ns schema namespace: urn:load
- //gsoap ns service method-documentation: bid met by generator
- int ns__bidMetGenerator(int transact, std::string datetime, double watts, double timespan, double tariff, double *result);
- //gsoap ns service method-documentation: bid met by utility
- int ns__bidMetUtility(int transact, std::string datetime, double watts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement