我想創建Windows 7中C++肥皂Web服務客戶端我使用gSOAP的,我跟gSOAP的tutorial。 第一和第二命令的工作,但 c++ -o main main.cpp soapC.cpp soapcalcProxy.cpp stdsoap2.cpp
命令沒有工作。 誤差 Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009
我在我的C程序中使用gsoap來實現一些Web服務。 我用gSOAP的是這樣的: int motion_detector_check_status(const char *endpoint,
const motion_detector_subscription_result_t *sr, int *status) {
int rc = EXIT_SUCCESS;
d