Cannot find required parameters, atributes from wsdl service
Hello all, I am trying to send an xml message to a wsdl service which there is no documentation for it. The web page of the service is: https://www1.gsis.gr/wsicisnet/MessageProcessorService?wsdl I found that in webpage https://www1.gsis.gr/wsicisnet/MessageProcessorService?xsd=3 there are three required attributes <xs:attributename="traderID"type="xs:string"use="required"/> <xs:attributename="wsUserID"type="xs:string"use="required"/> <xs:attributename="wsPass"type="xs:string"use="required"/> When I try to send the message it gives me an error <resultState> <status>ValError</status> <reasonCode>RulesConditionasError</reasonCode> <explanation>SubmittingTraderIdentification ([SubmittingTraderIdentification: null] must be the same as the trader ID (040540011)</explanation> </resultState> I cannot find anywhere theSubmittingTraderIdentification3.2KViews0likes9CommentsCan Win32API for TestComplete not access windows services with calls like OpenService?
I am now trying to use Win32API calls that are inbuilt to TestComplete to manage the services onone of the test machines of our test environment but it doesn't appear that any of the function calls like OpenService or OpenSCManager for the Win32API are supported in TestComplete. How with a Python project am I supposed to be able to start and stop services for a distributed test environment?Solved1.3KViews0likes1Comment