Ciao!
Mi sapete tradurre questo msg SOAP in istruzioni Java (utilizzando APACHE-SOAP o anche JAXM)?
In particolare mi servirebbe la parte relativa ai PARAMETRI (il resto nn tanto).
Ecco il msg :
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<Discover xmlns="urn:schemas-microsoft-com:xml-analysis"
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<RequestType>MDSCHEMA_CUBES</RequestType>
<Restrictions>
<RestrictionList>
<CATALOG_NAME>
FoodMart 2000
</CATALOG_NAME>
</RestrictionList>
</Restrictions>
<Properties>
<PropertyList>
<DataSourceInfo>
Provider=MSOLAP;Data Source=local;
</DataSourceInfo>
<Catalog>
Foodmart 2000
</Catalog>
<Format>
Tabular
</Format>
</PropertyList>
</Properties>
</Discover>
Per ora sto utilizzando le librerie APACHE-SOAP, però nn riesco a capire come fare per definire gerarchie di parametri.
Mi aiutate? (x Angelo1974 va bene anche JAXM)
![]()