Skip to main content
Fabian Paul (AlienBrainz.Pvt.Ltd) 님이 #Integration에 질문했습니다
Hello,

I am getting this particular error in my Partner WSDL file while generating the Apex class code from this..I have tried all the solution that given over in other posts.

But still getting the same error.

I am ubable to figure out, where its wrong?

 
답변 2개
  1. 2018년 8월 1일 오전 6:14
    Hi,

    Follow below steps which worked for me.

     replace the type "anytpe" to "string" in Notepad or any editor.below are the lines which you need to change  and then save it.

     

    <element name="NewValue" nillable="true" minOccurs="0" type="xsd:anyType"/>

    <element name="OldValue" nillable="true" minOccurs="0" type="xsd:anyType"/>

    Please mark it as solved if my reply was helpful, it will make it available

    for others as a proper solution.

    Best Regards,

    ​Sandhya

     
0/9000