导航

Orchestration Consume Web Service导入的Multi-part Message Type

Posted on 2008-03-04 16:11  鸡尾虾的壳  阅读(210)  评论(0)    收藏  举报

     导入wsdl,Orchestration View中,生成如下消息类型:




     CommonCallSoapIn与其下的parameters具有相同的内容。但是它们属于不同的消息类型。前者是Multi-part Message,是Web Port需要的消息类型,其消息类型是Project Namespace+"."+"CommonCallSoapIn"。后者是xsd Message。在Orchestraton的Receive Shape使用xsd消息。然后通过map构造Multi-part Message,传入Web Port。