In this Article we will see the steps to create a SOAP connection in OIC Generation 3:
Use Case - Lets create a SOAP connection using Calculator Service WSDL URL. This connection can be use in any integration to perform basic calculator operations (i.e. Addition ➕, Subtraction ➖, Multiplication ✖, Division ➗)
Calculator Service WSDL URL: http://www.dneonline.com/calculator.asmx?WSDL
STEP 1: On the Oracle Integration Cloud Service home page, click the Design and then click Connections
STEP 2: Click the Create button
STEP 3: Search for SOAP adapter and then select it
STEP 4: Enter Integration Name = 'Calculator' (you can enter any meaningful name), select Role=Invoke & then click Create
STEP 5: Copy and Paste the WSDL URL and select Security = No Security Policy, Access Type = Public Gateway
- WSDL URL: http://www.dneonline.com/calculator.asmx?WSDL
STEP 6: Click on Save then click Validate and Test and finally click Save. Your connection is ready to use inside the integration flow.
SOAPADAPTR-20027: Cause - Unable to parse definition as configured wsdl is not supported, Action - Verify WSDL definition and please make sure that your schema documents are correct
ReplyDeleteYou r getting this error because u may not have selected correct roles while configuring SOAP Connection. It must be INVOKE only not trigger & invoke. Please follow the steps as mentioned in the article only, then for sure you will not get any error.Thanks !
Delete