Test case EVENT-3-1-15, PullMessages/Unsubscribe issue #120
Closed
ram1994-web
started this conversation in
General
Replies: 3 comments
|
Hello, |
0 replies
|
there ara a duplicate for this question #119 where answer is provided |
0 replies
|
Closing this discussion as the issue #119 is fixed with the help of your suggestions. Closing this discussion now. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am running ONVIF Device test tool 25.06, rev .93.
While running test case EVENT-3-1-15 the below is observed.
I have implemented CreatePullPointSubscription method inside EventPortType interface.
I have implemented PullMessages and Unsubscribe under PullPointSubscription Interface. My CreatePullPointSubscription method is returning PullPointSubscription Interface's address. When I give the service contract namespace of this PullPointSubscription Interface as "http://www.onvif.org/ver10/events/wsdl", PullMessages method step passes. And when I give PullPointSubscription Interface as "http://docs.oasisopen.org/wsn/b-2", Unsubscribe method passes. However, I cannot give two service contract namespaces to my single PullPointSubscription interface.
Do methods PullMessages and Unsubscribe get called from the SubscriptionReference address returned by the CreatePullPointSubscription method? If so, what is that address?
I have herewith attached two zip files. "Interface_ServiceContract_Namespace_events_wsdl" contains responses/results when Service contract namespace is "http://www.onvif.org/ver10/events/wsdl".
"Interface_ServiceContract_Namespace_wsn_b2" contains responses/results when Service contract namespace is "http://docs.oasisopen.org/wsn/b-2"
Kindly help is resolving this issue.
Interface_ServiceContract_Namespace_wsn_b_2.zip
Interface_ServiceContract_Namespace_Events_wsdl.zip
All reactions