Leser: 22
1
2
3
4
5
6
7
$client = new SoapClient('http://......./?wsdl',
array
(
"trace" => 1,
"exceptions" => 0
)
);
2010-05-21T12:41:15 lichtkindCode: (dl )my $hashref = [
my $hashref = { "trace" => 1, "exceptions" => 0};
2010-05-21T12:41:15 lichtkind
2010-05-21T12:42:05 TaulmarillAllerdings habe ich in der Doku dieses Interface nicht gefunden. Zum tracing musst du wohl SOAP::Trace benutzen (ist Bestandteil von SOAP-Lite). Zu der Option "exceptions" hab ich nix gefunden.
2010-05-21T12:46:15 reneeNee, das sind Anweisungen für den SOAP-Client. Siehe http://php.net/manual/en/soapclient.soapclient.php