<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Creating Browser Interfaces to Service Manager using the SDK</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/07/creating-browser-interfaces-to-service-manager-using-the-sdk.aspx</link><description>Patrik Sundqvist , a Solution Architect at our partner ATEA Spintop , has put together a great example of using the SDK by extending the new user provisioning solution I provided earlier with a web interface. Having a web interface to automated solutions</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Creating Browser Interfaces to Service Manager using the SDK</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/07/creating-browser-interfaces-to-service-manager-using-the-sdk.aspx#3382101</link><pubDate>Mon, 24 Jan 2011 15:12:56 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3382101</guid><dc:creator>Travis Wright MSFT</dc:creator><description>&lt;p&gt;@Kris&lt;/p&gt;
&lt;p&gt;The SDK binaries are installed with the product on the System Center Service Manager management server. &amp;nbsp;They are located in the directory C:\Program Files\Microsoft System Center\Service Manager 2010\SDK Binaries.&lt;/p&gt;
&lt;p&gt;You can get the documentation here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/b/servicemanager/archive/2010/07/09/update-on-scsm-sdk-documentation-new-location.aspx"&gt;blogs.technet.com/.../update-on-scsm-sdk-documentation-new-location.aspx&lt;/a&gt; &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3382101" width="1" height="1"&gt;</description></item><item><title>re: Creating Browser Interfaces to Service Manager using the SDK</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/07/creating-browser-interfaces-to-service-manager-using-the-sdk.aspx#3382099</link><pubDate>Mon, 24 Jan 2011 15:07:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3382099</guid><dc:creator>Kris Senden</dc:creator><description>&lt;p&gt;How can I get the SDK?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3382099" width="1" height="1"&gt;</description></item><item><title>re: Creating Browser Interfaces to Service Manager using the SDK</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/07/creating-browser-interfaces-to-service-manager-using-the-sdk.aspx#3378637</link><pubDate>Thu, 06 Jan 2011 04:30:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3378637</guid><dc:creator>waran</dc:creator><description>&lt;p&gt;Hi Travis; &lt;/p&gt;
&lt;p&gt;Happy New Year!.&lt;/p&gt;
&lt;p&gt;The code that i used in my web app is&lt;/p&gt;
&lt;p&gt;string strDisplayName = UserPrincipal.Current.DisplayName&lt;/p&gt;
&lt;p&gt;cr.SetCreatedByUser(strDisplayName,&amp;quot;Domain&amp;quot;);&lt;/p&gt;
&lt;p&gt;SetCreatedByUser is as per your code sample.&lt;/p&gt;
&lt;p&gt;I have also tried this line of code &lt;/p&gt;
&lt;p&gt;strDisplayName = Environment.UserDomainName.ToLower() + &amp;quot;\\&amp;quot; + Environment.UserName;&lt;/p&gt;
&lt;p&gt;cr.SetCreatedByUser(Environment.UserName, Environment.UserDomainName);&lt;/p&gt;
&lt;p&gt;yet the same error. I would be doing something wrong or missing something.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3378637" width="1" height="1"&gt;</description></item><item><title>re: Creating Browser Interfaces to Service Manager using the SDK</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/07/creating-browser-interfaces-to-service-manager-using-the-sdk.aspx#3378550</link><pubDate>Wed, 05 Jan 2011 17:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3378550</guid><dc:creator>Travis Wright MSFT</dc:creator><description>&lt;p&gt;@Mike - &lt;/p&gt;
&lt;p&gt;Hang tight - I&amp;#39;ve got some exciting stuff coming later this month.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3378550" width="1" height="1"&gt;</description></item><item><title>re: Creating Browser Interfaces to Service Manager using the SDK</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/07/creating-browser-interfaces-to-service-manager-using-the-sdk.aspx#3378476</link><pubDate>Wed, 05 Jan 2011 10:08:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3378476</guid><dc:creator>Mike</dc:creator><description>&lt;p&gt;Hi Travis,&lt;/p&gt;
&lt;p&gt;created the browser interface as per your article. Thanx!&lt;/p&gt;
&lt;p&gt;Question now is, how do I also pass the file attachments to Service Manager from a browser based form? Users will want to send screenshots, etc for more detailed troubleshooting.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3378476" width="1" height="1"&gt;</description></item><item><title>re: Creating Browser Interfaces to Service Manager using the SDK</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/07/creating-browser-interfaces-to-service-manager-using-the-sdk.aspx#3378251</link><pubDate>Mon, 03 Jan 2011 23:20:06 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3378251</guid><dc:creator>Travis Wright MSFT</dc:creator><description>&lt;p&gt;@Waran - &lt;/p&gt;
&lt;p&gt;Can you please share the part of your source code where you are trying to set the created by user?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3378251" width="1" height="1"&gt;</description></item><item><title>re: Creating Browser Interfaces to Service Manager using the SDK</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/07/creating-browser-interfaces-to-service-manager-using-the-sdk.aspx#3376701</link><pubDate>Wed, 22 Dec 2010 03:50:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3376701</guid><dc:creator>Waran</dc:creator><description>&lt;p&gt;Firstly I would like to thank you for excellent article. I managed to create a web brower interface based on your sample. But I have hit a brick with the &amp;quot;Created By&amp;quot; user field, based on the function given in your sample app,I passed the &amp;quot;user\domain&amp;quot; value but I keeping getting an error &amp;quot;user\domain&lt;/p&gt;
&lt;p&gt;does not exist in service manager. Can you shed some light on this? &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3376701" width="1" height="1"&gt;</description></item><item><title>re: Creating Browser Interfaces to Service Manager using the SDK</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/07/creating-browser-interfaces-to-service-manager-using-the-sdk.aspx#3362404</link><pubDate>Sat, 16 Oct 2010 16:51:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3362404</guid><dc:creator>Travis Wright MSFT</dc:creator><description>&lt;p&gt;@Working SDK Binaries - &lt;/p&gt;
&lt;p&gt;Yes, you can create incidents or change requests using the SDK binaries. &amp;nbsp;A couple of code examples:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/b/servicemanager/archive/2009/12/08/creating-incidents-in-service-manager-programmatically-on-the-command-line.aspx"&gt;blogs.technet.com/.../creating-incidents-in-service-manager-programmatically-on-the-command-line.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.technet.com/b/servicemanager/archive/2010/10/04/using-the-sdk-to-create-and-edit-objects-and-relationships-using-type-projections.aspx"&gt;blogs.technet.com/.../using-the-sdk-to-create-and-edit-objects-and-relationships-using-type-projections.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3362404" width="1" height="1"&gt;</description></item><item><title>re: Creating Browser Interfaces to Service Manager using the SDK</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/07/creating-browser-interfaces-to-service-manager-using-the-sdk.aspx#3362388</link><pubDate>Sat, 16 Oct 2010 10:09:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3362388</guid><dc:creator>Working SDK Binaries</dc:creator><description>&lt;p&gt;Please clarify, Is there a way to i save or send request to incident or change management from my own custom form using SDK Binaries without creating a XML in Authoring Tools ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3362388" width="1" height="1"&gt;</description></item><item><title>re: Creating Browser Interfaces to Service Manager using the SDK</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/01/07/creating-browser-interfaces-to-service-manager-using-the-sdk.aspx#3359473</link><pubDate>Sat, 02 Oct 2010 11:31:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3359473</guid><dc:creator>Sajid</dc:creator><description>&lt;p&gt;Can i work through DLL and assembly which is given in SDK Binaries. can you help us giving some more information on it. Thanks for all your support&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3359473" width="1" height="1"&gt;</description></item></channel></rss>