function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Antonio Jesús Criado ManzanequeAntonio Jesús Criado Manzaneque 

I'm having problems with creating a new custom object with the Java method example

Hello, 
I have been reading a post (https://developer.salesforce.com/forums/?id=906F0000000AualIAC) and actually Im having the same problem with the wsc-v37.0.3. I tried to solve this error with a lot of versions but I'm still having the same problem.
     1. "The method create(CustomObject[]) is undefined for the type MetadataConnection" at line 58
     2. "The method checkStatus(String[]) is undefined for the type MetadataConnection" at line 76

This is my class: github - (https://github.com/ajcriado/Metadata/blob/master/Metadata.java)
Thank you!
VineetKumarVineetKumar
Check if these methods exists in the stub class
Antonio Jesús Criado ManzanequeAntonio Jesús Criado Manzaneque
How can I do that? Could you help me?
Thank you very much
VineetKumarVineetKumar
Perhaps check in different ws files