Problem Building Schema Using Jdev Bpel Designer, Please See The Attached Wsdl
(Doc ID 421813.1)
Last updated on OCTOBER 13, 2021
Applies to:
Oracle(R) BPEL Process Manager 10g - Version 10.1.3.1 and laterInformation in this document applies to any platform.
Symptoms
Customer has imported WSDL generated for SQLServer Stored procedure successfully that uses an
element type schema. When he tries to assign values to input variable he receives the error:
"Problem Building Schema"
Example of failing WSDL file : (Orig wsdl file)
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns="http://xxxxxxx.com/Fulfillmentwebservices/" xmlns:s1="http://microsoft.com/wsdl/types/"
xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
targetNamespace="http://xxxxxxxxxxxx.com/Fulfillmentwebservices/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified"
targetNamespace="http://xxxxxxxx.com/Fulfillmentwebservices/">
<s:import namespace="http://microsoft.com/wsdl/types/" />
<s:element name="ProductUpdate">
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |