• Mick M
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi All,

 

Im completely new to web services to forgive me if this is really basic stuff, but im just experimenting with integrating my dev account with amazon and i've down loaded the wsdl and im trying to generate apex from that, but when i try and parse the wsdl i get this error:

 

Error: Failed to parse wsdl: attribute name can not be null at: 121:77

 

this is from the wsdl:

 

<xsd:complexType name="ArtistArray">

   <xsd:complexContent>

      <xsd:restriction base="soapenc:Array">

         <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>

      </xsd:restriction>

   </xsd:complexContent>

</xsd:complexType>

 

and line 121 is in bold, has anyone any idea what i need to do to get this to parse?

 

Thanks All


  • March 03, 2012
  • Like
  • 0

Hi,

 

   I am trying to parse wsdl.I am getting above error.Here is the link to wsdl file.http://integration.services.7-5.identifythebest.com/service.asmx?wsdl

 

Thanks