Reputation: 1
I am trying to create a client for a service that is running on WSO2, but doesn't working, anyone know any tutorial? I'm trying to use the ?WSDL but netbeans doesn't parse the WSDL correctly.
Upvotes: 0
Views: 868
Reputation: 857
You can use WSO2 Developer Studio to generate the Web Service client from your WSDL file. Please refer Developer Studio documentation for more information.
Thanks and Regards,
Harshana
Upvotes: 0
Reputation: 4752
Here is an example explaining how to generate web service client from WSDL. You could also generate it using Axis2 and it's standalone wsdl2java tool. Here is the documentation of wsdl2java tool.
Upvotes: 2