Integrated SOA Gateway
Hi,
We are implementing webservice through Integrated SOA Gaateway in R12.2.5. When we are generating WSDL using PLSQL(we follow correct annotation) for input parameters we get below in xsd file:
<element name="P_ORDERID" type="string" db:index="2" db:type="VARCHAR2" minOccurs="0" nillable="true" />
Is there a way where we can specify nillable-"false"
WSDL automatically gets created by ISG once we follow correct annotations in PLSQL code. We are using just PLSQL code wiyth proper annotations to create the web services.
We are using Oracle EBS R12.2.5 Integrated SOA Gateway and not fully SOA Suite.