0

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?

fdierre
  • 952
  • 3
  • 9
  • 29
Maratu13
  • 25
  • 3

2 Answers2

0

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.

Raul Rene
  • 10,014
  • 9
  • 53
  • 75
0

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.

Martin
  • 11,577
  • 16
  • 80
  • 110