`
DavidWang
  • 浏览: 44218 次
  • 性别: Icon_minigender_1
  • 来自: 成都
最近访客 更多访客>>
社区版块
存档分类
最新评论

Axis和Oracle Application Service支持的Document-style调用方式

阅读更多

The axis user's guide states there are four valid signatures for message style
services:

public Element [] method(Element [] bodies);
public SOAPBodyElement [] method (SOAPBodyElement [] bodies);
public Document method(Document body);
public void method(SOAPEnvelope req, SOAPEnvelope resp);

Orcalce  support method     s ignatures for Document Style Web Services

Table 6-1 shows the supported method signatures for Document Style Web Services. The Oracle Application Server Web Services runtime verifier rejects Document Style Web Services that do not conform to the method signatures listed in Table 6-1.

The Element input parameter and Element return value shown in the method signatures in Table 6-1 must conform to the Document Object Model (DOM) as specified by the W3C (org.w3c.dom.Element).

评论

相关推荐

Global site tag (gtag.js) - Google Analytics