From bradallen137 at gmail.com Mon May 10 04:33:05 2010 From: bradallen137 at gmail.com (Brad Allen) Date: Sun, 9 May 2010 21:33:05 -0500 Subject: [Soap-Python] unable to reach soaplib website In-Reply-To: References: <1271943418.2785.242.camel@noise.digint.lan> Message-ID: >> On Thu, Apr 22, 2010 at 8:07 PM, Jamie Kirkpatrick >> wrote: >> > Hi Roberto >> > Unfortunately I didn't host that site (it was a legacy site when the >> > project >> > was managed by Aaron Bickell). ?That said I found a way you can still get to the >> > content:?http://web.archive.org/web/20080610080052/http://trac.optio.webfactional.com/wiki/soaplib. >> > If anyone wants to?volunteer?some time to move that documentation to our >> > github site that would be great. I have converted that old Trac site content into reStructuredText, and put it inside a Sphinx directory committed into our Git repo. Before we publish it, I think it needs a bit more cleanup work. I ran out of time this weekend, but still want to improve the table of contents to show the same kind of content grouping we had on the Trac site, and also need to fix some malformed links (which are not in proper rst format). Hopefully I'll have those fixes done sometime within the next week. In the meantime, if anyone wants to preview the Sphinx site, just clone the Git repo using "git clone git at github.com:jkp/soaplib.git", install Sphinx into your Python environment then cd into the 'doc' subdirectory and type "make html". This will generate the Sphinx site in the form of static HTML pages inside the build/html directory. From jkp at kirkconsulting.co.uk Mon May 10 09:13:14 2010 From: jkp at kirkconsulting.co.uk (Jamie Kirkpatrick) Date: Mon, 10 May 2010 08:13:14 +0100 Subject: [Soap-Python] unable to reach soaplib website In-Reply-To: References: <1271943418.2785.242.camel@noise.digint.lan> Message-ID: Great work Brad! I'll pull your changes and build the docs today. I know you've emailed about a number of options for hosting and I'll mail back with some thoughts when I have a moment. Really good to see you committing to the repository. If a few more can get involved I think we can bring things back on course again. -- Jamie Kirkpatrick 07818 422311 On 10 May 2010 03:33, Brad Allen wrote: > >> On Thu, Apr 22, 2010 at 8:07 PM, Jamie Kirkpatrick > >> wrote: > >> > Hi Roberto > >> > Unfortunately I didn't host that site (it was a legacy site when the > >> > project > >> > was managed by Aaron Bickell). That said I found a way you can still > get to the > >> > content: > http://web.archive.org/web/20080610080052/http://trac.optio.webfactional.com/wiki/soaplib > . > >> > If anyone wants to volunteer some time to move that documentation to > our > >> > github site that would be great. > > I have converted that old Trac site content into reStructuredText, and > put it inside a Sphinx directory committed into our Git repo. > > Before we publish it, I think it needs a bit more cleanup work. I ran > out of time this weekend, but still want to improve the table of > contents to show the same kind of content grouping we had on the Trac > site, and also need to fix some malformed links (which are not in > proper rst format). Hopefully I'll have those fixes done sometime > within the next week. > > In the meantime, if anyone wants to preview the Sphinx site, just > clone the Git repo using "git clone git at github.com:jkp/soaplib.git", > install Sphinx into your Python environment then cd into the 'doc' > subdirectory and type "make html". This will generate the Sphinx site > in the form of static HTML pages inside the build/html directory. > -------------- next part -------------- An HTML attachment was scrubbed... URL: From 4kir4.1i at gmail.com Tue May 11 08:28:06 2010 From: 4kir4.1i at gmail.com (akira) Date: Tue, 11 May 2010 10:28:06 +0400 Subject: [Soap-Python] unable to reach soaplib website In-Reply-To: References: <1271943418.2785.242.camel@noise.digint.lan> Message-ID: <4BE8F8F6.1060601@gmail.com> On 05/10/2010 06:33 AM, Brad Allen wrote: > In the meantime, if anyone wants to preview the Sphinx site, just > clone the Git repo using "git clone git at github.com:jkp/soaplib.git", > install Sphinx into your Python environment then cd into the 'doc' > subdirectory and type "make html". This will generate the Sphinx site > in the form of static HTML pages inside the build/html directory. > Hi, "git clone git at github.com:jkp/soaplib.git" doesn't work for me. Instead I've used: git clone git://github.com/jkp/soaplib.git cd soaplib/doc/ # if sphinx is not installed then pip install sphinx make html cd build/html/ # start browser python -mwebbrowser index.html From jkp at kirkconsulting.co.uk Tue May 11 09:23:03 2010 From: jkp at kirkconsulting.co.uk (Jamie Kirkpatrick) Date: Tue, 11 May 2010 09:23:03 +0200 Subject: [Soap-Python] unable to reach soaplib website In-Reply-To: <4BE8F8F6.1060601@gmail.com> References: <1271943418.2785.242.camel@noise.digint.lan> <4BE8F8F6.1060601@gmail.com> Message-ID: The command you posted will not work because you've got to be an authorized committer to clone using the git protocol (and git username). -- Jamie Kirkpatrick 07818 422311 On 11 May 2010 08:28, akira <4kir4.1i at gmail.com> wrote: > On 05/10/2010 06:33 AM, Brad Allen wrote: > >> In the meantime, if anyone wants to preview the Sphinx site, just >> clone the Git repo using "git clone git at github.com:jkp/soaplib.git", >> install Sphinx into your Python environment then cd into the 'doc' >> subdirectory and type "make html". This will generate the Sphinx site >> in the form of static HTML pages inside the build/html directory. >> >> > Hi, > > "git clone git at github.com:jkp/soaplib.git" doesn't work for me. > Instead I've used: > > > git clone git://github.com/jkp/soaplib.git > cd soaplib/doc/ > # if sphinx is not installed then > pip install sphinx > make html > cd build/html/ > # start browser > python -mwebbrowser index.html > _______________________________________________ > Soap mailing list > Soap at python.org > http://mail.python.org/mailman/listinfo/soap > -------------- next part -------------- An HTML attachment was scrubbed... URL: From grimsqueaker13 at gmail.com Wed May 26 12:18:35 2010 From: grimsqueaker13 at gmail.com (Daniel Browne) Date: Wed, 26 May 2010 12:18:35 +0200 Subject: [Soap-Python] wsdlparse.py Message-ID: "wsdlparse.py" fails when an wsdl operation has no output element. I'm not very familiar with the inner workings of SOAP so I'm not sure where the best place would be to fix this, but python-wise, would it be a good idea to just catch the error and continue? Or should operation.output default to an empty dictionary? The failure is at "outmessagexml.get": 302 outmessage = self.messagecat.get(self.striptype(outmessagexml.get('message')), None) Thanks Daniel Browne -------------- next part -------------- An HTML attachment was scrubbed... URL: