<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
    <title>Magento Issue Tracking</title>
    <link>http://www.magentocommerce.com/bug-tracking/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>MagentoCommerce</dc:creator>
    <dc:rights>Copyright {gmt_date format="%Y"}</dc:rights>
    <dc:date>{gmt_date format="%Y-%m-%dT%H:%i:%s%Q"}</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
        <item>
        <title>View Issue #24648 / .NET SOAP - &quot;include_in_menu&quot; is require</title>
        <link>http://www.magentocommerce.com/bug-tracking/issue?issue=10251</link>
        <description><![CDATA[<strong>Posted:</strong> 2010-11-09 04:15:32<br/><strong>Category:</strong> Webservices API<br/><strong>Version:</strong> 1.4.2.0-rc1<br/><strong>Priority:</strong> normal<br/><strong>Status:</strong> closed<br/><strong>Reported By:</strong> <a href="http://www.magentocommerce.com/boards/member/9181/">thE_iNviNciblE</a></strong><br/><br/>hello dev-team, <br />
<br />
Attribute &quot;include_in_menu&quot; is required.<br />
<br />
i can't set this Attribut in the &quot;catalogCategoryEntityCreate&quot; Data... <br />
<br />
    Public Function setCategory_new(ByVal lvwItem As ListViewItem) As Boolean<br />
        Dim catData As New catalogCategoryEntityCreate<br />
        Dim iResult As Integer<br />
        Dim str(1) As String<br />
        str(0) = &quot;position&quot;<br />
        str(1) = &quot;name&quot;<br />
        catData.name = &quot;Testing&quot;<br />
        catData.is_active = 1<br />
        catData.is_activeSpecified = True<br />
        catData.available_sort_by = str<br />
        catData.default_sort_by = &quot;position&quot;<br />
<br />
        iResult = magentoAPI.catalogCategoryCreate(gbl_strSession, 2, catData, setStoreviewName)<br />
        MsgBox(iResult)<br />
<br />
    End Function<br/><br/><hr/>]]></description>
    </item>
    
                    <item>
        <title>RE: .NET SOAP - &quot;include_in_menu&quot; is require</title>
        <description><![CDATA[<em>#1 / Comment by <a href="http://www.magentocommerce.com/boards/member/197510/">kellnthi</a></em><br/><br/>Hi,<br />
you can modify the wsdl.xml for add &quot;include_in_menu&quot; or modify field &quot;is_required&quot; in table &quot;eav_attributes&quot; for this attribute.<br />
I think it's the same problem like http://www.magentocommerce.com/bug-tracking/issue?issue=10052]]></description>
    </item>
            <item>
        <title>RE: .NET SOAP - &quot;include_in_menu&quot; is require</title>
        <description><![CDATA[<em>#2 / Comment by Magento Team</em><br/><br/>Hello thE_iNviNciblE,<br />
<br />
This issue was fixed. The changes will be available in the next bugfix release.<br />
<br />
Thank you.]]></description>
    </item>
        </channel>
</rss>