cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis WSIFOperation_ApacheAxis.java
| Newsgroups | gmane.comp.apache.webservices.wsif.devel |
|---|---|
| Message-ID | <[email protected]> |
owenb 2003/08/26 02:30:35
Modified: java/src/org/apache/wsif/providers/soap/apacheaxis
WSIFOperation_ApacheAxis.java
Log:
Fix build problem - use setProperty rather than setScopedProperty
Revision Changes Path
1.87 +2 -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.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- WSIFOperation_ApacheAxis.java 22 Jul 2003 16:18:31 -0000 1.86
+++ WSIFOperation_ApacheAxis.java 26 Aug 2003 09:30:35 -0000 1.87
@@ -1734,8 +1734,8 @@
call.setOperationName(
new QName(wsifPort.getPortTypeNamespace(), portTypeOperation.getName()));
- call.setScopedProperty(Call.SEND_TYPE_ATTR, Boolean.FALSE);
- call.setScopedProperty(AxisEngine.PROP_DOMULTIREFS, Boolean.FALSE);
+ call.setProperty(Call.SEND_TYPE_ATTR, Boolean.FALSE);
+ call.setProperty(AxisEngine.PROP_DOMULTIREFS, Boolean.FALSE);
call.setOperationStyle(operationStyle);
//TODO??? call.setOperationUse("literal");