Closed GoogleCodeExporter closed 9 years ago
Can you attach a sample python file with the wsld?
A zip or similar is enought, or you can also attach them individually.
That would help to save some time and speed up the creation of the potential
fix.
Also, it will be used as a unit test case to prevent this happening again.
Thanks!
Original comment by reingart@gmail.com
on 5 Apr 2013 at 3:53
The soap server for vmware is already hosted for you, so the wsdl is on thier
service. I did attach the wsdl for you though.
All i did was:
import pysimplesoap.client
client =
pysimplesoap.client.SoapClient(wsdl="https://vcenter.server.com/sdk/vimService.w
sdl",trace=True)
Let me know if there's anything more I can help out with.
Original comment by leph...@gmail.com
on 5 Apr 2013 at 6:03
Attachments:
This should be fixed in trunk (version 1.11, revision a16a09aa50ea):
https://code.google.com/p/pysimplesoap/source/detail?r=a16a09aa50ea01544ed7e5439
dfb63bed65bf8a8
test pending...
Original comment by reingart@gmail.com
on 29 Aug 2013 at 8:36
test added in revision d2d9ce804952 , but it needs a real vmware server to test
it...
Original comment by reingart@gmail.com
on 13 Sep 2013 at 6:08
Original comment by reingart@gmail.com
on 22 Jan 2014 at 2:07
Original issue reported on code.google.com by
leph...@gmail.com
on 5 Apr 2013 at 2:33