antelder 2002/12/03 05:37:01
Modified: java/src/org/apache/wsif/providers/soap/apacheaxis
WSIFOperation_ApacheAxis.java
Log:
Change AXIS operation to default to style=document (WSDL 1.1 spec, section 3.4)
Revision Changes Path
1.40 +1 -2
xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java
Index: WSIFOperation_ApacheAxis.java
===================================================================
RCS file:
/home/cvs/xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis/WSIFOperation_ApacheAxis.java,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- WSIFOperation_ApacheAxis.java 3 Dec 2002 11:40:35 -0000 1.39
+++ WSIFOperation_ApacheAxis.java 3 Dec 2002 13:37:01 -0000 1.40
@@ -234,8 +234,7 @@
}
if (operationStyle == null || operationStyle.length() < 1 ) {
- throw new WSIFException(
- "no style specified on either soap:binding or
soap:operation" );
+ operationStyle = WSIFAXISConstants.STYLE_DOCUMENT;
}
}
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/soap... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... owenb
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... whitlock
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... whitlock
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
- cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers... antelder
