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

Namespace of GetRelayOutputs in deviceIO service #67

Open
JayDommaschk opened this issue Jan 26, 2024 · 0 comments
Open

Namespace of GetRelayOutputs in deviceIO service #67

JayDommaschk opened this issue Jan 26, 2024 · 0 comments

Comments

@JayDommaschk
Copy link

When trying to get relay outputs with the deviceIO service, the device test tool sends the following:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:wsdl="http://www.onvif.org/ver10/device/wsdl">
   <soap:Header/>
   <soap:Body>
      <wsdl:GetRelayOutputs/>
   </soap:Body>
</soap:Envelope>

i.e. the GetRelayOutputs command is in the device namespace rather than in the deviceio namespace (http://www.onvif.org/ver10/deviceIO/wsdl).

This seems a little bit surprising to me as in my experience commands are usually in the namespace pertaining to their respective service. Meanwhile I don't claim to be expert enough to definitively say that it should never be like this. So at this point in time, I am just politely asking whether this is correct.

Note that this also concerns SetRelayOutputState, but it does not concern GetRelayOutputOptions and SetRelayOutputSettings

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