Please help me! I need create a wsdl - client for my android app. For this i use wsclient++, but i don't know how use it. I have a error
InventoryServiceAsync cannot be resolved to a type
What i do wrong?
Please help me! I need create a wsdl - client for my android app. For this i use wsclient++, but i don't know how use it. I have a error
InventoryServiceAsync cannot be resolved to a type
What i do wrong?
Make sure you include the wsclient jar in your project.
Also, take a look here at the Additional Libraries section. You might find that helpful.
The *Async classes are generated by the Code generator — when you have use the full version. The demo version does not support Async operations and hence does not generate the class.