5 Replies Latest reply on Sep 12, 2012 8:33 AM by ranajitjana

    Soap namespaces not able to resolve with Blueprint.xml

    ranajitjana

      I am trying to deploy jaxws webeservice using blueprint. I have requirement to support SOAP 1.2. I have checked few of the example and then came up with the following blueprint xml

      -


       

       

      -


       

       

      If i take out the binding and soap specific namespaces everything works fine but the soap version comes to 1.1

       

      I am getting the following error.

      -


      08:03:47,484 | INFO  | l Console Thread | BlueprintContainerImpl           | 10 - org.apache.aries.blueprint - 0.3.1.fuse-7-061 | Bundle  . . missing text . service is waiting for namespace handlers

      (&(objectClass=org.apache.aries.blueprint.NamespaceHandler)(osgi.service.blueprint.namespace=http://cxf.apache.org/bindings/soap))

      -


      I tried to switch to spring beans to check if things are better but spring bean namespace too gave similar problem.

       

      if i go to the soap xsd (http://cxf.apache.org/schemas/configuration/soap.xsd) it has references to spring framework namespace.

       

      I also tried with jaxws:endpoint which gave me same error as above.

       

      I have tried annotation option too i.e.(@BindingType(value=SOAPBinding.SOAP12HTTP_BINDING) which did not work and giving Nullpointer thus did not use it.

       

      anybody can help. My base requirement is to publish jaxws webservices in SOAP 1.2 version.

       

      Can i resolve above issues or is there other options

       

      Edited by: ranajitjana on Sep 11, 2012 6:22 PM

       

      Edited by: ranajitjana on Sep 11, 2012 6:23 PM

       

      Edited by: ranajitjana on Sep 11, 2012 6:25 PM