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.3KViews0likes9Comments