[wsf-c-dev] [jira] Created: (WSFPHP-3) add an api to add soap
headers
Nandika Jayawardana (JIRA)
jira at wso2.org
Thu Dec 21 22:00:19 PST 2006
add an api to add soap headers
------------------------------
Key: WSFPHP-3
URL: http://www.wso2.org/jira/browse/WSFPHP-3
Project: WSO2 WSF-PHP
Issue Type: New Feature
Reporter: Nandika Jayawardana
Assigned To: Samisa Abeysinghe
Add a property to WSMessage object named 'headers'.
We should also introduce a WSHeader object,
representing a SOAP header block (would WSSOAPHeader be a better name?).
The headers property on an incoming message would be a list of WSHeader
objects. On the outgoing message the headers property would be a list
containing WSHeader, simpleXML, string or DOM objects. The WSHeader
should have dom, str and simpleXML members, like the WSMessage object,
so that the user can conveniently get the header of an incoming message
in whatever form they want. There should also be a member on WSHeader
for each SOAP-defined attribute (such as mustUnderstand). The headers
would be settable by a message-level "headers" option. Making the
getProxy method take an options array allows headers to be specified for
messages sent via the proxy.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://www.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