OMNamespace opN = factory.createOMNamespace(
"http://webservices.amazon.com/AWSSimpleQueueService/2005-01-01",
"nsQ");
OMElement enque = factory.createOMElement("Enqueue", opN);
OMElement subID = factory.createOMElement("SubscriptionId", opN);
OMElement request = factory.createOMElement("Request", opN);
//OMElement queueName = factory.createOMElement("QueueName",opN);
OMElement queueID = factory.createOMElement("QueueId", opN);
OMElement queueEntryBodies = factory.createOMElement(
"QueueEntryBodies", opN);
OMElement queueEntryBody1 = factory.createOMElement("QueueEntryBody",