Wed Dec 03, 2008 3:05 am |
Replies: 3 |
Views: 12031 |
|
 |
Ok, it's solved At the end i was able to send the xml string just with this:
$mysoapmsg = $client->serializeEnvelope($XMLstring,'',array(),'document', 'literal');
...
|
Thu Nov 27, 2008 8:27 am |
Replies: 3 |
Views: 12031 |
|
 |
I'm also tried sending the whole XML genrated "by hand", doing that way:
require_once("../recursos/lib/nusoap.php");
$proxyhost = isset($_POST["proxyhost ...
|
Thu Nov 27, 2008 5:38 am |
Replies: 3 |
Views: 12031 |
|
 |
The WSDL looks like this:
WSDL Schema
<?xml version="1.0" encoding="UTF-8" ?>
- <wsdl:definitions name="os_ReservaMaterialCrear" targetNamespace="u ...
|
Thu Nov 27, 2008 4:52 am |
Replies: 3 |
Views: 12031 |
|
 |
Hi there! I'm having some trouble generating dynamically the associative array used on the call function.
Here is the XML i need to send:
<soapenv:Envelope xmlns:soapenv="http& ...
|