gsoap
-----
run and follow instructions (typically requires a couple reruns):
C:\Michael's Data\development\sixth_column\svn\OMS\trunk\oms-oa-app-cpp\config\gsoap
build_OMSInterface_code.bat
SoapUI
------
either
create new SOAP project
select wsdl
put version in name (currently on v4)
MAKE SURE YOU CLICK RELATIVE PATHS box and save after initial creation!
it might prompt you to save right away
WHEN SAVING MAKE SURE YOU GO UP OUT OF GSOAP AND DOWN INTO SOAPUI folder! pita
or
right-click OMSInterfaceSoap12Binding -> Update Defintion (that was easy)
the mockup wont change tho
rename it to [OMSInterfaceSoap12Binding MockService old]
right-click OMSInterfaceSoap12Binding -> Generate MockService
set to port 9750
use default name of [OMSInterfaceSoap12Binding MockService]
OMSInterfaceSoap12Binding MockService ->
getLatestModelInfo ->
Response 1 ->
change [?] into fields:
<timestamp>2014-01-01T12:34:56</timestamp>
<sequence>1</sequence>
<filename>model_export.zip</filename>
getModelUpdates
copy over previous responses
run the mockups!
|