Posts by Marlon Boecker • 1 point
1 post
-
0
votes0
answers182
viewsQ: WRONG PHP XML SOAP UPLOAD
I’m trying to send data to a webservice and I can’t. $url = "http://plataformasintese.com:8085/IntegrationService.asmx?WSDL"; $wsdl = $url; $client = new SOAPClient($wsdl,array("trace" => true,…