📄 readme
字号:
Test addrNoImpSEISummary:This test is a variant of the AddressBook test. Unlikethe regular AddressBook test, the server side implementation(AddressBookNoImplSEISoapBindingImpl) does notimplement the Service Endpoint Interface (SEI). The server side implementation does contain methods that correspond to the methods defined in the SEI.The purpose of this test is to simulate a server side EJBwhich will not implement the SEI, but will have methods thatmatch the SEI.Step 1:An AddressBook.wsdl and AddressBookNoImplSEISoapBindingImpl.javafiles are provided.WSDL2Java is run on AddressBook.wsdl to create the client sideartifacts and deployment data.Step 2:The generated AddressBookNoImplSEISoapBindingImpl.java isreplaced with the provided one that does not implement the SEI.Step 3:These files are compiled to ensure that the generated artifactsand provided file are correct. In a normal scenario, we wouldrun the test at this point.Step 4:We now have a setup that simulates the setup for an EJB scenario.Java2WSDL is run on the server implementation to make sure it is possible to generate a wsdl file describing this service.Step 5:Prior classes and java files are deleted.The only way to test the validity of the wsdl file produced instep 4 is to run WSDL2Java on it.Step 6:Replace the generated server side implementation with the providedone. Now we are ready to compile all the files and run the test.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -