How to create web service with idea 8.1
I want to create web service and its client from wsdl with idea 8.1 using axis2.But a wsdl url is a must in the creating dialog,it's unreasonale cause I haven't create a service how can I get a issued web service url?
请先登录再写评论。
nobody knows?
Well, you're using Generate Java Code from Wsdl or Wadl dialog. This means that you have somewhere wsdl or wadl file. It can be a web-url or you can specify wsdl file on your local disk. In your case, I'd suggest to write WebService from scratch and then generate wsdl and then generate a client (see appropriate actions).
What's the form of url of file in file system?I tried file:///d:/a.wsdl,it didn't work.
Have you tried to use browse button? Button with"..." label