java - Database access with SOAP WS -



java - Database access with SOAP WS -

i trying utilize crud operations on object in database through soap web service.

i have:

created web service , launched on local server. tested crud methods. created new project , used 'wsimport' on service's wsdl generate portable artifacts.

whenever running methods generated endpoint class within new project, next exception:

exception in thread "main" com.sun.xml.internal.ws.client.clienttransportexception: server sent http status code 404: not found

as have mentioned, when running methods within web service project endpoint class, no exception thrown.

requested code:

https://github.com/vladmatvei/bank-ws

thank you

maybe problem isn't crud's method, problem maybe how declare web service within java's classes.

have seek invoke endpoint tool soapui?

if invoke webservice soapui, problem in client or way have used generate java artifacts using wsimport.

java spring web-services soap wsdl

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -