[web2py] Re: how to Consume external NetTcp SOAP service in Web2Py

2014-07-30 Thread Dave S
So it's not too bad consuming a service I provide for myself, but I'm also interested in a service provided by a third-party device. This particular service doesn't use "action", instead it uses "control" and "flag". In a SUDS client (sudsclient = suds.client.Client(serviceurl, transport), I u

[web2py] Re: how to Consume external NetTcp SOAP service in Web2Py

2014-07-30 Thread Dave S
On Wednesday, July 30, 2014 10:43:12 AM UTC-7, Dave S wrote: > > I kind of let this lay around until last night, when I had the happy idea > that this would help me with a particular user problem. I have stand-alone > SOAP clients using SUDS or Java, but I have a user where installing those >

[web2py] Re: how to Consume external NetTcp SOAP service in Web2Py

2014-07-30 Thread Dave S
I kind of let this lay around until last night, when I had the happy idea that this would help me with a particular user problem. I have stand-alone SOAP clients using SUDS or Java, but I have a user where installing those clients could be problematic. So I tried as below, but failed. Note th

[web2py] Re: how to Consume external NetTcp SOAP service in Web2Py

2014-07-09 Thread Matheus Cardoso
There are some examples in the web2py's book and lots of more in pysimplesoap repository , as Massimo said. Besides, I just created a WS and a SOAP client with basic authentication and I used

[web2py] Re: how to Consume external NetTcp SOAP service in Web2Py

2014-07-07 Thread Dave S
On Monday, July 7, 2014 6:32:28 PM UTC-7, Dave S wrote: > > > > On Tuesday, June 24, 2014 10:48:13 AM UTC-7, Massimo Di Pierro wrote: >> >> web2py ships with pysimplesoap. It is documented on google code. >> >> On Monday, 23 June 2014 12:39:22 UTC-5, Gopi wrote: >>> >>> Hi All.. I am new to web2p

[web2py] Re: how to Consume external NetTcp SOAP service in Web2Py

2014-07-07 Thread Dave S
On Tuesday, June 24, 2014 10:48:13 AM UTC-7, Massimo Di Pierro wrote: > > web2py ships with pysimplesoap. It is documented on google code. > > On Monday, 23 June 2014 12:39:22 UTC-5, Gopi wrote: >> >> Hi All.. I am new to web2py. Is there a way to call external NetTcp SOAP >> service in Web2Py.

[web2py] Re: how to Consume external NetTcp SOAP service in Web2Py

2014-06-24 Thread Massimo Di Pierro
web2py ships with pysimplesoap. It is documented on google code. On Monday, 23 June 2014 12:39:22 UTC-5, Gopi wrote: > > Hi All.. I am new to web2py. Is there a way to call external NetTcp SOAP > service in Web2Py. What are the best practices to call such services in > Web2Py? > -- Resources: