Re: Soap list and soap users on this list

2014-04-28 Thread Burak Arslan

Hi Joseph,

Sorry for the late response, I seem to have missed this post.

On 04/17/14 21:34, Joseph L. Casale wrote:
 I've been looking at Spyne to produce a service that
 can accept a request formatted as follows:

 ?xml version='1.0' encoding='UTF-8'?
 SOAP-ENV:Envelope xmlns:SOAP-ENV=http://...; xmlns:xsi=http:/... 
 xmlns:xsd=http://...;
 SOAP-ENV:Body
 modifyRequest returnData=everything xmlns=urn:...
   attr ID=.../
   data
   /data
 /modifyRequest
   /SOAP-ENV:Body
 /SOAP-ENV:Envelope

https://gist.github.com/plq/11384113

Unfortunately, you need the latest Spyne from
https://github.com/arskom/spyne, this doesn't work with 2.10

2.11 is due around end of may, beginning of june.

Ping back if you got any other questions.

Best,
Burak
-- 
https://mail.python.org/mailman/listinfo/python-list


RE: Soap list and soap users on this list

2014-04-28 Thread Joseph L. Casale
 https://gist.github.com/plq/11384113
 
 Unfortunately, you need the latest Spyne from
 https://github.com/arskom/spyne, this doesn't work with 2.10
 
 2.11 is due around end of may, beginning of june.
 
 Ping back if you got any other questions.

Burak,
Thanks a ton! I've just pulled this down and started working through it.

Much appreciated!
jlc
-- 
https://mail.python.org/mailman/listinfo/python-list


Soap list and soap users on this list

2014-04-17 Thread Joseph L. Casale
Seems the soap list is a little quiet and the moderator is mia regardless.

Are there many soap users on this list familiar with Spyne or does anyone
know the most optimal place to post such questions?

Thanks!
jlc
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Soap list and soap users on this list

2014-04-17 Thread Chris Angelico
On Fri, Apr 18, 2014 at 3:58 AM, Joseph L. Casale
jcas...@activenetwerx.com wrote:
 Seems the soap list is a little quiet and the moderator is mia regardless.

 Are there many soap users on this list familiar with Spyne or does anyone
 know the most optimal place to post such questions?

I've used SOAP, but not with Python. (I've also used soap, but never
with any form of python. Snakes can stay dirty for all I care.)
Wouldn't really call myself a soap user, tbh. Is your question
regarding anything at all Python, or are you just looking for helpful
nerds? :)

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list


RE: Soap list and soap users on this list

2014-04-17 Thread Joseph L. Casale
 Is your question
 regarding anything at all Python, or are you just looking for helpful
 nerds? :)

Hi Chris,
Thanks for responding. I've been looking at Spyne to produce a service that
can accept a request formatted as follows:

?xml version='1.0' encoding='UTF-8'?
SOAP-ENV:Envelope xmlns:SOAP-ENV=http://...; xmlns:xsi=http:/... 
xmlns:xsd=http://...;
SOAP-ENV:Body
modifyRequest returnData=everything xmlns=urn:...
  attr ID=.../
  data
  /data
/modifyRequest
  /SOAP-ENV:Body
/SOAP-ENV:Envelope

Where I am interested in the ID attribute of the attr tag as well as _all_ the
varying xml within the data tags.

The docs are good, but a bit thin on more intricate examples. Maybe your 
previous
soap experience might lead you to a tip that would eternally in debt me to 
you:) I
have only ever done the most simplest work with soap and or ajax and hence got
away with not knowing much...

Thanks again for your help!
jlc
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Soap list and soap users on this list

2014-04-17 Thread Mark H Harris

On 4/17/14 12:58 PM, Joseph L. Casale wrote:

Seems the soap list is a little quiet and the moderator is mia regardless.

Are there many soap users on this list familiar with Spyne or does anyone
know the most optimal place to post such questions?


Read first.


You can try :

  http://spyne.io/docs/2.10/

  https://pythonhosted.org/Soapbox/


google is our friend. There are lots of links in the above, tutorials, c.

Also, you might do some additional searching on PyPI... lots of SOAP 
packages (simple object access protocol).  Spyne uses SOAP.



marcus
--
https://mail.python.org/mailman/listinfo/python-list


RE: Soap list and soap users on this list

2014-04-17 Thread Joseph L. Casale
Read first.


You can try :

   http://spyne.io/docs/2.10/

   https://pythonhosted.org/Soapbox/

Thanks Marcus,
I assure you I have been reading but missed soapbox, I'll keep hacking away, 
thanks for the pointer.

jlc
-- 
https://mail.python.org/mailman/listinfo/python-list