Author: dims
Date: Fri Oct 29 07:32:52 2004
New Revision: 55973
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/AxisHook.java
Log:
Revert back to setting the namespace to get drt working TILL jonathan checks in
his changes mentioned here (http://nagoya.apache.org/eyebrowse/[EMAIL
PROTECTED]&msgNo=761)
Modified:
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/AxisHook.java
==============================================================================
---
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/AxisHook.java
(original)
+++
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/AxisHook.java
Fri Oct 29 07:32:52 2004
@@ -116,7 +116,7 @@
od.setMep(OperationType.ONE_WAY);
}
else {
- od.setReturnQName(new QName("",
+ od.setReturnQName(new QName(meth.getWrTargetNamespace(),
meth.getWrName()));
Class returnType = meth.getJavaReturnType();
QName type = configureTypeMapping(sd, returnType);