通过SOAP发送附件
作者:anotherbug 日期:2007-10-13
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...
A simple SOAP client
作者:anotherbug 日期:2007-06-27
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...
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...






