• venky reddy 6
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 4
    Replies
Hi,

I have to unable to reslove this situation. how to aviod  Unknown element: import error in generating proxy classes.
Develop-Apex classes-generate from wsdl-Upload a wsdl file-parse wsdl.
then i got the error message  Error: Failed to parse wsdl: Unknown element: import. 
pls can anyone help me.

Thanks 
Venkat
Hi,

Can anybody have the Oracle sales cloud with salesforce integration document. how to intgrate the oracle sales cloud and salesforce. Pls help me.


Thanks
Venkat
public class Test
{
   public pagerefernce testmethod()
  {
     if(input.length() == 3 && input.subString(0,1) == char1 && input.subString(1,2) == char2 && input.subString(2,3) == char3)
     {
      stmt;
     }
       else
      {
           stmt;
      }
  }
}
 
Hi,

I have to unable to reslove this situation. how to aviod  Unknown element: import error in generating proxy classes.
Develop-Apex classes-generate from wsdl-Upload a wsdl file-parse wsdl.
then i got the error message  Error: Failed to parse wsdl: Unknown element: import. 
pls can anyone help me.

Thanks 
Venkat
public class Test
{
   public pagerefernce testmethod()
  {
     if(input.length() == 3 && input.subString(0,1) == char1 && input.subString(1,2) == char2 && input.subString(2,3) == char3)
     {
      stmt;
     }
       else
      {
           stmt;
      }
  }
}