[wsf-c-dev] [jira] Issue Comment Edited: (WSFPHP-222) Syntax error in generated code with wsdl2php script

Lahiru Gunathilake (JIRA) jira at wso2.org
Tue Feb 26 01:01:44 PST 2008


    [ https://wso2.org/jira/browse/WSFPHP-222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15746#action_15746 ] 

lahiru edited comment on WSFPHP-222 at 2/26/08 9:01 AM:
--------------------------------------------------------------------

After writing the service and client correctly for this wsdl in wsdl_mode it send the request successfully but in the response it gives this message.I've validated this wsdl and no errors reported.And with WSDL2C tool works fine with this wsdl.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode>soapenv:Server</faultcode>
         <faultstring>Operation Not Found</faultstring>
         <detail>
            <Exception>Operation Not Found, Endpoint referance address is http://127.0.0.1:8080/FourLevelTestDocService_service.php and wsa actions is (null)</Exception>
         </detail>
      </soapenv:Fault>
   </soapenv:Body></soapenv:Envelope>

Regards
lahiru

      was (Author: lahiru):
    After writing the service and client correctly for this wsdl in wsdl_mode it send the request successfully but in the response it gives this message.I've validated this wsdl and no errors reported.And with WSDL2C tool works fine with this wsdl.

Regards
lahiru
  
> Syntax error in generated code with wsdl2php script
> ---------------------------------------------------
>
>                 Key: WSFPHP-222
>                 URL: https://wso2.org/jira/browse/WSFPHP-222
>             Project: WSO2 WSF/PHP
>          Issue Type: Bug
>    Affects Versions: Current (nightly)
>         Environment: Ubuntu 7.10
>            Reporter: Lahiru Gunathilake
>         Attachments: FourLevelTestDoc.wsdl, FourLevelTestDocService_client.php, FourLevelTestDocService_service.php
>
>
> I've generated php code for attached wsdl but in generated there's a syntax error in server side.I've attach that file too.And with this wsdl in the client side code it doesn't call the service operation using $proxy  variable.Normally for the other wsdl's it calls appropriate operation in generated code.

-- 
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

        



More information about the Wsf-c-dev mailing list