Hi,
I have created an external system for sending the shipment details to another system by defining a Web Service which will invoke a Bpel process. I want to automate it so i created an automation agent for sending the shipment details to bpel process by calling a service when a shipment is being created. But the automation agent is not working. I am getting an error "oracle.xml.parser.v2.XMLParseException: Start of root element expected."
Input schema of bpel process is Transmission.
Payload defined during agent creation is "SHIPMENT".
Thanks,
Girish.
I have created an external system for sending the shipment details to another system by defining a Web Service which will invoke a Bpel process. I want to automate it so i created an automation agent for sending the shipment details to bpel process by calling a service when a shipment is being created. But the automation agent is not working. I am getting an error "oracle.xml.parser.v2.XMLParseException: Start of root element expected."
Input schema of bpel process is Transmission.
Payload defined during agent creation is "SHIPMENT".
Thanks,
Girish.
Comment