Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to find the WSDL URL ?

930186Apr 21 2012
I have developed Java Web Service using Top-Down approach.
Steps :
1) created required wsdl/xsd files
2) generated the java stubs using the wsimport command from the command prompt.
3) Implemented all the operations listed in the WSDL file.
4) successfully tested the module running as the stand alone java program.

Doubts:
1) to consume the web service from other application like BPEL, OSB, etc. I need the wsdl url location.
2) how can i get this WSDL URL location, which is temporarily deployed in the tomcat server for testing purpose.
3) I have tried with the url specified at the soap:address from service element in the WSDL file.

please suggest solution ??
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 19 2012
Added on Apr 21 2012
0 comments
335 views