• Roisin Kelly
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi There,

When I try to Generate Apex Class from WSDL I get the error Error: Failed to parse wsdl: Unsupported Schema element found http://www.w3.org/2001/XMLSchema:group.
the specific section it has an issue with is:


    <group name="dynamicRecipientsContent">
        <choice>
            <element name="recipientDetail" type="mir3:recipientDetailType" />
            <element name="recipient" type="mir3:recipientType" />
            <element name="recipientGroupTitle" type="string" />
            <element name="recipientScheduleTitle" type="string" />
        </choice>
    </group>
   <complexType name="dynamicRecipients2Type">
        <group ref="mir3:dynamicRecipientsContent" minOccurs="0" maxOccurs="unbounded" />
    </complexType>

Can anyone help with this?
Hi There,
I am trying to complete the module "User Authentication" and in the section "Securing Your Users' Identity" I am trying to complete the excercise, I am having an issue becuase the last task in the excercise involves downloading "Salesforce Authentication" from either iOS store or Google Play store, the issue I am having is that I have a Windows Phone 10 and the app currently is not available in the App Store, can anyone help me with a work around for this please?