In order to invoke the method of the synchronous reception (Web Services), use the created service class to generate proxy class objects. The procedures of generating proxy class objects are described below:
CSCMsgSyncServiceDeliveryWSImplService service |
CSCMsgSyncServiceDeliveryWSImpl ws |
String result = ws.invokeXML( // Method invocation |
byte[] resultBinary = ws.invokeBinary( // Method invocation |