• SebastianSoanca
  • NEWBIE
  • 0 Points
  • Member since 2009

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

Hello ,

 

I have to create a solution that get all items form a SF entity. I generate an Enterprise WSDL file   from SalesForce account. After that i tried to create a console application that connect to SF . I added WSDL file as web reference but i have a problem when i try to use that sample code provided in help documentation.

Problem is that i can't find SforceService to create an object from it. Can anyone help me ? 

 

 private SforceService binding;
static private WalkthroughSample walkthroughSample;

 

 

Thank you. 

Hello ,

 

I have to create a solution that get all items form a SF entity. I generate an Enterprise WSDL file   from SalesForce account. After that i tried to create a console application that connect to SF . I added WSDL file as web reference but i have a problem when i try to use that sample code provided in help documentation.

Problem is that i can't find SforceService to create an object from it. Can anyone help me ? 

 

 private SforceService binding;
static private WalkthroughSample walkthroughSample;

 

 

Thank you.