Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Parameter names in End-point for SQL statements

Summary: I'm fairly new to OIC Integrations and came across something that's driving me nuts, sometimes when I configure an endpoint for a SQL query it is using the actual parameter name. But other times it's just using arg1, arg2, arg3 etc. and ignores the parameter name I use in the query.


Content (required):

My question is why do I get sometimes this:

<xs:complexType name="SummarizeEmployeeHoursInput">

   <xs:sequence>

     <xs:element name="arg1" type="xs:string" nillable="true"/>

     <xs:element name="arg2" type="xs:string" nillable="true"/>

   </xs:sequence>

  </xs:complexType>


And other times this:

 <xs:sequence>

     <xs:element name="

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!