taufeeque alam
taufeeque alam

Reputation: 37

Creating a web Service from wsdl using apache axis

i am new bee to web service world. i am given a wsdl file and asked to write a web service corresponding to this wsdl file. Is it possible to generate web service from wsdl file .

I have generated client using wsdl file using apche axis wsdl2java but how will write server side code from wsdl.

please help me out to generate web service from wsdl file using apche axis .

Upvotes: 0

Views: 1583

Answers (1)

Mrityunjay
Mrityunjay

Reputation: 184

Use https://github.com/nilsmagnus/wsdl2java to generate java stub or skeleton using your WSDL file

Upvotes: 1

Related Questions