Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
Which WSDL are you tying to parse? Can you give more details on the parsing problem? – Chris Jul 27 '12 at 3:07

2 Answers

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.

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.