Title: RE: Axis and security
Hi,
 
I am getting the following error while sending attachments. Please help.
 
- Problem with servlet engine config file: /WEB-INF/server-config.wsdd
- Exception:
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode:
 faultString: org.apache.axis.deployment.wsdd.WSDDException: javax.xml.rpc.JAXRP
CException: Null qualified name specified.
javax.xml.rpc.JAXRPCException: Null qualified name specified.
 
I am using the following wsdd file.
 
 <deployment xmlns="http://xml.apache.org/axis/wsdd/"
   xmlns:java="
http://xml.apache.org/axis/wsdd/providers/java"
            xmlns:xsd="
http://www.w3.org/2000/10/XMLSchema"
   xmlns:xsi="
http://www.w3.org/2000/10/XMLSchema-instance">
   <service name="AttachmentService" provider="java:RPC">
    <parameter name="className" value="SupportDocumentAttachmentService"/>
    <parameter name="allowedMethods" value="addImage"/>
 
     
 
      <typeMapping deserializer="org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory"
   languageSpecificType="java:javax.activation.DataHandler" qname="ns1:DataHandler"
    serializer="org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory"
    encodingStyle="
http://schemas.xmlsoap.org/soap/encoding/"
     />
  </service>
 
</deployment>

Reply via email to