<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Consuming a .Net SOAP Webservice from Classic ASP (VBScript)</title>
	<atom:link href="http://www.kashflow.com/blog/consume-soap-from-vbscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kashflow.com/blog/consume-soap-from-vbscript/</link>
	<description></description>
	<lastBuildDate>Tue, 29 May 2012 15:42:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Duane Jackson - Founder &#38; CEO</title>
		<link>http://www.kashflow.com/blog/consume-soap-from-vbscript/#comment-9312</link>
		<dc:creator>Duane Jackson - Founder &#38; CEO</dc:creator>
		<pubDate>Wed, 16 May 2012 22:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kashflow.co.uk/?p=65#comment-9312</guid>
		<description>Hi Férnas, 

I was going to suggest setting the encoding/charset.

Thanks for sharing your solution</description>
		<content:encoded><![CDATA[<p>Hi Férnas, </p>
<p>I was going to suggest setting the encoding/charset.</p>
<p>Thanks for sharing your solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Férnas</title>
		<link>http://www.kashflow.com/blog/consume-soap-from-vbscript/#comment-9310</link>
		<dc:creator>Férnas</dc:creator>
		<pubDate>Wed, 16 May 2012 17:42:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kashflow.co.uk/?p=65#comment-9310</guid>
		<description>Well, I solved the problem with the accents. Here what need to be changed:

Just put &quot;; charset=utf-8&quot; after &quot;text/xml&quot;, in the SOAP_SendRequest() function.

Bellow is the changed function to accept accents. I hope it help somebody ;) 

function SOAP_SendRequest()
	&#039;end function, body and envelope
	SOAP_REQUEST = SOAP_REQUEST + &quot;&quot;
	SOAP_REQUEST = SOAP_REQUEST +  &quot;&quot;
    SOAP_REQUEST = SOAP_REQUEST +  &quot;&quot;
	Dim oHttp
	Dim strResult
	Set oHttp = CreateObject(&quot;Msxml2.XMLHTTP&quot;)
	oHttp.open &quot;POST&quot;, SOAP_ENDPOINT, false
	oHttp.setRequestHeader &quot;Content-Type&quot;, &quot;text/xml; charset=utf-8&quot;
	oHttp.setRequestHeader &quot;SOAPAction&quot;, SOAP_NS + &quot;/&quot; &amp; SOAP_FUNCTION
	oHttp.send SOAP_REQUEST
	SOAP_RESPONSE =   oHttp.responseText
end function</description>
		<content:encoded><![CDATA[<p>Well, I solved the problem with the accents. Here what need to be changed:</p>
<p>Just put &#8220;; charset=utf-8&#8243; after &#8220;text/xml&#8221;, in the SOAP_SendRequest() function.</p>
<p>Bellow is the changed function to accept accents. I hope it help somebody ;) </p>
<p>function SOAP_SendRequest()<br />
	&#8216;end function, body and envelope<br />
	SOAP_REQUEST = SOAP_REQUEST + &#8220;&#8221;<br />
	SOAP_REQUEST = SOAP_REQUEST +  &#8220;&#8221;<br />
    SOAP_REQUEST = SOAP_REQUEST +  &#8220;&#8221;<br />
	Dim oHttp<br />
	Dim strResult<br />
	Set oHttp = CreateObject(&#8220;Msxml2.XMLHTTP&#8221;)<br />
	oHttp.open &#8220;POST&#8221;, SOAP_ENDPOINT, false<br />
	oHttp.setRequestHeader &#8220;Content-Type&#8221;, &#8220;text/xml; charset=utf-8&#8243;<br />
	oHttp.setRequestHeader &#8220;SOAPAction&#8221;, SOAP_NS + &#8220;/&#8221; &amp; SOAP_FUNCTION<br />
	oHttp.send SOAP_REQUEST<br />
	SOAP_RESPONSE =   oHttp.responseText<br />
end function</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Férnas</title>
		<link>http://www.kashflow.com/blog/consume-soap-from-vbscript/#comment-9309</link>
		<dc:creator>Férnas</dc:creator>
		<pubDate>Wed, 16 May 2012 16:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kashflow.co.uk/?p=65#comment-9309</guid>
		<description>One question: when I use this function, accented letters become &quot;??&quot;. Any idea to solve that? thanks</description>
		<content:encoded><![CDATA[<p>One question: when I use this function, accented letters become &#8220;??&#8221;. Any idea to solve that? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Férnas</title>
		<link>http://www.kashflow.com/blog/consume-soap-from-vbscript/#comment-9306</link>
		<dc:creator>Férnas</dc:creator>
		<pubDate>Wed, 16 May 2012 14:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kashflow.co.uk/?p=65#comment-9306</guid>
		<description>Pretty useful information.. that really works.. Thanks a lot for sharing your knowledge.. ;)</description>
		<content:encoded><![CDATA[<p>Pretty useful information.. that really works.. Thanks a lot for sharing your knowledge.. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl</title>
		<link>http://www.kashflow.com/blog/consume-soap-from-vbscript/#comment-4060</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Wed, 27 Apr 2011 17:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kashflow.co.uk/?p=65#comment-4060</guid>
		<description>Thanks for this generic code.   Works great and saved me a ton of time! I&#039;m using it to schedule several processes that I need to run in the Task Scheduler. Thanks for posting.</description>
		<content:encoded><![CDATA[<p>Thanks for this generic code.   Works great and saved me a ton of time! I&#8217;m using it to schedule several processes that I need to run in the Task Scheduler. Thanks for posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The KashFlow SaaS Accounting Blog - Sending a Tweet via MS SQL Server KashFlow Accounting Software</title>
		<link>http://www.kashflow.com/blog/consume-soap-from-vbscript/#comment-4059</link>
		<dc:creator>The KashFlow SaaS Accounting Blog - Sending a Tweet via MS SQL Server KashFlow Accounting Software</dc:creator>
		<pubDate>Fri, 18 Jun 2010 17:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kashflow.co.uk/?p=65#comment-4059</guid>
		<description>[...] a side note, I&#8217;ve only written one really techie post before on this blog. I&#8217;ve deliberately refrained from doing too many as I&#8217;m assuming [...] </description>
		<content:encoded><![CDATA[<p>[...] a side note, I&#8217;ve only written one really techie post before on this blog. I&#8217;ve deliberately refrained from doing too many as I&#8217;m assuming [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul wood</title>
		<link>http://www.kashflow.com/blog/consume-soap-from-vbscript/#comment-4058</link>
		<dc:creator>Paul wood</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kashflow.co.uk/?p=65#comment-4058</guid>
		<description>SOAP to classic ASP.
I havent found any other info that worked, and is  easy to understand. You have made my day.
Your my hero of the week.</description>
		<content:encoded><![CDATA[<p>SOAP to classic ASP.<br />
I havent found any other info that worked, and is  easy to understand. You have made my day.<br />
Your my hero of the week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mortimernova</title>
		<link>http://www.kashflow.com/blog/consume-soap-from-vbscript/#comment-4057</link>
		<dc:creator>mortimernova</dc:creator>
		<pubDate>Mon, 08 Jun 2009 14:41:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kashflow.co.uk/?p=65#comment-4057</guid>
		<description>This is probably the most useful SOAP to classic ASP information I&#039;ve found in the last week. Everything I&#039;ve found has been broken and this is likely going to save me hours of more searching. Bravo to you and thanks for posting this up.</description>
		<content:encoded><![CDATA[<p>This is probably the most useful SOAP to classic ASP information I&#8217;ve found in the last week. Everything I&#8217;ve found has been broken and this is likely going to save me hours of more searching. Bravo to you and thanks for posting this up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klint</title>
		<link>http://www.kashflow.com/blog/consume-soap-from-vbscript/#comment-4056</link>
		<dc:creator>Klint</dc:creator>
		<pubDate>Tue, 09 Dec 2008 18:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kashflow.co.uk/?p=65#comment-4056</guid>
		<description>This post just made my day.  Thank you for posting your code for all.  It works like a charm, and the code is very logical and easy to understand.</description>
		<content:encoded><![CDATA[<p>This post just made my day.  Thank you for posting your code for all.  It works like a charm, and the code is very logical and easy to understand.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

