预览模式: 普通 | 列表

通过SOAP发送附件

附件
附件
附件
附件
附件
切换到幻灯片模式

Sending Attachments with SOAP

<p>SOAP applications often have to deal with more than just simple messages. The payload for a SOAP message can often include a word processing or PDF document, image, or other binary file. This article explains how to use the Message Transmission Optimi...

查看全部...

标签: 附件 soap 

分类:JAVA技术 | 固定链接 | 评论: 23 | 查看次数: 3142

A simple SOAP client

A simple SOAP client
A general-purpose Java SOAP client





Return to article


Listing 1. The complete SOAP client
[code]

/**
* SOAPClient4XG. Read the SOAP envelope file passed as the second
* parameter, pass it to the SOAP endpoint passed as the first parameter, and
* p...

查看全部...

标签: soap client 

分类:JAVA技术 | 固定链接 | 评论: 1 | 查看次数: 1014