You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Mark Whitlock (JIRA)" <ax...@ws.apache.org> on 2005/03/11 14:33:58 UTC

[jira] Commented: (AXISCPP-531) Inconsistent quoting of SOAPAction

     [ http://issues.apache.org/jira/browse/AXISCPP-531?page=comments#action_60646 ]
     
Mark Whitlock commented on AXISCPP-531:
---------------------------------------

I discussed this with Adrian, and he said that the value of the SOAPAction MUST always be in double quotes (according to the SOAP spec). So a good fix would be for both Call and Stub to check if the value is enclosed in quotes and if not, to add them.


> Inconsistent quoting of SOAPAction
> ----------------------------------
>
>          Key: AXISCPP-531
>          URL: http://issues.apache.org/jira/browse/AXISCPP-531
>      Project: Axis-C++
>         Type: Bug
>     Reporter: Mark Whitlock

>
> Call::setTransportProperty always puts double quotes ("") around the value of the SOAPAction, whereas Stub::setTransportProperty does not. This looks inconsistent to me. Do some servers require that the SOAPAction always be in double quotes? If so, surely Call::setTransportProperty should also behave in the same way. The code to add the quotes was added under AXISCPP-131.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira