Hi Joshua,
Thank you for the quick response. I should have given more info.
Here is the wsdl file I'm using: https://clients.mindbodyonline.com/api/0_5/SiteService.asmx?wsdl
I noticed it has ---------------------- <wsdl:port name="Site_x0020_ServiceSoap" binding="tns:Site_x0020_ServiceSoap"> <soap:address location="https://clients.mindbodyonline.com/api/0_5/SiteService.asmx%22/%3E </wsdl:port> ----------------------
Does this mean the data is encrypted will it travels over the internet?
Brian
On 8/30/2011 8:01 AM, suds-request@lists.fedoraproject.org wrote:
Message: 2 Date: Mon, 29 Aug 2011 16:04:48 -0800 From: "Joshua J. Kugler"joshua@eeinternet.com Subject: Re: [Fedora-suds-list] https secure connection To:suds@lists.fedoraproject.org Message-ID:201108291604.49065.joshua@eeinternet.com Content-Type: Text/Plain; charset="iso-8859-1"
On Monday, August 29, 2011, brian downing elucidated thus:
If I do this:
url ="https://...."
client = suds.client.Client(url)
Will the data be encrypted as it travels over the internet or do I need to do something different in SUDs?
I want to thank the developers for a great tool. This is my first experience with SOAP and it has been a really short learning curve.
Where Suds gets the WSDL file doesn't (usually) have anything to do with where it sends the data. The WDSL file usually have the end point in it, and thus determines if the end point is HTTPS or not.
j
-- Joshua Kugler Part-Time System Admin/Programmer http://www.eeinternet.com - Fairbanks, AK PGP Key: http://pgp.mit.edu/ ID 0x73B13B6A
Yes, Suds uses the URL given in the WSDL file, thus the information will be encrypted.
j
On Tuesday, August 30, 2011, brian downing elucidated thus:
Hi Joshua,
Thank you for the quick response. I should have given more info.
Here is the wsdl file I'm using: https://clients.mindbodyonline.com/api/0_5/SiteService.asmx?wsdl
I noticed it has
<wsdl:port name="Site_x0020_ServiceSoap" binding="tns:Site_x0020_ServiceSoap"> soap:address location="https://clients.mindbodyonline.com/api/0_5/SiteService.asmx "/ </wsdl:port>
Does this mean the data is encrypted will it travels over the internet?
Brian
On 8/30/2011 8:01 AM, suds-request@lists.fedoraproject.org wrote:
Message: 2 Date: Mon, 29 Aug 2011 16:04:48 -0800 From: "Joshua J. Kugler"joshua@eeinternet.com Subject: Re: [Fedora-suds-list] https secure connection To:suds@lists.fedoraproject.org Message-ID:201108291604.49065.joshua@eeinternet.com Content-Type: Text/Plain; charset="iso-8859-1"
On Monday, August 29, 2011, brian downing elucidated thus:
If I do this:
url ="https://...."
client = suds.client.Client(url)
Will the data be encrypted as it travels over the internet or do I need to do something different in SUDs?
I want to thank the developers for a great tool. This is my first experience with SOAP and it has been a really short learning curve.
Where Suds gets the WSDL file doesn't (usually) have anything to do with where it sends the data. The WDSL file usually have the end point in it, and thus determines if the end point is HTTPS or not.
j
-- Joshua Kugler Part-Time System Admin/Programmer http://www.eeinternet.com - Fairbanks, AK PGP Key: http://pgp.mit.edu/ ID 0x73B13B6A