Category Archives: XML

Resolution for “Non Recoverable System Fault” error while executing a BPEL process.

In Enterprise Manager when tested the BPEL process with Inbound File Adapter as shown below – received the below error – Non Recoverable System Fault : Error while translating. Error while translating. Error occured while translating content from file … … Continue reading

Posted in BPEL, Service Oriented Architecture (SOA 11g), WebLogic Server 11g, XML | Tagged , , | Leave a comment

Resolution for “invalid SOAP message.: Unexpected EOF in prolog” error while executing a BPEL process.

In Enterprise Manager when tested the BPEL process with Inbound File Adapter (by invoking the web service WSDL) as shown below – received below error message – Message ID OWS-00179 Message Level 1 Composite Name TestPayrollABMToEBM Component Instance ID 2 … Continue reading

Posted in BPEL, Service Oriented Architecture (SOA 11g), XML | Tagged , , , | 1 Comment

Resolution for “The WSDL is not semantically valid” error while working with XML schema files.

While I was working on XML schema definition (XSD) files, during compilation I was receiving the below error – “The WSDL is not semantically valid: The element or type specified for part’AIAFault‘ in message ‘{http://union.ca.net/EnterpriseServices/Core/AccountingEntry/V1}FaultMsg’ cannot be found in any … Continue reading

Posted in BPEL, Oracle Service Bus (OSB), Service Oriented Architecture (SOA 11g), XML | Tagged , , , , | Leave a comment

Resolution for targetNamespace of the referenced XML Schema mismatch.

While I was working on XML schema definition (XSD) files, during compilation I was receiving the below error – “The targetNamespace of the referenced XML Schema does not match the expected namespace. at AccountingEntryEBS.wsdl” Reason: In my AccountingEntryEBS.wsdl file I’m … Continue reading

Posted in BPEL, Oracle Service Bus (OSB), Service Oriented Architecture (SOA 11g), XML | Tagged , , , , | 2 Comments

Resolution for XML Schema resource conflict error.

While I was working on XML schema definition (XSD) files, during compilation I was receiving the below error – “The configured XML Schema resource is the same as the XML Schema resource being defined.WS-Addressing.xsd /AccountingEntryEBS/Resources/Schemas line 1 ALSB Conflict.“ Reason: … Continue reading

Posted in BPEL, Oracle Service Bus (OSB), Service Oriented Architecture (SOA 11g), XML | Tagged , , | Leave a comment

Resolution for “error:src-resolve:type” error while working with XML schema files

While I was working on XML schema definition (XSD) files, during compilation I was receiving the below error – Servicebus:/XMLSchema/AccountingEntryEBS/Resources/Schemas/Meta1.xsd: 23:3:error:src-resolve:type ‘StringType@http://union.ca.net/EnterpriseObjects/Core/Common/V1′ not found. Reason: ‘StringType’ is the datatype referred in Meta1.XSD file, which have targetNamespace as ‘http://union.ca.net/EnterpriseObjects/Core/Common/V1’. So the … Continue reading

Posted in BPEL, Oracle Service Bus (OSB), Service Oriented Architecture (SOA 11g), XML | Tagged , , , , , , | Leave a comment

What is XML Namespace?

  XML Namespace: An abstract container for various items; each item within a namespace has a unique name, but the namespace allows disambiguation of items with the same name that are in different namespaces. The XML Namespace (xmlns) Attribute The … Continue reading

Posted in BPEL, Oracle Service Bus (OSB), Service Oriented Architecture (SOA 11g), XML | Tagged , , , | Leave a comment