Zelenov / SharpIpp

MIT License
41 stars 20 forks source link

Order of AdditionalOperationAttributes and RequestedAttributes #17

Open lendy007 opened 11 months ago

lendy007 commented 11 months ago

It seems that order of populating AdditionalOperationAttributes and RequestedAttributes is reversed in this method as server is always rejecting it.

It should be first AdditionalOperationAttributes and then RequestedAttributes. When I changed it in my local copy of this library, it started to work.