function $OUTPUT$$METHODNAME$$INPUT$ %$METHODNAME$$INPUT$ % $DOCUMENTATION$ % Build up the argument lists. $PARAMETERDEFINITION$ % Create the message, make the call, and convert the response into a variable. soapMessage = createSoapMessage( ... '$TARGETNAMESPACEURI$', ... '$METHODNAME$', ... values,names,types,'$STYLE$'); response = callSoapService( ... obj.endpoint, ... '$SOAPACTION$', ... soapMessage); $OUTPUT$parseSoapResponse(response);