Posts by Daniel Lessa • 9 points
3 posts
-
-1
votes2
answers6384
viewsA: Consume web service (WSDL) in PHP
<?php $client = new SoapClient('https://epfweb.safra.com.br/WCF/SvcContratos.svc?wsdl'); $arguments = [ 'GerarToken' => [ 'objLogin' => [ 'DsUsuario' =>…
-
0
votes3
answers6815
viewsA: Eslint captured an error, Parsing error: Unexpected token =
Make sure that the location where you declared Function is within the class of the component in question and outside another Function. Example of common error: render() { updateDay = () => {…
-
1
votes3
answers704
viewsA: Background image
Add the property: "background-position: center" to the image .background-gray2-no-padding { background-color: #C4C3C2; margin-top: -1em; } .background-gray2-no-padding div { padding-top: 5em;…