[wsf-c-dev] [jira] Commented: (WSFC-237) wsclient does not comply
with basic profile 1.1
damitha kumarage (JIRA)
jira at wso2.org
Mon Feb 11 23:49:44 PST 2008
[ http://wso2.org/jira/browse/WSFC-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15546#action_15546 ]
damitha kumarage commented on WSFC-237:
---------------------------------------
When I looked at the problem more closely I can see that this is not really a bug in wsclient, because --action
option is for wsa:action and not for SOAPAction. Further we cannot infer anything about the wsdl because what
we have here is just a message xml.
Also in ws-i 1.2 we have
R1144 When wsa:Action MAP is present in an envelope, the containing MESSAGE MUST specify a SOAPAction HTTP header with either a value that is an absolute URI that has the same value as the value of the wsa:Action MAP, or a value of "" (empty string).
> wsclient does not comply with basic profile 1.1
> -----------------------------------------------
>
> Key: WSFC-237
> URL: http://wso2.org/jira/browse/WSFC-237
> Project: WSO2 WSF/C
> Issue Type: Bug
> Reporter: damitha kumarage
>
> When the following command is executed(Modified from echo.sh sample)
> $WSFC_HOME/bin/wsclient --soap1.1 --no-mtom --action http://localhost/axis2/services/echoString http://localhost:9090/axis2/services/echo <$WSFC_HOME/bin/samples/wsclient/data/echo.xml
> I can see that the value of SOAPAction http header of the input soap message is an empty string.
> But according to Basic Profile 1.1 as quoted below
>
> R2744 - "A HTTP request MESSAGE MUST contain a SOAPAction HTTP header field with a quoted value equal to the value of the soapAction attribute of soapbind:operation, if present in the corresponding WSDL description."
> and
> R2745 - "A HTTP request MESSAGE MUST contain a SOAPAction HTTP header field with a quoted empty string value, if in the corresponding WSDL description, the soapAction of soapbind:operation is either not present, or present with an empty string as its value."
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://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