Title: Message
I am doing DIME attachments using Axis 1.1 Java  framework and doing internal test.
 
Is this DIME based  java servlets expected to work with C# soap clients ?
Is this DIME based java servlets expected to work with Axis C++ clients?
 
(It does work for Axis 1.1  Java clients that I have tested)
 
I am trying to see this  SOAP  api can be exposed to Axis C++ or  C# clients??
 
Any one has the answer .. I greatly appreciate it ...
  
 
-Venky
-----Original Message-----
From: Jayaraman, Venkatesh
Sent: Thursday, June 03, 2004 8:15 AM
To: '[EMAIL PROTECTED]'
Subject: I am using DIME attachments in my axis server to transfer files

It works fine between Axis JAVA service and Axis JAVA client on a server-config.wsdd
 
 
<service name="DimeGetFileService" provider="java:RPC">
                    <requestFlow>
                        <handler type="soapmonitor"/>
                    </requestFlow>
                    <responseFlow>
                        <handler type="soapmonitor"/>
                    </responseFlow>
                <parameter name="allowedMethods" value="GetOneFile"/>
                <parameter name="className" value="com.cisco.ccm.serviceability.soap.LogCollection.GetFile.DimeGetFileService"/>
                <operation name="GetOneFile" returnQName="DataHandler" returnType="ns1:DataHandler" xmlns:ns1="DimeGetFileService">
                        <parameter name="FileName" type="xsd:string"/>
                </operation>
                <typeMapping deserializer="org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" qname="ns2:DataHandler" serializer="org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory" type="java:javax.activation.DataHandler" xmlns:ns2="DimeGetFileService"/>
 
 
 
Question from me ?
 
 
    Is this expected work from a  C# clients?
    Is this worK from any  Axis C++ clients?
 
 
-Venky
 
 
 
 

Reply via email to