public OMElement AssertionRequest(OMElement soapBody)
{
logger.debug(soapBody.getText());
//解析请求信息
OMElement xmlRespElement = 生成要返回的信息;
return xmlRespElement;
}
service.xml中配置信息
This is the service for assertion.