Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6242471
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T11:57:46+00:00 2026-05-24T11:57:46+00:00

Fatal error: Uncaught SoapFault exception: [103] Attribute include_in_menu is required. was throwed when I

  • 0

“Fatal error: Uncaught SoapFault exception: [103] Attribute “include_in_menu” is required.” was throwed when I using Magento API to create a category.

In the Magento API, it says I need an array like this,

         array(
            'name'=>'Newopenerp',
            'is_active'=>1,
            'include_in_menu'=>2,
            'available_sort_by'=>'position',
            'default_sort_by'=>'position'
           )

When I run my script in localhost with Magento 1.5.1, everything looks fine. While in the server with Magento 1.5.0, this exception was thrown. I am wondering if this is caused by version change.

I tried my best to debug this, got nothing after one day. I make sure this is a problem of Magento API, maybe there is a another data type for ‘include_in_menu‘ in Magento 1.5.0.

I really want to know what happened here!

PS:
I got some useful information at http://sourceforge.net/projects/jtlmage/forums/forum/1009350/topic/4028894. But it’s not in English so I can’t get what it means. Hope it’s helpful for anyone’s help!

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T11:57:47+00:00Added an answer on May 24, 2026 at 11:57 am

    Please go to this path “app/code/core/Mage/Catalog/etc/“, and open this file “wsdl.xml“. Then go to this line #187, and you will find this following code block for the Magento v1.5.0.1:-

    <complexType name="catalogCategoryEntityCreate">
        <all>
            <element name="name" type="xsd:string" minOccurs="0" />
            <element name="is_active" type="xsd:int" minOccurs="0" />
            <element name="position" type="xsd:int" minOccurs="0" />
            <element name="available_sort_by" type="typens:ArrayOfString" minOccurs="0" />
            <element name="custom_design" type="xsd:string" minOccurs="0" />
            <element name="custom_design_apply" type="xsd:int" minOccurs="0" />
            <element name="custom_design_from" type="xsd:string" minOccurs="0" />
            <element name="custom_design_to" type="xsd:string" minOccurs="0" />
            <element name="custom_layout_update" type="xsd:string" minOccurs="0" />
            <element name="default_sort_by" type="xsd:string" minOccurs="0" />
            <element name="description" type="xsd:string" minOccurs="0" />
            <element name="display_mode" type="xsd:string" minOccurs="0" />
            <element name="is_anchor" type="xsd:int" minOccurs="0" />
            <element name="landing_page" type="xsd:int" minOccurs="0" />
            <element name="meta_description" type="xsd:string" minOccurs="0" />
            <element name="meta_keywords" type="xsd:string" minOccurs="0" />
            <element name="meta_title" type="xsd:string" minOccurs="0" />
            <element name="page_layout" type="xsd:string" minOccurs="0" />
            <element name="url_key" type="xsd:string" minOccurs="0" />
        </all>
    </complexType>
    

    Here if you follow all the elements, you will be able to know what all attributes / elements are required.

    As for your question, you are right that in Magento v1.5.1.0, the element “include_in_menu” is present for the same attribute. However, the Magento v1.5.0.1 doesn’t have any such element present in the “wsdl.xml” file, and you will require to remove this element from your array elements list.

    Also I would like to let you know that I would not recommend you to add this element in the “complexType” data, since that will mean that you are making holes in the core & that will only hamper your Magento when you will make any upgradation of your Magento core.

    Hope it helps.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Fatal error: Uncaught exception 'EppCommandsExceptions' with message 'Required parameter missing' The line in question:
PHP Fatal error: Uncaught SoapFault exception: [soap:Server] System.Web.Services.Protocols.SoapE xception: Server was unable to process
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing Schema: can't import schema from 'http://schemas.xmlsoap.org/soap/encoding/'
I get this error when using some library called: Mcrypt extension: Fatal error: Uncaught
Doctrine_Core::createTablesFromModels() is failing with the following error: Fatal error: Uncaught exception 'Doctrine_Connection_Mysql_Exception' with message
I've got this error: Fatal error: Uncaught exception 'MySQLiQuery_Exception' with message 'Illegal mix of
I get the following error message: Fatal error: Uncaught exception 'Zend_Exception' with message 'File
By default error page in ZF looks like this: Fatal error: Uncaught exception 'Zend_Form_Exception'
Fatal error: Uncaught exception 'ImagickDrawException' with message 'The given font is not found in
so I encountered this error from Zend Framework: Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.