Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with deviceIO and events #2

Open
klukaspl opened this issue Feb 24, 2017 · 0 comments
Open

Problem with deviceIO and events #2

klukaspl opened this issue Feb 24, 2017 · 0 comments

Comments

@klukaspl
Copy link

klukaspl commented Feb 24, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant