使用Eclipse和WebLogic。
我正在制作关于Web服务的体系结构和实现的图(大致),如下所示:
但更广泛。所以我写了一些我遵循的步骤来制作一个SOAP WS(在经过大量的Google搜索之后),但有些事我还不了解。
I read is the most common way because it has generic config
)a)What code? Where? Isn't the same of step 2?
汇编:这可确保在目标应用程序服务器ok
需要时,将托管Web服务或客户端的项目与EAR关联
部署:将为服务b)what code? where?
创建部署代码
安装:将在所选服务器ok
上安装该服务
开始:将在服务器上安装服务器ok
后启动服务器
测试:将提供各种测试服务I use an ws client so don't need
的选项c)same questions
出现了新文件:ServiceExample.java,ServiceExampleProxy.java,ServiceExampleService.java,ServiceExampleServiceLocator.java,ServiceExampleSoapBindingStub.java d) What does each class do?
e)Is the client the same as making a Web App (java classes/servelts + jsp files)?
f)By some process I don't understand
客户端发送请求(通过xml)并到达Web服务。它会回复所请求的数据。我得到它的工作,但我不知道这个结构/过程。任何帮助赞赏。