DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15692>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15692 Define Call for non-default Axis SOAP Summary: Define Call for non-default Axis SOAP Product: Axis-WSIF Version: current (nightly) Platform: Other URL: http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis- wsif/java/doc/faq.htm OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It would be more helful to present the appropriate call for a non-default such as Axis. PS: Why is Axis not the default provider since it is in the Axis project(at least for now) I think that reasonable people might expect Axis as the default. ---------------------------------------- How to select SOAP provider used in WSIF? WSIF comes with an Apache Axis provider so using axis with WSIF is easy. WSIF has two SOAP providers, one using Apache SOAP 2.3 and the other using Axis, by default WSIF will use the SOAP 2.3 provider. The default is controlled by the org.apache.wsif.util.WSIFPluggableProviders class. The javadoc for this class gives details of how the default is defined, but it can be overridden programmatically, for example, the following call sets the axis provider to be the default: WSIFPluggableProviders.overrideDefaultProvider("http://schemas.xmlsoap.org/wsdl/soap/", new WSIFDynamicProvider_ApacheAxis() );