When I use my service without local transport, I can upload and download my binary data just fine. When I turn on local transport for the same service, I get
org.codehaus.xfire.XFireRuntimeException: Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Could not find the attachment cid:117673904867171646091978@http://www.w3.org/2001/XMLSchema org.codehaus.xfire.fault.XFireFault: Could not find the attachment cid:117673904867171646091978@http://www.w3.org/2001/XMLSchema at org.codehaus.xfire.aegis.type.mtom.AbstractXOPType.readInclude (AbstractXOPType.java:62) at org.codehaus.xfire.aegis.type.mtom.AbstractXOPType.readObject (AbstractXOPType.java:45) at org.codehaus.xfire.aegis.type.basic.Base64Type.readObject (Base64Type.java:55) at org.codehaus.xfire.aegis.AegisBindingProvider.readParameter (AegisBindingProvider.java:162) at org.codehaus.xfire.service.binding.AbstractBinding.read (AbstractBinding.java:206) at org.codehaus.xfire.service.binding.WrappedBinding.readMessage (WrappedBinding.java:50) at org.codehaus.xfire.soap.handler.SoapBodyHandler.invoke (SoapBodyHandler.java:42) at org.codehaus.xfire.handler.HandlerPipeline.invoke (HandlerPipeline.java:131) at org.codehaus.xfire.client.Client.onReceive(Client.java:387) at org.codehaus.xfire.transport.AbstractChannel.receive (AbstractChannel.java:38) at org.codehaus.xfire.transport.local.LocalChannel.sendViaNewChannel (LocalChannel.java:172) at org.codehaus.xfire.transport.local.LocalChannel.send (LocalChannel.java:75) at org.codehaus.xfire.handler.OutMessageSender.invoke( OutMessageSender.java:26) at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131) at org.codehaus.xfire.service.binding.PostInvocationHandler.invoke (PostInvocationHandler.java:36) at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131) at org.codehaus.xfire.transport.DefaultEndpoint.onReceive (DefaultEndpoint.java:64) at org.codehaus.xfire.transport.AbstractChannel.receive (AbstractChannel.java:38) at org.codehaus.xfire.transport.local.LocalChannel.sendViaNewChannel (LocalChannel.java:172) at org.codehaus.xfire.transport.local.LocalChannel.send(LocalChannel.java:99) at org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26) at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131) at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:75) at org.codehaus.xfire.client.Client.invoke(Client.java:335) at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77) at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57) at $Proxy1.startSession(Unknown Source) at com.scilearn.training.PortalTrainingServiceClient. getParticipantTrainingData(PortalTrainingServiceClient.java:57) --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
