You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has any one tried to generate DeviceIO service from https://www.onvif.org/ver10/deviceio.wsdl ?
When I am able to generate almost all other stubs, I stacked with that one. The generated file is almost empty:
var NOT_IMPLEMENTED = {
Fault: {
Code: {
Value: "soap:client"
},
Reason: {
Text: "Method not implemented"
}
}
};
var exports = module.exports = {};
Any hints how to proceed. What I did - is that I changed the schemas and wsdl paths to the local downloaded. But it did not help much.
Regarding Events I can generate Event service stub with two ports: Events and PullpointSubscription. The problem I have is with running it with RpOnvifServer. Only Events methods are accessible by test tool, but not those from PullPointSubscription.
BR,
Krzysztof
The text was updated successfully, but these errors were encountered:
Hi,
Has any one tried to generate DeviceIO service from https://www.onvif.org/ver10/deviceio.wsdl ?
When I am able to generate almost all other stubs, I stacked with that one. The generated file is almost empty:
var NOT_IMPLEMENTED = {
Fault: {
Code: {
Value: "soap:client"
},
Reason: {
Text: "Method not implemented"
}
}
};
var exports = module.exports = {};
Any hints how to proceed. What I did - is that I changed the schemas and wsdl paths to the local downloaded. But it did not help much.
Regarding Events I can generate Event service stub with two ports: Events and PullpointSubscription. The problem I have is with running it with RpOnvifServer. Only Events methods are accessible by test tool, but not those from PullPointSubscription.
BR,
Krzysztof
The text was updated successfully, but these errors were encountered: