Skip to content

Problem with deviceIO and events #2

@klukaspl

Description

@klukaspl

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions