Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-1834

The corba prefix is not present in the physical part of the wsdl when a yoko corba namespace is used.

    XMLWordPrintableJSON

Details

    Description

      The corba prefix is not present in the physical part of the wsdl returned on the wire, when the original wsdl used the old yoko corba namespace: "http://schemas.apache.org/yoko/bindings/corba"

      eg.
      <wsdl:binding name="HelloWorldCORBABinding" type="tns:HelloWorld">
      <ns2:binding xmlns:ns2="http://cxf.apache.org/bindings/corba" bases="" repositoryID="IDL:HelloWorld:1.0" />
      <wsdl:operation name="greetMe">
      <ns2:operation xmlns:ns2="http://cxf.apache.org/bindings/corba" name="greetMe">
      <ns2:param mode="in" idltype="ns2:string" name="inparameter" />
      <ns2:return idltype="ns2:string" name="outparameter" />
      </ns2:operation>
      <wsdl:input name="greetMeRequest">
      </wsdl:input>
      <wsdl:output name="greetMeResponse">
      </wsdl:output>
      </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="HelloWorldCORBAService">
      <wsdl:port name="HelloWorldCORBAPort" binding="tns:HelloWorldCORBABinding">
      <ns2:address xmlns:ns2="http://cxf.apache.org/bindings/corba" location="corbaloc::localhost:40001/hw" />
      </wsdl:port>
      </wsdl:service>
      <ns2:typeMapping xmlns:ns2="http://cxf.apache.org/bindings/corba" targetNamespace="http://schemas.apache.org/yoko/idl/HelloWorld/corba/typemap/" />
      </wsdl:definitions>

      Attachments

        1. corba_prefix_fix.diff
          1 kB
          Keith Halligan

        Activity

          People

            dkulp Daniel Kulp
            keith.halligan@iona.com Keith Halligan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: