Hi All, Currently I'm working on the unit testing [1] for AS400 pcml connector. Inside the pcml connector we are creating a instance for ProgramCallDocument [2]. It calls actual back end Server. So, I'm trying to mock that ProgramCallDocument as follow [3]. Even if I mock, It calls the actual back end service and get the error as [4]. Am I doing anything wrong? Please help me on this.
[1]https://github.com/wso2-extensions/esb-connector-pcml/pull/9 [2] https://github.com/jananithangavel/esb-connector-pcml/blob/master/src/main/java/org/wso2/carbon/connector/pcml/AS400CallProgram.java#L91 [3] https://github.com/jananithangavel/esb-connector-pcml/blob/2f3f9585225750c6f009a039ef716a520ca2bdf3/src/test/java/org/wso2/carbon/connector/pcml/test/unit/AS400CallProgramUnitTest.java#L79 [4]org.apache.synapse.SynapseException: Unable to connect to AS400 server: A parse error occurred. Thanks. Regards, Janani Thangavel Associate Software Engineer WSO2 Inc : http://wso2.org <http://www.google.com/url?q=http%3A%2F%2Fwso2.org&sa=D&sntz=1&usg=AFQjCNE_eTDfyl2ibPcq0hcXvRDNVuQmMg> Mobile : +94771856427
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
