You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Pete (JIRA)" <ji...@apache.org> on 2006/06/23 10:38:51 UTC

[jira] Created: (SM-470) servicemix-http has no way to set a soap action

servicemix-http has no way to set a soap action
-----------------------------------------------

         Key: SM-470
         URL: https://issues.apache.org/activemq/browse/SM-470
     Project: ServiceMix
        Type: Bug

  Components: servicemix-components  
    Versions: 3.0-M2    
    Reporter: Pete 
     Fix For: 3.0-M2


When using servicemix-http  we need to be able to set the soap action to a fixed value (well different for each web service)

See http://www.nabble.com/SAAJMarshaller---soapfault-content-getting-removed-t1830872.html#a5002091

Currently, the only way is to set  a property on the jbi message named
 "javax.jbi.protocol.headers" which should contain a map.  All elements
in this map will be added as http headers on the outgoing request.

This  JIRA is to add a way to configure the value of the soap
action header directly on the deployed http endpoint.

thanks
Pete


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


[jira] Reopened: (SM-470) servicemix-http has no way to set a soap action

Posted by "satya sunkara (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-470?page=all ]

satya sunkara reopened SM-470:
------------------------------

             
1) Soap action is needed for all the operations of a webservice. It is not possible to specify multiple soapactions ,if provided as an attribute.

2)localhost:8192/service/main.wsdl is not able to generate wsdl with  proper soapaction URI even after specifying the value in xbean.xml

It generates an empty soapaction attribute like the following

<wsdlsoap:operation soapAction="" />

Services running on .Net throws an error "unrecognized soapaction" when called from a proxy generated by using servicemix's   main.wsdl.






> servicemix-http has no way to set a soap action
> -----------------------------------------------
>
>                 Key: SM-470
>                 URL: https://issues.apache.org/activemq/browse/SM-470
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-components
>    Affects Versions: 3.0-M2
>            Reporter: Pete 
>         Assigned To: Guillaume Nodet
>             Fix For: 3.0
>
>
> When using servicemix-http  we need to be able to set the soap action to a fixed value (well different for each web service)
> See http://www.nabble.com/SAAJMarshaller---soapfault-content-getting-removed-t1830872.html#a5002091
> Currently, the only way is to set  a property on the jbi message named
>  "javax.jbi.protocol.headers" which should contain a map.  All elements
> in this map will be added as http headers on the outgoing request.
> This  JIRA is to add a way to configure the value of the soap
> action header directly on the deployed http endpoint.
> thanks
> Pete

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

        

[jira] Resolved: (SM-470) servicemix-http has no way to set a soap action

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-470?page=all ]
     
Guillaume Nodet resolved SM-470:
--------------------------------

    Fix Version: 3.0
                     (was: 3.0-M2)
     Resolution: Fixed
      Assign To: Guillaume Nodet

Author: gnodet
Date: Fri Jun 23 06:08:58 2006
New Revision: 416712

URL: http://svn.apache.org/viewvc?rev=416712&view=rev
Log:
SM-470: ability to set the soap action on a provider endpoint
Use string constants for headers

Added:
    incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/processors/Constants.java
Modified:
    incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/HttpEndpoint.java
    incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ConsumerProcessor.java
    incubator/servicemix/trunk/servicemix-http/src/main/java/org/apache/servicemix/http/processors/ProviderProcessor.java



> servicemix-http has no way to set a soap action
> -----------------------------------------------
>
>          Key: SM-470
>          URL: https://issues.apache.org/activemq/browse/SM-470
>      Project: ServiceMix
>         Type: Bug

>   Components: servicemix-components
>     Versions: 3.0-M2
>     Reporter: Pete 
>     Assignee: Guillaume Nodet
>      Fix For: 3.0

>
>
> When using servicemix-http  we need to be able to set the soap action to a fixed value (well different for each web service)
> See http://www.nabble.com/SAAJMarshaller---soapfault-content-getting-removed-t1830872.html#a5002091
> Currently, the only way is to set  a property on the jbi message named
>  "javax.jbi.protocol.headers" which should contain a map.  All elements
> in this map will be added as http headers on the outgoing request.
> This  JIRA is to add a way to configure the value of the soap
> action header directly on the deployed http endpoint.
> thanks
> Pete

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


[jira] Updated: (SM-470) servicemix-http has no way to set a soap action

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-470?page=all ]

Guillaume Nodet updated SM-470:
-------------------------------

    Fix Version/s: 3.1
                       (was: 3.0)

> servicemix-http has no way to set a soap action
> -----------------------------------------------
>
>                 Key: SM-470
>                 URL: https://issues.apache.org/activemq/browse/SM-470
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-components
>    Affects Versions: 3.0-M2
>            Reporter: Pete 
>         Assigned To: Guillaume Nodet
>             Fix For: 3.1
>
>
> When using servicemix-http  we need to be able to set the soap action to a fixed value (well different for each web service)
> See http://www.nabble.com/SAAJMarshaller---soapfault-content-getting-removed-t1830872.html#a5002091
> Currently, the only way is to set  a property on the jbi message named
>  "javax.jbi.protocol.headers" which should contain a map.  All elements
> in this map will be added as http headers on the outgoing request.
> This  JIRA is to add a way to configure the value of the soap
> action header directly on the deployed http endpoint.
> thanks
> Pete

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

        

[jira] Updated: (SM-470) servicemix-http has no way to set a soap action

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated SM-470:
-------------------------------

    Fix Version/s:     (was: 3.1)
                   3.2

> servicemix-http has no way to set a soap action
> -----------------------------------------------
>
>                 Key: SM-470
>                 URL: https://issues.apache.org/activemq/browse/SM-470
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-components
>    Affects Versions: 3.0-M2
>            Reporter: Pete 
>         Assigned To: Guillaume Nodet
>             Fix For: 3.2
>
>
> When using servicemix-http  we need to be able to set the soap action to a fixed value (well different for each web service)
> See http://www.nabble.com/SAAJMarshaller---soapfault-content-getting-removed-t1830872.html#a5002091
> Currently, the only way is to set  a property on the jbi message named
>  "javax.jbi.protocol.headers" which should contain a map.  All elements
> in this map will be added as http headers on the outgoing request.
> This  JIRA is to add a way to configure the value of the soap
> action header directly on the deployed http endpoint.
> thanks
> Pete

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SM-470) servicemix-http has no way to set a soap action

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SM-470.
--------------------------------

    Resolution: Fixed

> servicemix-http has no way to set a soap action
> -----------------------------------------------
>
>                 Key: SM-470
>                 URL: https://issues.apache.org/activemq/browse/SM-470
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-components
>    Affects Versions: 3.0-M2
>            Reporter: Pete 
>         Assigned To: Guillaume Nodet
>             Fix For: 3.2
>
>
> When using servicemix-http  we need to be able to set the soap action to a fixed value (well different for each web service)
> See http://www.nabble.com/SAAJMarshaller---soapfault-content-getting-removed-t1830872.html#a5002091
> Currently, the only way is to set  a property on the jbi message named
>  "javax.jbi.protocol.headers" which should contain a map.  All elements
> in this map will be added as http headers on the outgoing request.
> This  JIRA is to add a way to configure the value of the soap
> action header directly on the deployed http endpoint.
> thanks
> Pete

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.