[wsf-c-dev] [jira] Created: (WSFPHP-262) In wsdl2php.php generated
code, function closing bracket not found.
Nandika Jayawardana (JIRA)
jira at wso2.org
Wed Apr 16 04:18:17 PDT 2008
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
// 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