Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello - I am using the tWebServiceInput component to connect to a WCF service. I am using the "Advanced Settings" within the component - the code for this section is provided below. The method that I am calling returns a MessageElement, but when I call it I get the message "MessageElement cannot be resolved to a type."
routines.ApiLocator locator = new routines.ApiLocator();
routines.Iapi contract = locator.getBasicHttpBinding_Iapi();
String guid = "123456";
MessageElement[] messageElements = contract.method(guid);
Error message:
[statistics] connecting to socket on port 3986
[statistics] connected
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
MessageElement cannot be resolved to a type
at ic.callsy_0_1.CallSy.tWebServiceInput_1Process(CallSy.java:891)
at ic.callsy_0_1.CallSy.runJobInTOS(CallSy.java:1304)
at ic.callsy_0_1.CallSy.main(CallSy.java:1138)
Job CallSy ended at 17:27 22/02/2016. [exit code=0]