You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/11/02 16:37:50 UTC

[jira] Resolved: (CXF-1145) Not able to set the namespace for a service wsdl

     [ https://issues.apache.org/jira/browse/CXF-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1145.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.3
         Assignee: Daniel Kulp

> Not able to set the namespace for a service wsdl
> ------------------------------------------------
>
>                 Key: CXF-1145
>                 URL: https://issues.apache.org/jira/browse/CXF-1145
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Tawfik Lachheb
>            Assignee: Daniel Kulp
>            Priority: Critical
>             Fix For: 2.0.3
>
>
> We are trying to upgrade our published services from xfire to cxf using the simple frontend with aegis.  When we set the namespace for classes in the service's object model the namespaces appear ok.  The problem is that the namespace of the service class is auto-generated and becasue it does not match what we set for the object model, it causes issues with some client SOAP toolkits.
> In xfire, we used to be able to set the service namespace by doing something like this:
>     <bean id="..." class="org.codehaus.xfire.spring.remoting.XFireExporter">
>         <property name="namespace" ref="nameSpace"/>
>         ...
>     </bean>
> This capability does not seem to be available in cxf.
> We have tried setting the namespace in the service aegis file with no success.
> Thanks

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