Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Opportunity creation with Quote - Webservice

edited Nov 12, 2018 6:05AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 4 commentsAnswered ✓

Hi Gurus,

I have tried to create the Opportunity with Quote using 'SWIOpportunityServices' webservice. But I recieved the below error

"As determined by the first instance, all subsequent instances of integration component 'Opportunity' should use the same user key 'Implicit user key (Id) for UI Data Adapter'(SBL-EAI-04404)"

My Sample Request:

<data:ListOfSwiopportunityio>

            <data:Opportunity operation="insert">

               <data:Description>Oppty Integration</data:Description>              

               <data:Name>IMARKIA Oppty from SOAP UI</data:Name>

               <data:ListOfQuote>                 

                  <data:Quote2>

                     <data:Name2>Quote</data:Name2>

                     <data:QuoteNumber>12345</data:QuoteNumber>                    

                  </data:Quote2>

               </data:ListOfQuote>

            </data:Opportunity>

         </data:ListOfSwiopportunityio>

Can someone share a sample request XML?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center