0

Is it possible to use SoapUI(Open Source version) without WSDL since I need to test few java functions which are available on server and I dont have WSDL for these functions?

Is it possible to create WSDL for these functions by any way?

Kindly correct me if I am wrong.

KLR
  • 31
  • 3
  • 5

1 Answers1

0

You need to have either WSDL path or service end-point address where you'll send the request. SoapUI can create the project and add operations from that end-point

Charu Khurana
  • 4,511
  • 8
  • 47
  • 81
  • Hi Learner, Thanks for your help. I have my Service end point in the format "http://www.example.com/project". Is it possible to to create project from this? If yes, How to create? – KLR Oct 25 '13 at 04:13
  • In `SoapUI`, go to File->New SoapUI project. In `Initial WSDL/WADL field: Enter your end-point path – Charu Khurana Oct 28 '13 at 13:45