"C:\\Documents and Settings\\sacam.americas\\.maven\\repository\\xmlbeans\\jars\\xbean-20040804.171500.jar";
compileWsdlSchemas( wsdlurl, srcUrl, classoutpath, classpath );
writeOutRequests( );
GetResourcePropertyRequestDocument xmlObjectRequest =
(GetResourcePropertyRequestDocument) getXmlObjectForOperation( new QName( ResourceProperties11Constants.NSURI_WSRP,
"GetResourcePropertyRequest" ) );
xmlObjectRequest.setGetResourcePropertyRequest( ExampleConstants.RESOURCE_PROP_QNAME_MANUFACTURER );
XmlObject[] xmlObject =
sendSoapRequest( new URL( "http://localhost:8081/wsdm/services/disk" ),
xmlObjectRequest );
System.out.println( "Response: \n" + xmlObject[0].toString( ) );
}