hi,
I am using following XML such as
<RequestData>
<MyRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
companyId="google"
companyIdType="Research"
EstimateType="TARGETPRICE,REVENUE"
Category="Default" xmlns="http://www.google.com/ns/2008/01/12/webservices" />
</RequestData>
I want to change companyId,companyIdType in runtime,above one is constant,how can i handle this one?any help please?