You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
(4) |
Sep
(15) |
Oct
(53) |
Nov
(9) |
Dec
(17) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(52) |
Feb
(5) |
Mar
(17) |
Apr
(11) |
May
(13) |
Jun
(5) |
Jul
(10) |
Aug
(29) |
Sep
(10) |
Oct
(12) |
Nov
(1) |
Dec
(4) |
2003 |
Jan
|
Feb
(3) |
Mar
(24) |
Apr
(57) |
May
(79) |
Jun
(16) |
Jul
(18) |
Aug
(16) |
Sep
(54) |
Oct
(29) |
Nov
(48) |
Dec
(44) |
2004 |
Jan
(119) |
Feb
(65) |
Mar
(55) |
Apr
(56) |
May
(63) |
Jun
(57) |
Jul
(35) |
Aug
(53) |
Sep
(28) |
Oct
(46) |
Nov
(22) |
Dec
(70) |
2005 |
Jan
(109) |
Feb
(124) |
Mar
(40) |
Apr
(34) |
May
(16) |
Jun
(12) |
Jul
(71) |
Aug
(86) |
Sep
(77) |
Oct
(51) |
Nov
(29) |
Dec
(59) |
2006 |
Jan
(151) |
Feb
(108) |
Mar
(148) |
Apr
(128) |
May
(75) |
Jun
(98) |
Jul
(108) |
Aug
(111) |
Sep
(98) |
Oct
(83) |
Nov
(102) |
Dec
(60) |
2007 |
Jan
(128) |
Feb
(113) |
Mar
(96) |
Apr
(84) |
May
(77) |
Jun
(59) |
Jul
(50) |
Aug
(54) |
Sep
(76) |
Oct
(65) |
Nov
(53) |
Dec
(54) |
2008 |
Jan
(45) |
Feb
(59) |
Mar
(57) |
Apr
(61) |
May
(52) |
Jun
(26) |
Jul
(41) |
Aug
(30) |
Sep
(9) |
Oct
(35) |
Nov
(30) |
Dec
(51) |
2009 |
Jan
(20) |
Feb
(35) |
Mar
(36) |
Apr
(55) |
May
(27) |
Jun
(32) |
Jul
(18) |
Aug
(21) |
Sep
(15) |
Oct
(22) |
Nov
(18) |
Dec
|
2010 |
Jan
(7) |
Feb
(3) |
Mar
(18) |
Apr
(15) |
May
(22) |
Jun
(4) |
Jul
(11) |
Aug
(7) |
Sep
(2) |
Oct
(6) |
Nov
|
Dec
(4) |
2011 |
Jan
(3) |
Feb
(5) |
Mar
(7) |
Apr
(9) |
May
(10) |
Jun
(1) |
Jul
|
Aug
(4) |
Sep
(2) |
Oct
(4) |
Nov
(13) |
Dec
(7) |
2012 |
Jan
(2) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
(5) |
Sep
|
Oct
(3) |
Nov
(7) |
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(6) |
Feb
(2) |
Mar
|
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
2020 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Marcus P. <ma...@pr...> - 2020-04-20 09:06:21
|
Hi There ;) long time nothing here on the list ... ;) i am in the same situation, however i currently only have migrated the client for which i am using suds under python3. server part still needs to be migrated ... or dropped ;) all the best, marcus. Am 17.04.20 um 20:17 schrieb jh...@gm...: > Hi, > > (very long time since I have posted s.th. on this list... :-)) > >> I'm subscribing to this list because I need some help. >> I have a Python 2 project using ZSI that I need to migrate to Python 3. >> The project also uses the wsdl2py script to generate some code stubs from >> wsdl files. >> I want to know if there is some module or script like wsdl2py for Python 3. >> Or maybe if is it feasible to use tools like futurize to port ZSI entirely >> to Python 3 > > While I'm certainly not in a position to give authoritative advice: > > I suspect you'd be better off using something like zeep (https://python-zeep.readthedocs.io/en/master/) if you need a Python SOAP client. > > If you need a Python SOAP server: I don't really know of any that are actively > supported. > ZSI project has stalled long ago and I don't think it is viable to port it to > Python 3. > > Best regards & good luck > > Holger > > > > > _______________________________________________ > Pywebsvcs-talk mailing list > Pyw...@li... > https://lists.sourceforge.net/lists/listinfo/pywebsvcs-talk > Also archived at http://groups.google.com/group/pywebsvcs > -- Marcus Priesch open source consultant - solution provider www.priesch.co.at / of...@pr... A-2122 Riedenthal, In Prandnern 31 / +43 650 62 72 870 |
From: <jh...@gm...> - 2020-04-17 18:36:12
|
Hi, (very long time since I have posted s.th. on this list... :-)) > I'm subscribing to this list because I need some help. > I have a Python 2 project using ZSI that I need to migrate to Python 3. > The project also uses the wsdl2py script to generate some code stubs from > wsdl files. > I want to know if there is some module or script like wsdl2py for Python 3. > Or maybe if is it feasible to use tools like futurize to port ZSI entirely > to Python 3 While I'm certainly not in a position to give authoritative advice: I suspect you'd be better off using something like zeep (https://python-zeep.readthedocs.io/en/master/) if you need a Python SOAP client. If you need a Python SOAP server: I don't really know of any that are actively supported. ZSI project has stalled long ago and I don't think it is viable to port it to Python 3. Best regards & good luck Holger |
From: Mario D. C. <car...@gm...> - 2020-04-17 16:42:30
|
Hi there ! I'm subscribing to this list because I need some help. I have a Python 2 project using ZSI that I need to migrate to Python 3. The project also uses the wsdl2py script to generate some code stubs from wsdl files. I want to know if there is some module or script like wsdl2py for Python 3. Or maybe if is it feasible to use tools like futurize to port ZSI entirely to Python 3 Thank you ! |
From: Gregory G. <gu...@mu...> - 2016-12-27 02:02:02
|
New user startup problem; I installed Komodo IDE, and Python36, and installed ZSI from (http://pywebsvcs.sourceforge.net/); but trying to run I get: Traceback (most recent call last): File "E:\Developer\ActiveState Komodo IDE 10\lib\support\dbgp\python3lib\dbgp\client.py", line 2445, in runMain self.dbg.runfile(debug_args[0], debug_args) File "E:\Developer\ActiveState Komodo IDE 10\lib\support\dbgp\python3lib\dbgp\client.py", line 2032, in runfile h_execfile(file, args, module=main, tracer=self) File "E:\Developer\ActiveState Komodo IDE 10\lib\support\dbgp\python3lib\dbgp\client.py", line 682, in __init__ exec(contents, globals, locals) File "<string>", line 29 except FaultException, e: ^ SyntaxError: invalid syntax Is ZSI 3.6 compatible? Any idea why it makes the IDE/interpreter choke? The documentation is pretty old (2005), is this still a current good choice for this? (It was used in the examples for Sakai LMS). |
From: narasimha r. <tyn...@gm...> - 2016-06-22 09:42:52
|
Hi All, I wanted to implement a SOAP based web service using python to provide user management service. I am new to python and SOAP. I have knowledge of Restful service implementation using Java. And i tried a sample to implement the rest service using flask in python. Now can some one please point me to any document/tutorial/video which talks about the SOAP based web service implementation using python in details. It will be helpful if you share any samples if you have done it already. And can SOAP service be implemented using flask? Thanks in advance. Regards, Narasimha Reddy |
From: Manjiree G. <man...@gm...> - 2015-10-14 18:41:07
|
Hello After upgrading to ZSI 2.2.2, I get below exception: org.apache.cxf.binding.soap.SoapFault: A SOAP 1.2 message is not valid when sent to a SOAP 1.1 only endpoint. Has ZSI 2.2.2 upgraded to SOAP 1.2 specification? My wsdl supports SOAP 1.1 specification. Can I configure ZSI 2.2.2 so that it generates requests according to SOAP 1.1 specification? Thank you, Manj. |
From: <joh...@gm...> - 2015-08-26 08:24:15
|
Hi pywebsvcs http://symptomscausestreatment.com/proposal.php?washington=ed94fn5w8qkmdrdh pywebsvcs joh...@gm... Sent from my iPhone |
From: <joh...@gm...> - 2015-06-26 13:10:21
|
Hi pywebsvcs http://thinkhomesltd.com/suddenly.php?drive=fmw8mh4sawqtx4d6bbup joh...@gm... Sent from my iPhone |
From: <joh...@gm...> - 2015-05-22 05:43:57
|
Hi pywebsvcs http://hibernianapartmentsbeechworth.com.au/summer.php?dan=kwkr772zhrmucv8vqby joh...@gm... Sent from my iPhone ________________________________________________________________________________ NOTE: This is a City of Greenwood owned and operated e-mail system. ALL e-mail communication as well as any attachment is subject to be accessed by the news media and the public pursuant to the Freedom of Information Act, 5 U.S.C ? 552. |
From: Dieter M. <di...@ha...> - 2015-02-16 22:00:10
|
Anurag Chourasia wrote at 2015-1-10 20:44 -0300: >I am trying to convert my WSDL using wsdl2py . . . . The WSDL is at >http://dpaste.com/09DX4VR Maybe, you can use a different client? I have had good experience with "suds". -- Dieter |
From: Dieter M. <di...@ha...> - 2015-01-12 17:30:18
|
Anurag Chourasia wrote at 2015-1-12 13:13 -0300: >I am using a fork of SUDS > >>>> suds.version ><module 'suds.version' from >'C:\Python27\lib\site-packages\suds_jurko-0.6-py2.7.egg\suds\version.pyc'> >>>> dir(suds.version) >['__build__', '__builtins__', '__doc__', '__file__', '__loader__', >'__name__', '__package__', '__version__'] >>>> suds.version.__version__ >'0.6' > >I went through https://pypi.python.org/pypi/dm.zope.rpc.wsdl_suds and it >indicates dependency on suds==0.3.9 In fact "suds >= 0.3.9" (not "suds==0.3.9"). It was developped with "suds == 0.3.9" and may (or may not) work with higher "suds" versions. >Is that package under active development? I have developped "dm.zope.rpc.wsdl_suds" for a (paying) client. However, the client still uses a Java implemented webservice implementation (despite various problems), i.e. for the moment, he is not using "dm.zope.rpc.wsdl_suds". This may (or may not) change in the future. If it happens (or another paying client is interested), I will fix any encountered problems. However, I do not expect you to use "dm.zope.rpc.wsdl_suds" itself. It is for a Zope environment - and likely, you do not use this Web application framework. I mentioned it as an example how one can use "suds" parts to implement a server - even though "suds" is a client library. You could use something like this (but not it itself) in your Web application framework. -- Dieter |
From: Anurag C. <anu...@gm...> - 2015-01-12 16:13:44
|
Dieter, I am using a fork of SUDS >>> suds.version <module 'suds.version' from 'C:\Python27\lib\site-packages\suds_jurko-0.6-py2.7.egg\suds\version.pyc'> >>> dir(suds.version) ['__build__', '__builtins__', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__version__'] >>> suds.version.__version__ '0.6' I went through https://pypi.python.org/pypi/dm.zope.rpc.wsdl_suds and it indicates dependency on suds==0.3.9 Is that package under active development? Regards, Guddu On Mon, Jan 12, 2015 at 12:20 PM, Dieter Maurer <di...@ha...> wrote: > Anurag Chourasia wrote at 2015-1-12 11:47 -0300: > >Suds is only a Client library. > > > >I was looking to use ZSI as I don't just want to consume a service but > also > >provide a Web Service (server) to be consumed. > > > >All that, if only ZSI would work. > > > >Is ZSI still in active development? > > I do not know. I left "ZSI" a long time ago - because I had lots of > problems with it. > > > In "dm.zope.rpc.wsdl_suds", I have used "suds" to provide a Web service > (implement a server). Thus, even though "suds" is a WSDL client, > it contains parts which can be used to implement a server. > > > There is also "spyne", a successor of "Soaplib". You may no longer > recognize it easily from the description, but "spyne" supports > Web services and can even generate WSDL descriptions. > > > > -- > Dieter > |
From: Dieter M. <di...@ha...> - 2015-01-12 15:20:54
|
Anurag Chourasia wrote at 2015-1-12 11:47 -0300: >Suds is only a Client library. > >I was looking to use ZSI as I don't just want to consume a service but also >provide a Web Service (server) to be consumed. > >All that, if only ZSI would work. > >Is ZSI still in active development? I do not know. I left "ZSI" a long time ago - because I had lots of problems with it. In "dm.zope.rpc.wsdl_suds", I have used "suds" to provide a Web service (implement a server). Thus, even though "suds" is a WSDL client, it contains parts which can be used to implement a server. There is also "spyne", a successor of "Soaplib". You may no longer recognize it easily from the description, but "spyne" supports Web services and can even generate WSDL descriptions. -- Dieter |
From: Anurag C. <anu...@gm...> - 2015-01-11 16:35:28
|
Hi Jim, >>> ZSI.version.Version (1, 2, 8) Regards, Guddu On Sun, Jan 11, 2015 at 5:00 AM, Jim <jim...@gm...> wrote: > Hi, > I tried your WSDL with ZSI 2.0 from > > http://sourceforge.net/projects/pywebsvcs/files/ZSI/ZSI-2.0/ZSI-2.0.tar.gz/download > > wsdl2py --file zsitest.wsdl > Traceback (most recent call last): > File "/Library/Frameworks/Python.framework/Versions/2.7/bin/wsdl2py", > line 9, in <module> > load_entry_point('ZSI==2.0', 'console_scripts', 'wsdl2py')() > File "build/bdist.macosx-10.6-intel/egg/ZSI/generate/commands.py", line > 231, in wsdl2py > > File "build/bdist.macosx-10.6-intel/egg/ZSI/generate/wsdl2python.py", > line 226, in writeTypes > File "build/bdist.macosx-10.6-intel/egg/ZSI/generate/wsdl2python.py", > line 396, in fromSchema > File "build/bdist.macosx-10.6-intel/egg/ZSI/generate/wsdl2python.py", > line 523, in fromSchemaItem > File "build/bdist.macosx-10.6-intel/egg/ZSI/generate/containers.py", > line 2289, in setUp > ZSI.generate.containers.ContainerError: (u'Failure in setUp: <schema > targetNamespace="http://xmlns.client.corp/document/uniqueseq/EntBusM"><complexType > name="SenduniqueseqRequestEntBusMType">', u'Unsupported base((u\' > http://xmlns.client.corp/Core/EntBusM/Common/EntBusM\', > u\'EntBusMType\')): <schema targetNamespace=" > http://xmlns.client.corp/document/uniqueseq/EntBusM"><complexType > name="SenduniqueseqRequestEntBusMType"><complexContent><extension>') > > So I get another error... Please provide your ZSI version. > > Regards > > On Sun, Jan 11, 2015 at 12:44 AM, Anurag Chourasia < > anu...@gm...> wrote: > >> All, >> >> I am trying to convert my WSDL using wsdl2py . . . . The WSDL is at >> http://dpaste.com/09DX4VR >> >> The conversion fails with this error. >> >> Traceback (most recent call last): >> File "C:\Python27\Scripts\wsdl2py", line 119, in <module> >> main() >> File "C:\Python27\Scripts\wsdl2py", line 114, in main >> wsm.write(schemaOnly) >> File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 199, in >> write >> self.write_service_types(f_types, fd) >> File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 240, in >> write_service_types >> self.write_dependent_schema(schema, fd) >> File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 319, in >> write_dependent_schema >> sd.fromWsdl(schema, alternateWriter) >> File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 961, in >> fromWsdl >> self.generate(schema.getTypesDict(), alternateWriter) >> File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 990, in >> generate >> tw.fromType(tp, ref) >> File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1074, in >> fromType >> self._fromComplexType(tp) >> File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1282, in >> _fromComplexType >> typecodelist += self._complexTypeAllOrSequence(tp, mg) >> File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1520, in >> _complexTypeAllOrSequence >> % (e.__class__) >> ZSI.wsdl2python.WsdlGeneratorError: instance >> ZSI.wsdlInterface.ZSIElementReferenceAdapter not handled >> >> Could someone please help me overcome this error? >> >> Regards, >> Guddu >> >> >> ------------------------------------------------------------------------------ >> Dive into the World of Parallel Programming! The Go Parallel Website, >> sponsored by Intel and developed in partnership with Slashdot Media, is >> your >> hub for all things parallel software development, from weekly thought >> leadership blogs to news, videos, case studies, tutorials and more. Take a >> look and join the conversation now. http://goparallel.sourceforge.net >> _______________________________________________ >> Pywebsvcs-talk mailing list >> Pyw...@li... >> https://lists.sourceforge.net/lists/listinfo/pywebsvcs-talk >> Also archived at http://groups.google.com/group/pywebsvcs >> >> > |
From: Jim <jim...@gm...> - 2015-01-11 08:00:58
|
Hi, I tried your WSDL with ZSI 2.0 from http://sourceforge.net/projects/pywebsvcs/files/ZSI/ZSI-2.0/ZSI-2.0.tar.gz/download wsdl2py --file zsitest.wsdl Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/bin/wsdl2py", line 9, in <module> load_entry_point('ZSI==2.0', 'console_scripts', 'wsdl2py')() File "build/bdist.macosx-10.6-intel/egg/ZSI/generate/commands.py", line 231, in wsdl2py File "build/bdist.macosx-10.6-intel/egg/ZSI/generate/wsdl2python.py", line 226, in writeTypes File "build/bdist.macosx-10.6-intel/egg/ZSI/generate/wsdl2python.py", line 396, in fromSchema File "build/bdist.macosx-10.6-intel/egg/ZSI/generate/wsdl2python.py", line 523, in fromSchemaItem File "build/bdist.macosx-10.6-intel/egg/ZSI/generate/containers.py", line 2289, in setUp ZSI.generate.containers.ContainerError: (u'Failure in setUp: <schema targetNamespace="http://xmlns.client.corp/document/uniqueseq/EntBusM"><complexType name="SenduniqueseqRequestEntBusMType">', u'Unsupported base((u\' http://xmlns.client.corp/Core/EntBusM/Common/EntBusM\', u\'EntBusMType\')): <schema targetNamespace="http://xmlns.client.corp/document/uniqueseq/EntBusM"><complexType name="SenduniqueseqRequestEntBusMType"><complexContent><extension>') So I get another error... Please provide your ZSI version. Regards On Sun, Jan 11, 2015 at 12:44 AM, Anurag Chourasia < anu...@gm...> wrote: > All, > > I am trying to convert my WSDL using wsdl2py . . . . The WSDL is at > http://dpaste.com/09DX4VR > > The conversion fails with this error. > > Traceback (most recent call last): > File "C:\Python27\Scripts\wsdl2py", line 119, in <module> > main() > File "C:\Python27\Scripts\wsdl2py", line 114, in main > wsm.write(schemaOnly) > File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 199, in > write > self.write_service_types(f_types, fd) > File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 240, in > write_service_types > self.write_dependent_schema(schema, fd) > File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 319, in > write_dependent_schema > sd.fromWsdl(schema, alternateWriter) > File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 961, in > fromWsdl > self.generate(schema.getTypesDict(), alternateWriter) > File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 990, in > generate > tw.fromType(tp, ref) > File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1074, in > fromType > self._fromComplexType(tp) > File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1282, in > _fromComplexType > typecodelist += self._complexTypeAllOrSequence(tp, mg) > File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1520, in > _complexTypeAllOrSequence > % (e.__class__) > ZSI.wsdl2python.WsdlGeneratorError: instance > ZSI.wsdlInterface.ZSIElementReferenceAdapter not handled > > Could someone please help me overcome this error? > > Regards, > Guddu > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is > your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > Pywebsvcs-talk mailing list > Pyw...@li... > https://lists.sourceforge.net/lists/listinfo/pywebsvcs-talk > Also archived at http://groups.google.com/group/pywebsvcs > > |
From: Anurag C. <anu...@gm...> - 2015-01-10 23:45:07
|
All, I am trying to convert my WSDL using wsdl2py . . . . The WSDL is at http://dpaste.com/09DX4VR The conversion fails with this error. Traceback (most recent call last): File "C:\Python27\Scripts\wsdl2py", line 119, in <module> main() File "C:\Python27\Scripts\wsdl2py", line 114, in main wsm.write(schemaOnly) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 199, in write self.write_service_types(f_types, fd) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 240, in write_service_types self.write_dependent_schema(schema, fd) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 319, in write_dependent_schema sd.fromWsdl(schema, alternateWriter) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 961, in fromWsdl self.generate(schema.getTypesDict(), alternateWriter) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 990, in generate tw.fromType(tp, ref) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1074, in fromType self._fromComplexType(tp) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1282, in _fromComplexType typecodelist += self._complexTypeAllOrSequence(tp, mg) File "C:\Python27\lib\site-packages\ZSI\wsdl2python.py", line 1520, in _complexTypeAllOrSequence % (e.__class__) ZSI.wsdl2python.WsdlGeneratorError: instance ZSI.wsdlInterface.ZSIElementReferenceAdapter not handled Could someone please help me overcome this error? Regards, Guddu |
From: <joh...@gm...> - 2014-09-12 08:13:01
|
Hi pywebsvcs http://copture.com/necessary.php?finger=xszxyyg3116zwtpgpw joh...@gm... |
From: mail.yeyuzhen <mai...@gm...> - 2014-02-19 02:41:01
|
I have read all the ZSI document and search in google, but i can't find how to add a item to ZSI.TC.Array. Anyone could show me a ZSI.TC.Array usage demo to me? mail.yeyuzhen |
From: Michael D. <mdi...@ne...> - 2013-08-05 03:33:30
|
I have a set of Python classes that I have generated for a SOAP service from a WSDL with ZSI. I have another Python module that calls the SOAP service using these generated classes. Unfortunately, the code keeps throwing an `EvaluateException` with the following error message when run: maxOccurs unbounded, expecting a [<type 'tuple'>, <type 'list'>] Unfortunately, I'm neither a SOAP expert nor a ZSI expert, and I can't even figure out what this error means. Does anyone know what problem it is trying to describe, and how I might go about solving (or at least debugging) it? The message doesn't make much sense to me. --- The exact error message in the `EvaluateException` is pyobj (`http://Think/XmlWebServices/`,customer_data), aname "_customer_address_data": maxOccurs unbounded, expecting a [<type 'tuple'>, <type 'list'>] [Element trace: /SOAP-ENV:Body/ns1:customer_add_request] if that helps, although that error message contains some strings that are specific to the generated classes that I am debugging. ---- Michael Dippery Senior Software Developer, NeonMob www.neonmob.com | @michaeldippery |
From: Bernd S. <br...@gm...> - 2013-07-30 13:57:42
|
Hi again, after hours of debugging I found a solution for my problem and created a bug-report with the small patch: https://sourceforge.net/p/pywebsvcs/bugs/306/ Regards Bernd Schlapsi -------- Original Message -------- Hi, I have some problems with explicit type definition in SOAP requests. So I created a small test WSDL and use ZSI as followed. Also you can find the generated request output (and the WSDL) as attachments. import sys from ZSI import ServiceProxy proxy = ServiceProxy.ServiceProxy('test.wsdl', cachedir='/tmp/zsi_test/', tracefile=sys.stdout) proxy.Debugging(TestRequest={'testtype': {'t1': '1', 't2': '2', 't3': '3'}, 'onlystring': 'lalala'}) In line 1348 of the file TC.py the 'typed' variable is overwritten with True. => kw['typed'] = True Why? How can I prohibit ZSI to write the "xsi:type" information? Or what is wrong with my WSDL that ZSI is writing this information? Regards Bernd Schlapsi |
From: Bernd S. <br...@gm...> - 2013-07-30 10:13:37
|
Hi, I have some problems with explicit type definition in SOAP requests. So I created a small test WSDL and use ZSI as followed. Also you can find the generated request output (and the WSDL) as attachments. import sys from ZSI import ServiceProxy proxy = ServiceProxy.ServiceProxy('test.wsdl', cachedir='/tmp/zsi_test/', tracefile=sys.stdout) proxy.Debugging(TestRequest={'testtype': {'t1': '1', 't2': '2', 't3': '3'}, 'onlystring': 'lalala'}) In line 1348 of the file TC.py the 'typed' variable is overwritten with True. => kw['typed'] = True Why? How can I prohibit ZSI to write the "xsi:type" information? Or what is wrong with my WSDL that ZSI is writing this information? Regards Bernd Schlapsi |
From: Surya K. <kas...@gm...> - 2013-06-21 09:20:01
|
I am having a Axis2 Apache Tomcat6 Server running a webservice. On the client side using ZSI as it supports attachments. The client side method is like this public String uploadFile(OMElement omEle) throws AxisFault { System.out.println( omEle.getText() ); return omEle.getText(); } I used wsdl2py script to here on client side wsdl2py -lb <my wsdl url here> Now, my python script is this from WebService_client import * from WebService_server import * from WebService_types import * import sys loc = WebServiceLocator() port = loc.getWebServiceHttpSoap11Endpoint(tracefile=sys.stdout) msg = uploadGpxFileRequest() file_url = "/output/t2.gpx" msg.OmEle = open(file_url, "rb").read() port.uploadGpxFile(msg) So, I am getting receiving the output but also seeing some errors raising on client! The below is the info I got on terminal 200 OK ------- Server: Apache-Coyote/1.1 Content-Type: multipart/related; boundary="MIMEBoundary_5baf77a976ecb100cea67d47217928ea46f8c7b8a66ad8cf"; type="text/xml"; start="<0.4baf77a976ecb100cea67d4721EDITEDg>" Transfer-Encoding: chunked Date: Mon, 17 Jun 2013 15:56:51 GMT --MIMEBoundary_5baf77a976ecb100cea67d47217928ea46f8c7b8a66ad8cf Content-Type: text/xml; charset=utf-8 Content-Transfer-Encoding: binary Content-ID: <0.4baf77a976ecb100cea67d47217928eaEDITEDg> <?xml version='1.0' encoding='utf-8'?><soapenv:Envelope xmlns:soapenv=" http://EDITEDvelope/"><soapenv:Body><ns:upEDITEDesponse xmlns:ns="http://G.......e"><ns:return><?xml version="1.0" encoding="UTF-8"?> <gpx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http:/......1/0" version="1.0" xsi:schemaLocation="http://www.../0 http://w.../1/0/g..xsd" creator="my.py -- https://github.com/...."> <name>t2</name> <trk> <name>A Name</name> <desc>A track</desc> <trkseg> ------------------- data sent is here ------------------- <speed>13.2495155519</speed></trkpt></trkseg></trk></gpx></ns:return></ns:uploadGpxFileResponse></soapenv:Body></soapenv:Envelope> --MIMEBoundary_5baf77a976ecb100cea67d47217928ea46f8c7b8a66ad8cf-- Traceback (most recent call last): File "gpxupload.py", line 14, in <module> port.uploadGpxFile(msg) File "/home/developer/soap-client/WebService_client.py", line 81, in uploadGpxFile response = self.binding.Receive(uploadGpxFileResponse.typecode) File "/usr/local/lib/python2.7/dist-packages/ZSI-2.1_a1-py2.7.egg/ZSI/client.py", line 531, in Receive self.ReceiveSOAP(**kw) File "/usr/local/lib/python2.7/dist-packages/ZSI-2.1_a1-py2.7.egg/ZSI/client.py", line 416, in ReceiveSOAP 'Response is "%s", not "text/xml"' % self.reply_headers.type) TypeError: Response is "multipart/related", not "text/xml" *Where is it going wrong and how to fix it??? Thanks* |
From: Surya K. <kas...@gm...> - 2013-06-21 09:18:37
|
In our webservice on Server (apache axis2) We have taken an object public class MyObjUpdate { private double val1; private double val2; } and the webservice is like this public String updateMyObj(MyObjUpdate getMyObj) throws Exception { .... return "ok"; } On Python client side (ZSI-2.1-a1), how to pass the variables.. I am using wsdl2py -lb wsdlurl (script) loc = WebServiceLocator() port = loc.getWebServiceHttpSoap11Endpoint(tracefile=sys.stdout) msg = updateMyObjRequest() print dir(msg) I can see the obj parameter GetMyObj but I don't know how to pass values to it. I tried to pass JSON, pickle objects but its not working. I tried to do this way msg = ns1.updateMyObj_Def() msg.pyclass.val1 =1 msg.pyclass.val2 =1 but I need to pass a variable pname to constructor and I don't know what is it.. Can anyone help me on it? Thanks |
From: SourceForge.net <no...@so...> - 2013-04-10 07:15:17
|
Bugs item #3610441, was opened at 2013-04-10 00:15 Message generated for change (Tracker Item Submitted) made by gbastien54 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=387667&aid=3610441&group_id=26590 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: zsi Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Gauthier Bastien (gbastien54) Assigned to: Nobody/Anonymous (nobody) Summary: Access to the SVN Initial Comment: Hi, is it possible to obtain access to the SVN repository ? What is the process? Thank you! Gauthier ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=387667&aid=3610441&group_id=26590 |
From: Gauthier B. <gau...@im...> - 2013-01-30 09:55:09
|
Hi everybody, I would like to port pywebsvcs to Github because there are already many forks and the project on SF subversion seems a bit "dead"... There are many many patches proposed and many users wanting to make pywebsvcs subprojects evolve. This would be necessary to update the Project Homepage (http://pywebsvcs.sourceforge.net/). I know that subversion is a good repository, we use it, but I think that Github is made to host such kind of project. So are there admins left wanting to help me do this? I tried last days to contact someone linked to this project but I could not... :-s Thank you very much, -- Gauthier Bastien Support IMIO - CommunesPlone rue de la Vieille Sambre 34 5190 Mornimont Tél: +32(0)71 780979 Disclaimer Les informations contenues dans ce courrier électronique (annexes incluses) sont confidentielles et réservées à l'usage exclusif des destinataires repris ci-dessus. Si vous n'êtes pas le destinataire, soyez informé par la présente que vous ne pouvez ni divulguer, ni reproduire, ni faire usage de ces informations pour vous-même ou toute tierce personne. Si vous avez reçu ce courrier électronique par erreur, vous êtes prié d'en avertir immédiatement l'expéditeur et d'effacer le message e-mail de votre ordinateur. De informatie in deze e-mail, bijlagen inbegrepen, is vertrouwelijk en is als dus danig voorbehouden voor exclusief gebruik door de hierboven vermelde bestemmeling(en). Indien u niet de bestemmeling bent, willen wij u erop wijzen dat u deze informatie niet mag aanwenden voor eigen gebruik noch verspreiden aan derden. Indien u deze e-mail per ongeluk hebt ontvangen, gelieve de afzender onmiddellijk te verwittigen en deze e-mail van uw computer te verwijderen. The information contained in this e-mail and the annexed documents is confidential and exclusively available to the here above mentioned addressee(s).Should you not be the addressee, please be informed that you may neither disclose nor reproduce this e-mail, nor may the information contained in this e-mail and its eventually annexed documents be used by yourself or by a third party. If you erroneously received this e-mail, could you kindly and immediately inform the addresser and delete the message on your computer. |