python-wcfbin icon indicating copy to clipboard operation
python-wcfbin copied to clipboard

A python library for converting between WCF binary xml and plain xml.

Results 4 python-wcfbin issues
Sort by recently updated
recently updated
newest added

After debugging the lib for @sfonteneau issue #15 I found out the QNameDictionaryTextRecord encoding has changed in V8.0 (even if microsoft doc is not updated) - https://learn.microsoft.com/en-us/openspecs/windows_protocols/mc-nbfx/1861dfa8-616c-40e5-b116-1fd7fd0f7ac0 - https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-winerrata/6babfe2e-3c59-4ab0-87a2-443f75ea7e8b

I use your project to communicate with Microsoft servers, it works fine except when using Serialization/Arrays : ``` http://schemas.microsoft.com/online/aws/change/2010/01/IProvisioningWebService/ProvisionAzureADSyncObjects 1651564e-7ce4-4d99-88be-0a65050d8dc3 token 8.0 1.5.29.0 1.5.29.0 False 0001-01-01T00:00:00 en-US 2.0 False da890d67-152c-498a-8272-a4b5fbf1c023...

I am trying to run wcf2xml on a file, but I get this warning and no output. How do I help you help me proceed?

I have searched it on pypi.python.org but could not find it.