We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 093ea86 + 6e2b4cb commit 1ff6b16Copy full SHA for 1ff6b16
modules/kernel/src/org/apache/axis2/client/Options.java
@@ -486,7 +486,7 @@ public TransportOutDescription getTransportOut() {
486
* @return version
487
*/
488
public String getSoapVersionURI() {
489
- if (soapVersionURI == null && parent != null) {
+ if (soapVersionURI == null && parent != null && this != parent) {
490
return parent.getSoapVersionURI();
491
}
492
0 commit comments