I have deployed my web service as a document style web service in Axis 1.4. 
Deployment descriptor for my service is

 

 

<deployment name="GetContentDeployment" 
xmlns="http://xml.apache.org/axis/wsdd/"; 

            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";

            xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance";>

  <!-- note that either style="message" OR provider="java:MSG" both work -->

  <service name="GetContentService" style="document">

    <parameter name="className" 
value="com.hcl.ecm.interfaces.services.ECMGetContent" />

    <parameter name="allowedMethods" value="getContent" />

    <parameter name="scope" value="Application"/>

 

 </service>

</deployment>

 

When I am trying to invoke the web service I am getting an error message

 

- Please register a typemapping/beanmapping for 
'com.hcl.ecm.interfaces.services.requests.ECMGetContentRequest'

 


can some one guide me what I need to do in order to get this error out ?

 

Thanks in advance!


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.17.17/661 - Release Date: 1/30/2007 
11:30 PM
 


DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. 
Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the 
opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is 
strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any mail and 
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------

Reply via email to