Skip to content

Fix SOAP Sender fault due to typo in XML tag#64

Open
GyeongHoKim wants to merge 1 commit into
use-go:masterfrom
GyeongHoKim:fix/typo
Open

Fix SOAP Sender fault due to typo in XML tag#64
GyeongHoKim wants to merge 1 commit into
use-go:masterfrom
GyeongHoKim:fix/typo

Conversation

@GyeongHoKim
Copy link
Copy Markdown

@GyeongHoKim GyeongHoKim commented Apr 17, 2026

Closes #63

Summary

event.CreatePullPointSubscription has a typo in the SubscriptionPolicy XML tag — wsnt:sSubscriptionPolicy instead of wsnt:SubscriptionPolicy — that causes ONVIF-compliant cameras to reject the request with a SOAP-ENV:Sender fault.

What I did

fixed typo: wsnt:sSubscirptionPolicy -> wsnt:SubscriptionPolicy

GyeongHoKim added a commit to GyeongHoKim/go-onvif-tutorial that referenced this pull request Apr 17, 2026
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

Successfully merging this pull request may close these issues.

CreatePullPointSubscription fails with SOAP Sender fault due to typo in XML tag

1 participant