5 answers
Hey Mauricio,You can create a visualforce page and place it as an inline VF page on the contact page layout. This VF page will be used to display the outcome of your webservice call. Create a page block section in VF page which will be rendered based on a boolean variable. Control the value of the boolean variable in your code where your are calling the webservice. Hope this helps.