The Axis WSDL2Java command creates the client interface objects in Java packages that reflect the TargetNamespace value specified in the WSDL. Thus, for example, suppose the WSDL specifies a TargetNamespace as follows:

TargetNamespace="urn:OrderSvc:OrderInfo"   

The relative directory structure created from this namespace is the following:

OrderSvc/OrderInfo