|
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: If you use some arbitrary vales, does it
work? Samisa… -----Original Message----- 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 Associate Software Engineer Virtusa (Pvt) Ltd. Mob: 0714867441 |
- RE: How to set client side handlers ??? Dushshantha Chandradasa
- RE: How to set client side handlers ??? Samisa Abeysinghe
- RE: How to set client side handlers ??? Samisa Abeysinghe
