Hi,
Im trying to consume the QueryCompanyPaymentFileRegisterOutgoingFileIn WSDL.while consuming i m getting the empty result.
can any one please guide me how to use the QueryCompanyPaymentFileRegisterOutgoingFileIn WSDL
SOAP UI REQUEST :
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global">
<soap:Header/>
<soap:Body>
<glob:CompanyPaymentFileRegisterOutgoingFileFindByElementsQuery_Sync>
<CompanyPaymentFileRegisterOutgoingFileFindByElements>
<CompanyID>1300EPR</CompanyID>
<LatestFileRequiredIndicator>true</LatestFileRequiredIndicator>
<FileContentTypeCode>4</FileContentTypeCode>
</CompanyPaymentFileRegisterOutgoingFileFindByElements>
</glob:CompanyPaymentFileRegisterOutgoingFileFindByElementsQuery_Sync>
</soap:Body>
</soap:Envelope>
RESPONSE:
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Header/>
<env:Body>
<n0:CompanyPaymentFileRegisterOutgoingFileFindByElementsResponse_Sync xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:G87:/1SAI/TAS8BD227B3047BAFB7ABCB:804"/>
</env:Body>
</env:Envelope>
Regards,
Prasad