WSClient - XSLTProcessor::transformToDoc() - A potential infinite template recursion was detected
--------------------------------------------------------------------------------------------------
Key: WSFPHP-404
URL:
https://wso2.org/jira/browse/WSFPHP-404 Project: WSO2 WSF/PHP
Issue Type: Bug
Affects Versions: 1.2.0
Environment: Fedora Core 9, PHP 5.2.9, Apache 2.2.9,
Reporter: Plamen Mishev
Priority: High
here is the code I use to connect to a WS:
$url = '
http://ws.spexlive.net/service/soap/catalog?wsdl&appId=223284';$options = array (
'useSOAP' => '1.2',
'HTTPMethod' => 'POST',
'useMTOM' => 1,
'responseXOP' => 1,
'wsdl' => $url,
);
$client = new WSClient($options);
$proxy = $client->getProxy();
$proxy->GetVersion(); // in the SpexLive documentation GetVersion() function does not take any parameters
and I have this warnings :
Warning: XSLTProcessor::transformToDoc() [xsltprocessor.transformtodoc]: xsltApplyXSLTTemplate: A potential infinite template recursion was detected.
You can adjust xsltMaxDepth (--maxdepth) in order to raise the maximum number of nested template calls and variables/params (currently set to 3000). in /usr/share/pear/wso2_wsf_php/scripts/dynamic_invocation/wsf_wsdl_util.php on line 188
Warning: XSLTProcessor::transformToDoc() [xsltprocessor.transformtodoc]: #1 name complex-param in /usr/share/pear/wso2_wsf_php/scripts/dynamic_invocation/wsf_wsdl_util.php on line 188
And this warnings repeat for hundreds of time before I terminate the script.
As far as I figured what happens WSClient Proxy can not parse (if this is the right term) the wsdl supplied by SpexLive.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
_______________________________________________
Wsf-c-dev mailing list
Wsf-c-dev@...
https://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev