Community
Participate
Working Groups
1. sevice name of query service : <wsdl:service name="newLine"> Instead of "newLine", it should be the name of the service. The name can be created by concatinating the data manager name with "Query Service" 2. port name of query service: <wsdl:port name="TestMDRQueryService" binding="tns:QueryBinding"> Port name should be a constant "QueryPort".
Thanks for finding these, Hubert. I'm not sure where the newLine is coming from... I had intended for it to be just as you described, and I think it worked that way at one point. I'll look into it. I wasn't aware of the constant needed (QueryPort). I'll fix that as well. This of course underscores the need for an "end to end" JUnit test that attempts to connect to the MDR and issues a query against it. What about the registration service WSDLs? Any changes needed there?
"constant" means it can be part of the template. The port name doesn't need to be changed. The registration wsdl is correct.
Odd how my template for QueryService.wsdl got the way that it did, but it should be fixed now.
closing to cleanup bugzilla