Skip to content

ayoub-aknoun-edu/Web-services_SOAP-WSDL

Repository files navigation

Web services SOAP WSDL UDDI

This repo contains 5 directory WebService ClientJava ClientPHP ClientDotNET springbootWebService each one refers to a java project either a Soap web service or a soap client

WebService

This is a vanilla SOAP web service project, it give as a result a WSDL file that can be used by a client to consume the service. It contains 3 methods:

  • convert that take a balance in dollar and return the balance in dirham
  • getCompte that take an account id and return the account
  • listCompte that return a list of accounts

Execution ScreenShot

banqueService.png
conversion_methode.png
getCompte.png
getComptes.png
deployOnJaxWSServer.png
WSDLConsultation.png

Consultation of the WSDL file using SoapUI:

SoapUI_convert.png
SoapUI_getCmopte.png
SoapUI_listComptes.png

ClientJava

This is a java client that consume the web service using the WSDL file generated by the web service project. the Generate Java Code From WSDL intellig action is used to generate the proxy that allow us to consume the web service.

Execution ScreenShot

javaClient.png

ClientPHP

This is a php client that consume the web service using the WSDL file generated by the web service project. the SoapClient class is used to consume the web service.

Execution ScreenShot

phpClient.png

ClientDotNet

This is a dotnet client that consume the web service using the WSDL file generated by the web service project. the dotnet-svcutil tool is used to generate the proxy that allow us to consume the web service.

Execution ScreenShot

dotNetClient.png

springbootWebService

This is a spring boot web service project, it give as a result a WSDL file that can be used by a client to consume the service. It contains 2 methods:

  • getOne that take an account id and return the account
  • listCompte that return a list of accounts

Execution ScreenShot

spring boot console

springbootwebserviceconsole.png

WSDL file

springbootwebservicewsdl.png

SoapUI getOne

springbootwebserviceSoapUiGetOne.png

SoapUI listComptes

springbootwebserviceSoapUiListCompte.png

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published