Open GoogleCodeExporter opened 9 years ago
[deleted comment]
Hello,
i'm using the same lib for implement ONVIF NVT device discovery.
I'm able to find Sunell camera with java-ws-discovery but with Axis camera i
have the same issue of you. I'm using Axis M1011 with WebService enabled.
Have you found a solution?
Are you able to discovery Axis camera on your network with java-ws-discovery?
Thanks,
Oscar
Original comment by oscar...@gmail.com
on 10 Feb 2012 at 8:47
Hello,
We couldn't find a soloution... However we can discover Axis camera with UPnP.
Original comment by ilhan.m...@gmail.com
on 13 Feb 2012 at 4:01
Ok,Thanks.
I will try with an UPnP lib.
Original comment by oscar...@gmail.com
on 13 Feb 2012 at 6:23
Hi,
I have also the same problem.
It seems to be the version to use with the Ws-Discovery standard. By default,
the library use "http://docs.oasis-open.org/ws-dd/ns/discovery/2009/01"
namespaces. But in the ONVIF documentation, discovery should be implemented AT
LEAST namespace "http://schemas.xmlsoap.org/ws/2005/04/discovery".
Using the default solution won't work. You have to modify the
"WsDiscoveryConstants.defaultNsDiscovery" (in the source code) in order to
support 2005 version.
My code does not find WS but publish WS, and it works fine with this workaround.
Hugo
Original comment by hugotere...@gmail.com
on 23 Mar 2012 at 3:13
Original issue reported on code.google.com by
ilhan.m...@gmail.com
on 15 Dec 2011 at 4:20