Name
aexml
Synopsis
aexml -soap -SOAPActiontext[-infilename] [-outfilename] [-name 'AppName' | -pidpid| psnhighPSN.lowPSN| -sigsignature] aexml -xmlrpc [-infilename] [-outfilename] [-name 'AppName' | -pidpid| psnhighPSN.lowPSN| -sigsignature]
Translates SOAP and XML-RPC requests into Apple Events understood by Mac OS X applications. The target application can be specified by name, process ID, process serial number, or signature. If no target is specified, a sandbox application is launched to handle the request. Output, if any, is in the form of XML or a one-line error.
Options
-
-soap Forwards a SOAP request to the target application.
-
-SOAPAction Provides the SOAPAction header. If specified as
-, the header is read from input.-
-xmlrpc Forwards an XML-RPC request to the target application.
-
-in Specifies source of input. Defaults to
-(standard input).-
-out Specifies location of output. Defaults to
-(standard output).-
-name Specifies target application by pathname.
-
-pid Specifies target application by Unix PID.
-
-psn Specifies target application by Carbon Process Manager process serial number.
-
-sig Specifies target application by signature. This is a four-character code unique to an application.The signature is usually the same as the application’s creator code. In an application bundle, it is specified by the CFBundleSignature property in
Info.plist.