Well, thank you Mark anyways.<br><br>I did more googling, and it did get me what I wanted this time.<br><br>The trick is WSDL which ships with your Visual Studio.<br><br>wsdl <a href="http://yourhost/mywebservice.asmx">http://yourhost/mywebservice.asmx</a><br>
csc /t:library mywebservice.cs<br><br>I hope this can help people with similar needs.<br><br>Larry<br><br><div class="gmail_quote">On Sat, Apr 25, 2009 at 5:10 PM, Mark McMahon <span dir="ltr">&lt;<a href="mailto:mark.mcmahon@autodesk.com">mark.mcmahon@autodesk.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">








<div link="blue" vlink="purple" lang="EN-US">

<div>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Hi Larry,</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">I don’t think you would have gotten much of an answer with your
first question.</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">When you say a web service – is it written in Soap/XML-RPC or
something else? You mention SOAP below so that is what I expect you are
interested in? Why isn’t it the ‘preferred’ method?</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">If you are interested in using .NET in Python – then your first
step should be to see how it is done in C#, <a href="http://VB.NET" target="_blank">VB.NET</a> or some other language and
then translate that into Python (if you want to use Python).</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">The following in your mail below is confusing… “</span>All I
know is I compiled a the latest version from its web about 2 month ago<span style="font-size: 11pt; color: rgb(31, 73, 125);">”.
Did you mean downloaded from the web and compiled?</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Finally – I don’t know much about web services and am currently
researching it myself (SOAP in Python – not planning on using .NET at this
point) – so your reply to me below would probably have been better going to the
mail list if you want to get an answer from them.</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">Thanks</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);">  Mark</span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<p><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>

<div style="border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; border-width: 1pt medium medium; padding: 3pt 0in 0in;">

<p><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> Larry Wang
[mailto:<a href="mailto:lwanga@gmail.com" target="_blank">lwanga@gmail.com</a>] <br>
<b>Sent:</b> Sunday, April 26, 2009 1:31 AM<br>
<b>To:</b> Mark McMahon<br>
<b>Subject:</b> Re: [Python.NET] How to reference web services?</span></p>

</div><div><div></div><div class="h5">

<p> </p>

<p style="margin-bottom: 12pt;">?? I am sorry. How do you want
me ask my question differently? <br>
I dont know too much about <a href="http://python.net" target="_blank">python.net</a>, so
normally if i want to referenece a .net lib:<br>
import clr<br>
clr.AddReference(&#39;.netLib&#39;)<br>
<br>
This doesnt work if I just pass in a web service link to it. So if this can be
done, how to do I properly reference it?<br>
Google only resulted using SOAP related methods, which regular Python can do as
well, and it&#39;s not my preferred way.<br>
<br>
As for the Python.net version, honestly I can&#39;t tell. All I know is I compiled
a the latest version from its web about 2 month ago, and overwritten it with my
python 2.5 install. I dont know if this all makes any sense... <br>
<br>
Larry</p>

<div>

<p>On Sat, Apr 25, 2009 at 7:13 AM, Mark McMahon &lt;<a href="mailto:mark.mcmahon@autodesk.com" target="_blank">mark.mcmahon@autodesk.com</a>&gt;
wrote:</p>

<p>It depends. <a href="http://www.catb.org/%7Eesr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a><br>
<br>
From: pythondotnet-bounces+mark.mcmahon=<a href="http://autodesk.com" target="_blank">autodesk.com</a>@<a href="http://python.org" target="_blank">python.org</a>
[mailto:<a href="mailto:pythondotnet-bounces%2Bmark.mcmahon" target="_blank">pythondotnet-bounces+mark.mcmahon</a>=<a href="http://autodesk.com" target="_blank">autodesk.com</a>@<a href="http://python.org" target="_blank">python.org</a>] On Behalf Of Larry
Wang<br>
Sent: Saturday, April 25, 2009 11:07 AM<br>
To: <a href="mailto:pythondotnet@python.org" target="_blank">pythondotnet@python.org</a><br>
Subject: [Python.NET] How to reference web services?</p>

<div>

<div>

<p><br>
Hi everyone:<br>
<br>
I need to reference a web service in <a href="http://python.net" target="_blank">python.net</a>.
Can this be done?<br>
<br>
Thanks,<br>
Larry</p>

</div>

</div>

</div>

<p> </p>

</div></div></div>

</div>


</blockquote></div><br>