You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Willy Chen <ch...@in.tum.de> on 2004/04/16 16:03:59 UTC

Running Samples

hello,

i'm trying to run the sample web service in package
org.apache.ws.axis.samples.wssec.security2. so far i've deployed the ws
using securitydeploy.wsdd. when i start the client i get an encrypted soap
message. but when i try to send this message i get following error:
AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.NoService
 faultSubcode: 
 faultString: The AXIS engine could not find a target service to invoke!
targetService is null

obivously i need something on the server-side to decrypt the message. what
are the next steps i need to do, to get the example running.

thanks for your help
willy