1 2 Previous Next 16 Replies Latest reply on Jul 1, 2008 9:21 AM by helmutdoe Go to original post
      • 15. Port does not contain operation meta data for: {http://www.w
        helmutdoe

        Hi i have a similiar problem
        using a client which should be able to encrypt soaprequests

        javax.xml.ws.soap.SOAPFaultException: Endpoint {urn:com:tools:wsse}... Port does not contain operation meta data for: {http://www.w3.org/2001/04/xmlenc#}EncryptedData
         at org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS.getSOAPFaultException(SOAPFaultHelperJAXWS.java:72)
         at org.jboss.ws.core.jaxws.binding.SOAP11BindingJAXWS.throwFaultException(SOAP11BindingJAXWS.java:109)
         at org.jboss.ws.core.CommonSOAPBinding.unbindResponseMessage(CommonSOAPBinding.java:579)
         at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:383)
         at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:304)
         at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:172)
         at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:152)
         at $Proxy9.get6From49(Unknown Source)
        
        

        did the community solve this problem?

        • 16. Re: Unable to create a WSClient that uses jboss-wsse-client.
          helmutdoe

          I am using JBoss 4.2.2 GA + jbossws-3.0.2 GA.
          i tried to downgrade my System using the same AS and jbossws-2.0.3 but the error resists.

          1 2 Previous Next