[wsf-c-dev] [Ruby] WSMessage API
Samisa Abeysinghe
samisa at wso2.com
Mon Oct 8 22:27:44 PDT 2007
I was looking at the API doc here:
http://www.wso2.org/wiki/display/wsfruby/WSMessage
There are minor improvements:
*/@str/* - Holds the SOAP request or response payload sent in the
message. @str is a XML string
should be changed to:
*/@str/* - Holds the SOAP request or response payload sent or received
in the message. @str is a XML string
*//**/@rexml/* /-/ A REXML^
<http://www.germane-software.com/software/rexml/> document
should be changed to:
*/@/**/rexml/* - Holds the SOAP request or response payload sent or
received in the message as a REXML^
<http://www.germane-software.com/software/rexml/> document
Also it says:
*/@headers/* - An array of SOAP Header objects being sent or received.
Is "SOAP Header objects" correct? We do not have a class like that in
the API. I think it is an array of strings; each string representing a
SOAP header.
BTW, PHP guys, does this work in PHP? I mean can one access the SOAP
headers using this member variable?
Thanks,
Samisa...
*//*
--
Samisa Abeysinghe : WSO2 WSF/PHP
"http://wso2.org/projects/wsf/php?WSO2 Web Services Framework%2FPHP - Open source PHP extention for providing and consuming Web services in PHP"
More information about the Wsf-c-dev
mailing list