If you have WSDL service you can connect to is using suds (pip insall suds)

from suds.client import Client
client = Client(wsdl_service)
result = client.service.function(input)

here function is a service which must provided by in WSLD.

I understand you have the opposite problem. Create a server that is 
compliant with given WSDL. Actually I need to do same for a project and I 
have been unable to. I am not sure this is logically possible because the 
WSDL contains enough info to generate the service.


On Monday, 17 June 2013 08:44:06 UTC-5, Barry Bridges wrote:
>
>
> Hi all,
> I'm trying to create a SOAP server which uses a local wsdl file supplied 
> by a third party. How can I use this within Web2py
>
>
> Thanks
> Barry
>

-- 

--- 
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/groups/opt_out.


Reply via email to