Try OpenEdge Now
skip to main content
Web Services
Developing a Java Client to Consume OpenEdge SOAP Web Services : Creating Java Axis client interface objects : Proxy directory structure
 

Proxy directory structure

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