Advertisement
Guest User

Untitled

a guest
Nov 17th, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.66 KB | None | 0 0
  1. #include <iostream>
  2. #include <stdlib.h>
  3.  
  4. //gsoap ns service name:        load Load server service
  5. //gsoap ns service style:       rpc
  6. //gsoap ns service encoding:    encoded
  7. //gsoap ns service namespace:   http://[ip address]/cgi-bin/load.wsdl
  8. //gsoap ns service location:    http://[ip address]/cgi-bin/loadserver.cgi
  9.  
  10. //gsoap ns schema namespace:    urn:load
  11.  
  12. //gsoap ns service method-documentation: bid met by generator
  13. int ns__bidMetGenerator(int transact, std::string datetime, double watts, double timespan, double tariff, double *result);
  14.  
  15. //gsoap ns service method-documentation: bid met by utility
  16. int ns__bidMetUtility(int transact, std::string datetime, double watts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement