Hi Mark,
I created a web service and generated a wsdl and stored in my c:\inetpub\wwwroot\webservices.
For testing, I run .NET WebService Studio and invoke the .wsdl with parameters. It returns TOTAL_RECORDS = null. When I run the webservice in WM, it works just fine. In the Request/Response tab in .NET Webservice, the item TOTAL_RECORDS is not in the OUTPUT even though it is defined in the webservice in WM, and I cannot figure out why. My .NET WebApps is checking on TOTAL_RECORDS and expecting a value of 0 (not found) or > 0 (record found).
Any help is very much appreciated.
Van-Loc Doran
SOAP-ENV:Body
<ser-root:searchEmployeeResponse xmlns:ser-root=“http://templeton/krEnterpriseServices.empLookUp” SOAP-ENC:root=“1”>
<ERROR_CODE xsi:type=“xsd:string”>0</ERROR_CODE>
<ERROR_MESSAGE xsi:type=“xsd:string”>
</ERROR_MESSAGE>
</ser-root:searchEmployeeResponse>
</SOAP-ENV:Body>
#API-Management#soa#webMethods