Hi
I am calling an external webservice using weblogic webservice api(s) and getting the following error:
java.lang.AssertionError: never found place to insert security
Anyone seen this error before....pls let me know.
java.lang.AssertionError: never found place to insert security
at weblogic.xml.security.wsse.internal.InsertionOutputStream.close(InsertionOutputStream.java:90)
at weblogic.xml.security.encryption.EncryptXMLOutputStream.close(EncryptXMLOutputStream.java:154)
at weblogic.xml.security.utils.XMLOutputStreamBase.close(XMLOutputStreamBase.java:132)
at weblogic.xml.security.utils.XMLOutputStreamBase.close(XMLOutputStreamBase.java:132)
at weblogic.webservice.core.handler.WSSEClientHandler.handleRequest(WSSEClientHandler.java:151)
at weblogic.webservice.core.HandlerChainImpl.handleRequest(HandlerChainImpl.java:143)
at weblogic.webservice.core.ClientDispatcher.send(ClientDispatcher.java:231)
at weblogic.webservice.core.ClientDispatcher.dispatch(ClientDispatcher.java:143)
at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:471)
at weblogic.webservice.core.DefaultOperation.invoke(DefaultOperation.java:457)
at weblogic.webservice.core.rpc.StubImpl._invoke(StubImpl.java:303)