[wsf-c-dev] [jira] Resolved: (WSFPHP-262) In wsdl2php.php generated code, function closing bracket not found.

Dimuthu Gamage (JIRA) jira at wso2.org
Wed Apr 16 09:00:17 PDT 2008


     [ https://wso2.org/jira/browse/WSFPHP-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimuthu Gamage resolved WSFPHP-262.
-----------------------------------

      Assignee: Dimuthu Gamage
    Resolution: Fixed

Fixed.
This happens when the operation has only the input message. Similar thing was happening when the operation has only the  output message. Now the complete function is generated regardless of it has only one of input or output message.

> In wsdl2php.php generated code, function closing bracket not found.
> -------------------------------------------------------------------
>
>                 Key: WSFPHP-262
>                 URL: https://wso2.org/jira/browse/WSFPHP-262
>             Project: WSO2 WSF/PHP
>          Issue Type: Bug
>         Environment: Windows
>            Reporter: Nandika Jayawardana
>            Assignee: Dimuthu Gamage
>
> // define PHP functions that maps to WSDL operations 
> function SubmitOrderTransactedQueue($input) {
>     // TODO: fill in the business logic
>     // NOTE: $input is of type SubmitOrderTransactedQueue
> function SubmitOrder($input) {
>     // TODO: fill in the business logic
>     // NOTE: $input is of type SubmitOrder
> function isOnline($input) {
>     // TODO: fill in the business logic
>     // NOTE: $input is of type isOnline
> Following is a part of code generated from the codegen tool. The function closing brackets are not there for SubmitOrder, isOnline, submitOrderTransactedQueue.

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