<?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: Calling a custom Salesforce Apex web service from C#</title>
	<atom:link href="http://whiterabbitservices.com/2011/04/01/calling-a-custom-salesforce-apex-web-service-from-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://whiterabbitservices.com/2011/04/01/calling-a-custom-salesforce-apex-web-service-from-c/</link>
	<description>An Adventure of White Rabbit Services, Inc.</description>
	<lastBuildDate>Tue, 17 Apr 2012 15:04:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Warren</title>
		<link>http://whiterabbitservices.com/2011/04/01/calling-a-custom-salesforce-apex-web-service-from-c/#comment-111</link>
		<dc:creator>Warren</dc:creator>
		<pubDate>Sun, 02 Oct 2011 13:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://whiterabbitservices.com/?p=111#comment-111</guid>
		<description>Hi Mike,

Many thanks for your post. It assisted me with a short deadline that I had committed too :)

Regards,
Warren</description>
		<content:encoded><![CDATA[<p>Hi Mike,</p>
<p>Many thanks for your post. It assisted me with a short deadline that I had committed too <img src='http://whiterabbitservices.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards,<br />
Warren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://whiterabbitservices.com/2011/04/01/calling-a-custom-salesforce-apex-web-service-from-c/#comment-60</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 23 Aug 2011 01:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://whiterabbitservices.com/?p=111#comment-60</guid>
		<description>Sorry, I&#039;m not an expert on SQL Server jobs, so I&#039;m not sure how you would trigger the process from a job. But you might look at CLR Integration to see if that will help. That might allow you to trigger some code written in C# to query SQL and call your Apex web service with the new data.</description>
		<content:encoded><![CDATA[<p>Sorry, I&#8217;m not an expert on SQL Server jobs, so I&#8217;m not sure how you would trigger the process from a job. But you might look at CLR Integration to see if that will help. That might allow you to trigger some code written in C# to query SQL and call your Apex web service with the new data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sidhartha</title>
		<link>http://whiterabbitservices.com/2011/04/01/calling-a-custom-salesforce-apex-web-service-from-c/#comment-57</link>
		<dc:creator>Sidhartha</dc:creator>
		<pubDate>Mon, 22 Aug 2011 20:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://whiterabbitservices.com/?p=111#comment-57</guid>
		<description>Hi Michael,

I have a requirement where I need to insert or update records in custom designed Apex Salesforce WebService which gets records from SQL job on nightly basis.

Let me know how to trigger WebService from SQL job we aren&#039;t using SSIS.Also suggest on how the integration will happen from SQL job to WebService.

Thanks,
Sidhartha</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I have a requirement where I need to insert or update records in custom designed Apex Salesforce WebService which gets records from SQL job on nightly basis.</p>
<p>Let me know how to trigger WebService from SQL job we aren&#8217;t using SSIS.Also suggest on how the integration will happen from SQL job to WebService.</p>
<p>Thanks,<br />
Sidhartha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://whiterabbitservices.com/2011/04/01/calling-a-custom-salesforce-apex-web-service-from-c/#comment-3</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 04 Apr 2011 15:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://whiterabbitservices.com/?p=111#comment-3</guid>
		<description>Thanks, Michael - I was wondering about that, too, and I appreciate the info. As soon as I can get around to adding that to the code and testing it I&#039;ll post an update.</description>
		<content:encoded><![CDATA[<p>Thanks, Michael &#8211; I was wondering about that, too, and I appreciate the info. As soon as I can get around to adding that to the code and testing it I&#8217;ll post an update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Rask Christensen</title>
		<link>http://whiterabbitservices.com/2011/04/01/calling-a-custom-salesforce-apex-web-service-from-c/#comment-2</link>
		<dc:creator>Michael Rask Christensen</dc:creator>
		<pubDate>Mon, 04 Apr 2011 07:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://whiterabbitservices.com/?p=111#comment-2</guid>
		<description>You need to call the custom web service with the endpint that you get from the login. The generated WSDL has an endpoint that points to the sf instance that it was generated from, which cannot be trusted for production use. Both because your WSDL may very well have been generated from a sand box and because sf may move your Org to another production server in case you generated the WSDL from your production sf.</description>
		<content:encoded><![CDATA[<p>You need to call the custom web service with the endpint that you get from the login. The generated WSDL has an endpoint that points to the sf instance that it was generated from, which cannot be trusted for production use. Both because your WSDL may very well have been generated from a sand box and because sf may move your Org to another production server in case you generated the WSDL from your production sf.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

