[wsf-c-dev] [jira] Commented: (WSFPHP-134) support adding reference parameters in addressing

Nandika Jayawardana (JIRA) jira at wso2.org
Sun Jul 20 09:23:52 PDT 2008


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

Nandika Jayawardana commented on WSFPHP-134:
--------------------------------------------

Currently we only allow users to set strings of type anyURI which are set as the address value of the corresponding endpoint refrence. By allowing the addressing options to be either an array or string, we can allow the other properties of the endpoint reference to be set if needed. 

When the array option will be user following options will be available.

"address"=>string
"refParams"=>array of xml strings,
"metadata"=>array of xml strings
"serviceName"=>string
"interface"=>string

Example code

WSClient(array("to"=>array("address"=>"http://test.org/examples/echoService.php",
			"referenceParameters"=>array($param1, $param2)));

> support adding reference parameters in addressing
> -------------------------------------------------
>
>                 Key: WSFPHP-134
>                 URL: https://wso2.org/jira/browse/WSFPHP-134
>             Project: WSO2 WSF/PHP
>          Issue Type: Improvement
>         Environment: Linux/Windows
>            Reporter: Nandika Jayawardana
>            Assignee: Nandika Jayawardana
>             Fix For: 2.0.0
>
>
> Current WSF/PHP client api does not support ws addressing reference parameters. Design an api and implement to support reference parameters.

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