cwmiller / broadworks-connector

Simple library for connecting to BroadWorks OCI-P API
MIT License
8 stars 5 forks source link

OCISchema Version option #31

Closed TwinMist closed 5 years ago

TwinMist commented 5 years ago

Hi Could there be a option for what schema version is download and used since downloading V3 there is no UserModifyRequest17sp4 which seams strange. we are running R20 goes from
UserModifyRequest14 UserModifyRequest16 UserModifyRequest21 UserModifyRequest22

thanks

cwmiller commented 5 years ago

I noticed some strange things like that too. I had to make several modifications to the XSD files from BroadSoft to process them because they contained a few errors. I'm guessing the removal of UserModifyRequest17sp4 was also a mistake they made since other requests from 17sp4 are still in there such as UserGetRequest17sp4.

I'm going to compare the previous version of XSD files with the current and restore these types that got removed.

TwinMist commented 5 years ago

Thanks, Looks forward to the next release.

TwinMist commented 5 years ago

Any update on this? many thanks

cwmiller commented 5 years ago

Version 3.0.2 has been released with the restored types.