Sorry but I don't fully understand your message.

What's the problem using pysimplesoap?
Can you provide an example using it (explaining wha'ts wrong)?

You can try to use SoapClient with ns="XYZService" and soap_server='axis'
(if that is your server, if not, don't need to specify it)

Also, you can use "raw" requests:

https://code.google.com/p/pysimplesoap/wiki/SoapClient#Raw/arbitrary_SOAP_Header_Example

Hope it helps,

Best regards


Mariano Reingart
http://www.sistemasagiles.com.ar
http://reingart.blogspot.com


On Tue, Aug 12, 2014 at 12:58 AM, Dave S <snidely....@gmail.com> wrote:

>
>
> On Thursday, August 7, 2014 11:05:20 AM UTC-7, Dave S wrote:
>>
>> From my appendage to another thread:
>>
>> 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.
>>
>>
> I was hoping to use the controller to avoid installing a java app on a
> particular client.  I'm not sure I can get the user to install Python
> there, either, but there is no problem getting him to use a browser.  Thus
> a controller function to do the SOAP stuff would be very helpful, but I
> think I need help with the 'controller' node generation.
>
> Thanks.
>
> Dave S
> /dps
>
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to