Posts by Leandro • 21 points
4 posts
-
1
votes2
answers580
viewsA: Error consuming Webservice SOAP in php
Well, I managed to solve the problem, I will leave the solution of what I did here, in case someone is with this same problem. The WSDL in question uses porType, and so it does not pass the…
-
0
votes2
answers580
viewsQ: Error consuming Webservice SOAP in php
I’m having a hard time consuming a Webservice in PHP, whenever I request via Soapclient I get the following error message: 'Nonetype' Object has no attribute 'unmarshall' The call is being made as…
-
0
votes1
answer564
viewsQ: Is there any way to align a justified text in Phpword?
I would like to align a text with phpWord as follows: $doc->addText('Meu texto justificado', array('size' => 9), array('align' => 'justify') But he doesn’t line up the text, I saw that…
-
1
votes0
answers687
viewsQ: Generate document . doc using HTML to format text and fixed footer on all pages
I have a big problem to generate a file .doc specific. My file .doc has a very complex table like document header, but this header will be done by hand and will not have to repeat on all pages. As…