ContributionsMost RecentMost LikesSolutionsRe: wsd12h parser generate .h file from wsdl file which contain class without member variable Hi Tanya, In my soap response, i could see "<Jurisdiction jurisdictionLevel="STATE" jurisdictionId="24354">NEW YORK</Jurisdiction>" soap response: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Header/> <soapenv:Body> <VertexEnvelope xmlns="urn:vertexinc:o-series:tps:8:0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Login> <TrustedId>95-QvqF=SrV9GYrx</TrustedId> </Login> <InvoiceResponse documentDate="2019-02-06" transactionType="SALE"> <Customer> <Destination taxAreaId="330612010"/> </Customer> <SubTotal>1000.0</SubTotal> <Total>1088.75</Total> <TotalTax>88.75</TotalTax> <LineItem lineItemNumber="1"> <Quantity>1.0</Quantity> <FairMarketValue>1000.0</FairMarketValue> <ExtendedPrice>1000.0</ExtendedPrice> <Taxes taxResult="TAXABLE" taxType="SALES" situs="DESTINATION" taxCollectedFromParty="BUYER" taxStructure="SINGLE_RATE"> <Jurisdiction jurisdictionLevel="STATE" jurisdictionId="24354">NEW YORK</Jurisdiction> </Taxes> . but in output header file (.h file) which is generated by wsdl2h , i see class with out member variable class _ns2__TaxesType_Jurisdiction { /// INHERITED FROM ns2__JurisdictionType: // END OF INHERITED FROM ns2__JurisdictionType } *Jurisdiction 0; ///< Optional element. The problem here is i am unable to access Jurisdiction jurisdictionLevel from c++ Please help Thanks Randhir . wsd12h parser generate .h file from wsdl file which contain class without member variable Hi, wsd12h parser generate .h file from wsdl file which contain class without member variable class _ns2__TaxesType_Jurisdiction { /// INHERITED FROM ns2__JurisdictionType: // END OF INHERITED FROM ns2__JurisdictionType } *Jurisdiction Can you please assist.. Thanks