• Michael Zink 8
  • NEWBIE
  • 10 Points
  • Member since 2020

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

Just starting out in salesforce and wanting to do a proof of concept.
This involves connecting to an external wsdl api that is using style=rpc.

I can see the WSDL2Apex doesnt support rpc.

So I am trying to figure out how to create a custom apex class that i can connect to the api and pass in the credentials and paramaters.

I have managed to connect to this api and run tests using soap ui software, but not sure how to make this happen in a apex class.

If anyone has any suggestions that would be great.
Thanks.
Hello.

Just starting out in salesforce and wanting to do a proof of concept.
This involves connecting to an external wsdl api that is using style=rpc.

I can see the WSDL2Apex doesnt support rpc.

So I am trying to figure out how to create a custom apex class that i can connect to the api and pass in the credentials and paramaters.

I have managed to connect to this api and run tests using soap ui software, but not sure how to make this happen in a apex class.

If anyone has any suggestions that would be great.
Thanks.