-
Notifications
You must be signed in to change notification settings - Fork 3
Description
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