<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;}
code
{font-family:"Courier New";}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:Arial;
color:windowtext;}
@page Section1
{size:595.3pt 841.9pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
{page:Section1;}
/* List Definitions */
@list l0
{mso-list-id:969096314;
mso-list-template-ids:1165129742;}
@list l0:level1
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:36.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Symbol;}
ol
{margin-bottom:0cm;}
ul
{margin-bottom:0cm;}
-->
</style>
</head>
<body lang=EN-GB link=blue vlink=purple>
<div class=Section1>
<p class=MsoNormal style='margin-bottom:12.0pt'><font size=1
face="Times New Roman"><span style='font-size:8.5pt'>Hi all<br>
<br>
I am working for a energy company, we currently want to use api to load data
into the database.<br>
<br>
I am new for soappy package. I have done a bit research on <br>
<a
href="http://www.ibm.com/developerworks/webservices/library/ws-pyth16/#resources"><!-- m -->http://www.ibm.com/developerworks/webse
... #resources</a><br>
<!-- m -->and<br>
<a href="http://www.diveintopython.org/soap_web_services/debugging.html"><!-- m -->http://www.diveintopython.org/soap_web_
... gging.html</a><br>
<!-- m --><br>
I can make none of the examples from tutorial correct. <img border=0 width=15
height=17 id="_x0000_i1025" src="cid:image001.gif@01C9CFFA.F34356A0"
alt=":oops:" title=Embarassed><br>
<br>
I have also tried the the example from Endolith posted last year.<br>
<br>
<a
href="http://www.python-forum.org/pythonforum/viewtopic.php?f=19&t=10038&p=45872&hilit=soap#p45872"><!-- l -->viewtopic.php?f=19&t=10038&p=45872&hilit=soap#p45872</a><o:p></o:p></span></font></p>
<!-- l -->
<p class=MsoNormal><font size=1 face="Times New Roman"><span style='font-size:
8.5pt'>Code: <a
href="http://www.python-forum.org/pythonforum/viewtopic.php?f=5&t=12876##">Select
all</a> <o:p></o:p></span></font></p>
<p class=MsoNormal style='margin-left:36.0pt'><code><font size=2
face="Courier New"><span style='font-size:10.0pt'>from SOAPpy import WSDL</span></font></code><font
size=2 face="Courier New"><span style='font-size:10.0pt;font-family:"Courier New"'><br>
<br>
<code><font face="Courier New">wsdl_file = 'http://xurrency.com/api.wsdl'</font></code><br>
<code><font face="Courier New">server = WSDL.Proxy(wsdl_file)</font></code><br>
<code><font face="Courier New">values = server.getValuesInverse('usd')</font></code></span></font><font
size=1><span style='font-size:8.5pt'><o:p></o:p></span></font></p>
<p class=MsoNormal><font size=1 face="Times New Roman"><span style='font-size:
8.5pt'><br>
<br>
However, I got the error message below: <img border=0 width=15 height=17
id="_x0000_i1026" src="cid:image002.gif@01C9CFFA.F34356A0" alt=":roll:"
title="Rolling Eyes"><br>
<br>
error: (10060, 'Operation timed out')<br>
<br>
Can anyone kind help me with this issue? Alternatively if anyone could provide
any worked examples, i will be much appreciated. <img border=0 width=15
height=15 id="_x0000_i1027" src="cid:image003.gif@01C9CFFA.F34356A0" alt=":D"
title="Very Happy"><br>
<br>
Kind regards,<br>
Ning Zhang<o:p></o:p></span></font></p>
<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p> </o:p></span></font></p>
</div>
<BR>
_____________________________________________________________________<BR>
The information contained in or attached to this email is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are not authorised to and must not disclose, copy, distribute, or retain this message or any part of it. It may contain information which is confidential and/or covered by legal professional or other privilege (or other rules or laws with similar effect in jurisdictions outside England and Wales).<BR>
The views expressed in this email are not necessarily the views of Centrica plc, and the company, its directors, officers or employees make no representation or accept any liability for its accuracy or completeness unless expressly stated to the contrary.<BR>
<BR>
Centrica plc<BR>
<BR>
Registered office: Millstream, Maidenhead Road, Windsor, Berkshire SL4 5GD<BR>
<BR>
Registered in England and Wales No 3033654<BR>
</body>
</html>