<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/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>XML Web Services</title><link>http://forums.asp.net/28.aspx</link><description>All about building XML Web Services with ASP.NET - SOAP, WSDL, WCF, etc. &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=66&amp;c=17" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: web service to accept multiple records</title><link>http://forums.asp.net/thread/3274807.aspx</link><pubDate>Sat, 04 Jul 2009 16:15:19 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3274807</guid><dc:creator>johnwsaunders3</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3274807.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=28&amp;PostID=3274807</wfw:commentRss><description>&lt;p&gt;You can accept arbitrary XML in your web service by using a parameter of type XmlElement.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: web service to accept multiple records</title><link>http://forums.asp.net/thread/3271942.aspx</link><pubDate>Thu, 02 Jul 2009 17:35:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3271942</guid><dc:creator>qarjami</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3271942.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=28&amp;PostID=3271942</wfw:commentRss><description>&lt;p&gt;Client &amp;quot;matlab&amp;quot;&amp;nbsp;will use our webservices. as I understood from documentation they (matlab users)&amp;nbsp;want to call the webservices and have web services process bunch of records (the records from matlab is in xml format, we the developer will make sure xml schema is compatible). (assumption: i think matlab owner dont know how to process each record using web services, say for each loop). Hope I am clear now.&lt;/p&gt;</description></item><item><title>Re: web service to accept multiple records</title><link>http://forums.asp.net/thread/3270630.aspx</link><pubDate>Thu, 02 Jul 2009 07:32:45 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3270630</guid><dc:creator>nishanthnair</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3270630.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=28&amp;PostID=3270630</wfw:commentRss><description>&lt;p&gt;I am not sure if I understood your question.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Do u mean that the client will send your Webservice the SOAP XML ? or a list of XML strings as input parameters to your web method?&lt;/p&gt;&lt;p&gt;if latter is the case, accept inputs as List&amp;lt;string&amp;gt; and each item in the list will be an XML string using which u can recreate your Rows or columns or whatever. So only one webservice call is required to process a bunch of records.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Please let me know if I was addressing the wrong issue.&amp;nbsp;&lt;/p&gt;</description></item><item><title>web service to accept multiple records</title><link>http://forums.asp.net/thread/3270177.aspx</link><pubDate>Thu, 02 Jul 2009 03:08:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3270177</guid><dc:creator>qarjami</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3270177.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=28&amp;PostID=3270177</wfw:commentRss><description>&lt;p&gt;1. I have a web service that is designed to accept data for (get, insert, delete and update)&lt;br /&gt;2. It&amp;#39;s been tested and works.&lt;br /&gt;3. Now I have a bigger issue. The users wants to feed the web services bunch of records (with multiple columns) in xml format. Web Service should take this data and perform which ever method is called.&lt;/p&gt;
&lt;p&gt;Is there any examples on google or here that target this type of issue.&lt;/p&gt;</description></item></channel></rss>