Hi,

I encountered a strange problem. I am not able to retrieve the parameter
from the delpoyed handler. In my handler code, it just returned me Null.
I have absolutely no idea what went wrong. Anyone has any clue ?

This is my deployed service,

<service name="AttachmentService" provider="java:RPC">
  <requestFlow>
   <handler type="AuditTrailHandler">
    <parameter name="DIRECTORY" value="D:\\work\\components\\messages"/>
   </handler>
  </requestFlow>
  <parameter name="allowedMethods" value="receiveAttachment
receiveEncryptedAttachment pullAttachment"/>
  <parameter name="className" value="ws.attachment.AttachmentService"/>
  <typeMapping
deserializer="org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory
" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
qname="ns1:DataHandler"
serializer="org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory"
type="java:javax.activation.DataHandler" xmlns:ns1="AttachmentService"/>
</service>

I am not able to retrieve parameter 'DIRECTORY' from in my
AuditTrailHandler code.


Thanks,
Beoh


Reply via email to