[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wsf-c-dev
Subject:    [wsf-c-dev] [jira] Created: (WSFPHP-404) WSClient -
From:       "Plamen Mishev (JIRA)" <jira () wso2 ! org>
Date:       2009-08-24 12:09:00
Message-ID: 558312732.43871251115740852.JavaMail.jira () wso2 ! org ! ec2 ! wso2 ! com
[Download RAW message or body]

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@wso2.org
https://wso2.org/cgi-bin/mailman/listinfo/wsf-c-dev


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic