// HTTP Component
HttpComponent component = new HttpComponent();
container.activateComponent(component, "HTTPComponent");
// Add a receiver component
ActivationSpec asEcho = new ActivationSpec("echo", new EchoComponent() {
public Document getServiceDescription(ServiceEndpoint endpoint) {
try {
Definition def = WSDLFactory.newInstance().newDefinition();
PortType type = def.createPortType();
type.setUndefined(false);