mvantellingen / python-zeep

A Python SOAP client
http://docs.python-zeep.org
Other
1.88k stars 578 forks source link

getRemoteDestination throws an error if enabled association line #1276

Closed Sivolen closed 2 years ago

Sivolen commented 2 years ago

Hi! I have created a profile and associated it with a line and when I make a request via getRemoteDestination an error is returned

profile = service.getRemoteDestination(destination='123456')
print(profile)

`RLineAssociation() got an unexpected keyword argument 'routePartitionName'. `

I use cucm version 10.5

Sivolen commented 2 years ago

Its bug cisco