org.jboss.test.webservice.attachment.AttachmentSAAJTestCase Test SOAP with Attachements (SwA) through the SAAJ layer. This tests the server side handling of Attachments. The JAXRPC client is not tested. [ 1039881 ] Cannot create multipart/mixed SOAP attachment @author Thomas.Diesler@jboss.org @since Nov 16, 2004
org.jboss.webservice.handler.ClientLoginHandler An Axis style handler that adds username/password as SOAP header elements. <soapenv:Header> <jbws:username actor="http://webservice.jboss.com/ws4ee/login" xmlns:jbws="http://webservice.jboss.com/ws4ee">kermit</jbws:username> <jbws:password actor="http://webser ...
org.jboss.axis.MessagePart The SOAPPart provides access to the root part of the Message which contains the envelope. <p/> SOAPPart implements Part, providing common MIME operations. <p/> SOAPPart also allows access to its envelope, as a string, byte[], InputStream, or SOAPEnvelope. (This functionality used to b ...