Hi Samisa,

 

I tried with several values but it didn’t work. Do I have to set some thing here according to the client property xml file of the particular test?? My client property file has the following content.

 

<test>

    <name>HandlerTest1</name>

    <description>CalculatorDoc with a Handler which adds a BasicNode to the SOAP Header</description>

    <clientLang>cpp</clientLang>

    <clientCode>CalculatorDocClient.cpp</clientCode>

    <wsdl>CalculatorDoc.wsdl</wsdl>

    <expected>

        <output>

            CalculatorDoc.cpp.out

        </output>

                        <request>

                                    HandlerTest1Request.out

                        </request>

    </expected>

    <handler>

        <directory>

            handler_test1

        </directory>

       <service>

           Calculator

       </service>

    </handler>

            <endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>

</test>

 

Thanks,

Dushshantha

 


From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 12, 2005 11:40 AM
To: Apache AXIS C Developers List
Subject: RE: How to set client side handlers ???

 

If you use some arbitrary vales, does it work?

 

Samisa…

 

-----Original Message-----
From: Dushshantha Chandradasa [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 12, 2005 11:25 AM
To: Apache AXIS C Developers List; [email protected]
Subject: How to set client side handlers ???

 

Hi All,

 

I’m trying to use client side handlers for the service CalculatorDoc in the test framework. I added the following settings to client.wsdd file and configured the client.wsdd file in axiscpp.conf file.

 

<service name="Calculator" provider="CPP:DOCUMENT" description="Calculator">

<requestFlow name="XXXX-req">       

<handler name="testhandler" type="C:\axiscpp\ws-axis\c/../../../obj/test/generated/cpp/HandlerTest1/testhandler.dll">

</handler>

</requestFlow>

<responseFlow name="XXXX-req">       

<handler name="testhandler" type="C:\axiscpp\ws-axis\c/../../../obj/test/generated/cpp/HandlerTest1/testhandler.dll">

</handler>

</responseFlow>

</service>

 

I,m wondering what should give for the requestFlow name and responseFlow name and from where I get these names..

 

Please somebody help me on this.

 

Regards,

 

Marcus Dushshantha Chandradasa

Associate  Software Engineer

Virtusa (Pvt) Ltd.

[EMAIL PROTECTED]

Mob:  0714867441

 

 

 

Reply via email to