cloudsoft / winrm4j

Apache License 2.0
93 stars 53 forks source link

Strip Shell element from Create response #45

Closed neykov closed 7 years ago

neykov commented 7 years ago

Makes the response identical between windows versions, making it possible to handle it with the same wsdl definition.

It's a hack to work around the JAX-WS limitations.

Fixes https://github.com/cloudsoft/winrm4j/issues/35.

bostko commented 7 years ago

Could we add a test with stub xml response from winrm 4.0 and winrm 2.0?

neykov commented 7 years ago

Good idea, will look into that.

neykov commented 7 years ago

@bostko added tests replaying a whole recorded session with Windows 7 & Windows 2012.

bostko commented 7 years ago

Looks awesome!

neykov commented 7 years ago

Live tests pass, merging.