Sales stage Id error during OpportunityInsert via Web Services

I encounter the following error when I try to insert an object of opportunity without charging sales stage Id

Mandatory field is missing from the instance of the component of integration 'Opportunity' with the user key ":" < field > opportunity ~ sales stage Id < / field > ' is a required field. " Please enter a value for the field.
(SBL-DAT-00498) (SBL-EAI-04389).

When I put the property with an arbitrary value, the following error is raised.

System.Web.Services.Protocols.SoapException: Can not find the entry '-1UCSVH' in the list of choices merely for the "Sales stage Id" field in the integration component ' Opportunity'(SBL-EAI-04401).

What are the acceptable values for sales stage Id?

You can watch these values by adding the sales stage field in the page design possibilities and creating a new opportunity, then you can look these values to display the selection list.
The default values:
Qualified lead
Short list
Closed / Won
Closed/lost

Tags: Oracle

Similar Questions

  • Download files via web services

    Hi experts,

    We are trying to make the old migration of a set of data in siebel ondemand. There are approximately 1 million records. Don't you think that it is possible to upload files via web services?

    (assuming that the profession of oracle service is off option because we don't have the budget)

    Thanks in advance, Sab

    SAB, Yes. However, the import file cannot be more than 30 000 records or more than 9 MB for the file size.

  • Error when creating a Web Service reference. ORA-29273: HTTP request failed ORA-12535: TNS:operation expired

    I have a need to call a web service from an APEX application, so I thought I'd try to experience everything first call a web service that is accessible to the public from W3Schools.  The URL of the WSDL that I use is:

    http://www.w3schools.com/webservices/TempConvert.asmx?WSDL

    The 1st thing I try in APEX is to create a Web Service based on the above URL reference.  Problem is that I get the following error:

    ORA-29273: HTTP request failed ORA-12535: TNS:operation expired

    Any ideas?

    I even tried with some other URL WSDL and always the same exact error.

    Thanks in advance.

    Hello

    Maybe your database server have firewall that blocks to internet connection?

    Kind regards
    Jari

  • Error when testing the web service

    Hello

    I use weblogic 11.1.2.4, I create the java class and call SOAP SSL with success of this class, I create Web service of this class, but when I test this website for services of (right click-> test web service) its give me error below (according to me, this error pops up when start web logic server because when trying to launch the old class without isn't web service until I have remove the certificate of) jks file and add it back)

    Error:

    Certificate chain from localhost127.0.0.1-> xxxx.com wasn't reliable causing SSL handshake failure

    It's certificate

    keytool-import-trustcacerts-alias file TEST C:\Oracle\Middleware11124\wlserver_10.3\server\lib\xxx.crt - keystore C:\Oracle\Middleware11124\wlserver_10.3\server\lib\DemoTrust - storepass changeit

    Any suggestion

    How did you generate the certificate... you use a self-signed certificate... ?

    Could you take a look at this article and check your configuration--> http://weblogic-wonders.com/weblogic/2011/05/25/ssl-configuration-for-weblogic-server/

    Kind regards

    White

  • Download data via Web Service

    Hi all

    We have an obligation to download data from the SAP system to our Oracle database. Problem is that we will not be able to connect to SAP DB. They weill provide a webservice and we should use that in passing parameters.

    My query is, how do we do it in Oracle DB. I want to write a program unit and call the web service whenever necessary.

    In this regard any idea will be a great help.

    Thank you

    It can be dynamic enough easily - that Oracle has a flexible set of functionality to create dynamic XML on the fly.

    A few years ago that I build a dynamic interface in a 3rd party web service system - a very awkward thing that you should first determine the entity you want, determine the useful to the entity attributes, select those of interest, convert these digital IDs and construct a web call. Which in turn returned a dynamic data set based on specified attribute identifiers and the provided filter criteria.

    The PL/SQL itself package that did it was to a few 100 lines of code and used dynamics processing (send and retrieve) via UTL_HTTP. The 3rd third party provider has actually expressed an interest in the package it has helped an interactive test of their web service (complicated and complex) interface.

    So, personally, I'm very uncomfortable with the help of UTL_HTTP as transport interface - as it allows me complete control and management of sending 'transaction' and HTTP payload and received.

  • Reload via Web Services with ESXi?

    Is it possible to restart a virtual machine running on ESXi using Web Services?  I tried the sample code provided with the SDK, but I get an error. RestrictedVersion.summary. ideas?

    Thank you

    ARIN

    PS. I also tried the scrip poweroff_suspend_vm.pl with the same results.

    To use the API or remote CLIs with ESXi, you must have a paid license. If you use the free version of ESXi, you will not be able to take advantage of the APIs or CLIs

    =========================================================================

    William Lam

    VMware vExpert 2009,2010

    VMware VCP3, 4

    VMware VCAP4-DCA

    VMware scripts and resources at: http://www.virtuallyghetto.com/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • Sending xml data to a string during consumption of web service

    Hello

    I'm consuimng a web service and you want to send xml as string data, I've stored xml in the varchar2 column and now call the Web service, but it gives an error

    Server could not read the request. There is an error in the XML (9, 68).

    any help

    Thank you

    (1) set your variable 'donnees_xml' as CLOB and go get the serialized XMLType as you do now (using the getClobVal method).
    You must also declare the envelope as a CLOB in the case where you build it separately.

    (2) use stored bulk transfer to send the complete application:

    UTL_HTTP.set_header ( http_request, 'Transfer-Encoding', 'chunked' ); 
    

    (3) add a loop to read envelope CLOB in 32 k chunks and call UTL_HTTP.write_text for each.

  • Error creating the WSDL web service in 11.1.2.0.0

    Hello

    I just install JDeveloper 11.1.2.0.0. I tried to test a web service created (and tested successfully) in 11.1.1.5.0. The service is deployed on WebLogic Server internal but when I call 'Test Web Service' is the error I get:

    The tester of Web services can be invoked, because the WSDL for the service selected document cannot be read.

    java.lang.IllegalStateException: SSLContextImpl is not initialized.
    at com.sun.net.ssl.internal.ssl.SSLContextImpl.engineGetSocketFactory(SSLContextImpl.java:145)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdevimpl.credential.LazySSLContextSpi.engineGetSocketFactory(LazySSLContextSpi.java:67)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getNewReaderInstance(CachedWSDLReader.java:398)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:298)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:294)
    at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:141)
    at java.lang.ThreadLocal.get(ThreadLocal.java:131)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getReaderImpl(CachedWSDLReader.java:308)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDLInternal(CachedWSDLReader.java:531)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDLDirect(CachedWSDLReader.java:471)
    to oracle.jdevimpl.webservices.tcpmonitor.ServiceTester$ 3.run(ServiceTester.java:262)
    at java.lang.Thread.run(Thread.java:662)

    Then I tried to create a new project and the web service in Java from WSDL, but on the second step of the wizard 'Java Web Service WSDL' when I select the WSDL file in the drive and click on 'Next' I get

    java.lang.IllegalStateException: SSLContextImpl is not initialized.

    java.lang.IllegalStateException: SSLContextImpl is not initialized.
    at com.sun.net.ssl.internal.ssl.SSLContextImpl.engineGetSocketFactory(SSLContextImpl.java:145)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdevimpl.credential.LazySSLContextSpi.engineGetSocketFactory(LazySSLContextSpi.java:67)
    at javax.net.ssl.SSLContext.getSocketFactory(SSLContext.java:260)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getNewReaderInstance(CachedWSDLReader.java:398)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:298)
    to oracle.jdeveloper.webservices.wsdl.CachedWSDLReader$ 1.initialValue(CachedWSDLReader.java:294)
    at java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:141)
    at java.lang.ThreadLocal.get(ThreadLocal.java:131)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.getReaderImpl(CachedWSDLReader.java:308)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDLInternal(CachedWSDLReader.java:531)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDL(CachedWSDLReader.java:484)
    at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDL(CachedWSDLReader.java:455)
    at oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel.fetchWSDL(SpecifyWsdlPanel.java:1050)
    to oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel$ 1.run(SpecifyWsdlPanel.java:364)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
    at java.lang.Thread.run(Thread.java:662)

    I did the new facility of this new version of JDeveloper in New Middleware House with all the default options and it's the first thing I tried.

    Any tips?

    Thank you
    Bruno

    Bruno,

    You can try the following to me?

    1. Tools-> preferences
    2. the powers-> HTTPS Credential

    Ideally take me a screenshot here.

    3. press the button "default".

    Then restart your tool. It is for me as we take hold of your https from a previous version settings.

    Sorry for the oversight,

    Gerard

    (The developer of the HTTP parser)

  • Update password user via Web Services

    Hello. I'm trying to update the password for a user via the web services of management of rights, https://{mydomain} / SOAP/services/RightsManagementService? wsdl & lc_version = 9.0.1, using .NET 4.0 (c#).

    Here's the function I wrote. When I run the code it always returns false. I have searched the documentation and the forumns but found nothing. Can anyone provide any ideas on how I can update a user password in LiveCycle via exposed web services?

    public bool UpdateUserPassword (string userName, string password)

    {

    Boolean result = false;

    WebServices.RightsManagement. user UserImpl = new WebServices.RightsManagement. UserImpl ();

    User.UserID = username;

    user.canonicalName = username;

    user.domainName = DefaultPolicySets. DefaultDomain;

    user.principalType = 'USER';

    User.local = true;

    User.Locked = false;

    User.Disabled = false;

    User.System = false;

    Console. WriteLine (this. rmSvc.resetExternalUserPassword (user, password));

    returns the results;

    }

    The answer to this question was to use another function exposed by Web services of management directory, {domain} / SOAP/services/DirectoryManagerService? WSDL & lc_version = 9.0.1.

    The function in question is called updateLocalUser().

    You can find more information here http://help.adobe.com/en_US/livecycle/9.0/programLC/javadoc/com/adobe/idp/um/api/Directory Manager.html#updateLocalUser%28com.adobe.idp.um.api.infomodel.User,%20java.lang.String%29.

  • Error in the REST Web Service with the text output Format

    Hi all

    I am referencing a REST web service and can successfully connect to it and retrieve the results with the output XML value Format.

    I don't need the node values, I want to just grab the entire XML string and fill a table with her column.

    When I create a new Rest web service reference, including the text output Format value and then create a form/report to run it, I get the following error when I click on "send":

    ORA-06550: line 1, column 63: PLS-00103: encountered the symbol "end-of-file" when expects it one of the following numbers: (- + new case mod not null to other current County avg exists max min prior sql stddev sum variance execute forall time timestamp interval date fusion pipe)
    Error sending request.

    There is control in the XML characters, but surely, this is handled by the Apex, so I'm not sure what the problem is here.

    Any ideas most welcome.

    Thank you
    Rhodri

    Rhodri:

    Request Express waiting for answer text actually be answer text, delimited by other characters that denotes a new value and a new Recordset. You should leave the response as XML. The XML document will be stored in the column xmltype01 in the collection that you specify. You can then convert this column xmltype01 in a clob, if you like using the. toClobVal().

    Kind regards

    Jason

  • Error WSDLParser calling a web service

    Hello
    I have a flex application that loads the data using several web services. With one of these services I encounter the following error:

    TypeError: Error #1009: Impossibile access has a property o a UN metodo di UN oggetto null re.
    to mx.rpc.soap::WSDLParser/ http://www.adobe.com/2006/flex/mx/internal::parseMessage()
    to mx.rpc.soap::WSDLOperation/parseMessages()
    to mx.rpc.soap::Operation/ http://www.adobe.com/2006/flex/mx/internal::invokePendingCall()
    to mx.rpc.soap::Operation/send()
    function / http://adobe.com/AS3/2006/builtin::apply()
    at mx.rpc.soap.mxml::Operation/send()
    hand /: onPreventivoConfirm()
    hand / __sectionAreaPersonale_confermaPreventivo)
    at flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.core::UIComponent/dispatchEvent()
    to AreaPersonale /: doConfermaPreventivo()
    to AreaPersonale / __buttonConferma_click)

    The service is declared as:

    < mx:WebService
    ID = "richiestaNoleggioService".
    Service = "CarRentalProcessExport1_CarRentalProcessHttpService."
    port = "CarRentalProcessExport1_CarRentalProcessHttpPort".
    WSDL = '[...] "/ wsdl/CarRentalProcessExport1_CarRentalProcessHttp_Service.wsdl.
    useProxy = "false".
    showBusyCursor = "true".
    Concurrency "multiple" = >
    < mx:operation
    name = "richiestaNoleggio".
    result = "richiestaNoleggioResult ()" "
    Fault = "richiestaNoleggioFault ()" >
    < mx:request >
    < idNoleggio > < / idNoleggio >
    < / mx:request >
    < / mx:operation >
    < / mx:WebService >

    It is the WSDL for the service:

    < wsdl:definitions
    name = "CarRentalProcessExport1_CarRentalProcessHttp_Service".
    targetNamespace =" http://CarRental/CarRentalProcessInterface/Binding" > "
    < location = "" CarRentalProcess.wsdl wsdl: import ""
    namespace =" http://CarRental/CarRentalProcessInterface" / > "
    < name of binding wsdl: Binding = "CarRentalProcessExport1_CarRentalProcessHttpBinding."
    Type = "Port_0:CarRentalProcess" >
    < style: = 'document soap binding '.
    transport =" http://schemas.xmlsoap.org/soap/http" / > "
    < name of wsdl: Operation = "richiestaNoleggio" >
    < soap: operation / >
    < name of wsdl: Input = "richiestaNoleggioRequest" >
    < use of soap: body = "literal" / >
    < / wsdl: Input >
    < / wsdl: Operation >
    < / wsdl: Binding >
    < wsdl:service name = "CarRentalProcessExport1_CarRentalProcessHttpService" >
    < wsdl: port
    Binding = "' this: CarRentalProcessExport1_CarRentalProcessHttpBinding" "
    name = "CarRentalProcessExport1_CarRentalProcessHttpPort" >
    < address soap:
    location =" http://wxp002:9080 / CarRentalWeb/sca/CarRentalProcessExport1" / > "
    < / wsdl: port >
    < / wsdl:service >
    < / wsdl:definitions >

    Call is made like this:

    richiestaNoleggioService.richiestaNoleggio.send (event.idNoleggio);

    Note that I'm able to correctly call this service with other guests, for example using soapUI.

    Thank you for attention
    Cosma Colanicchia

    Thanks batmitra... anyway, I just solved this problem. There were many things to correct, in order to make it work:

    (1) the call syntax, for this style of web service, must be
    var params: Object = new Object;
    params.idNoleggio = (value);
    richiestaNoleggioService.richiestaNoleggio.send (params);

    (2) the WSDL for the web service must declare out of service... This should be strictly required (in fact, this function does not return anything) but flex needs it to be explicitly set.

    Cosma

  • How to check the total of the data sent and received via Web Service

    Hi guys

    I develop an application that receives data on about from server using the Web Service. Any fast way I can find total data sent to the server and the total of the data received from the server by my application?

    Any help would be much appreciated.

    Pinsard

    Check this thread:

    http://supportforums.BlackBerry.com/T5/Java-development/calculate-data-usage-for-particular-applicat...

    It could be that useful...

  • In by vCO obecjts sdk via web services

    Hello

    I'm working on a PowerShell script that interacts with a workflow of vCO. I have no problems passing strings, but now I need to move an object in the inventory, a plan object vCAC is more precisely. But I can't understand how to include the SDK software-object information in the body of the Web request.

    ' $body = ' <-xmlns = execution context " http://www.VMware.com/VCO "> "

    < Parameters >

    < = 'description' type parameter name = "string" >

    vCO < string > Hello, I am PS < / string >

    < / parameter >

    < name of parameter = "blueprint" type = "vCAC:Blueprint" >

    " < sdk-object > href = ' :8281/API/Catalog/vCAC/Blueprint/59a8b719-b5b6-4676-ACAA-f9c89402a3c5%252Ffad8e332-0C5B-4110-a7c8-58890e246d48/ https://xxxxxx "id="59a8b719-b5b6-4676-acaa-f9c89402a3c5/fad8e332-0c5b-4110-a7c8-58890e246d48"< / object-sdk >

    < / parameter >

    < / Parameter >

    < / execution context > '

    Invoke-WebRequest-uri https://XXXXXX:8281/api/stream/516bb2af-213e-420e-9d93-b2babcdd5621/executions / -Headers $headers - body $body - ContentType "application/xml" - Post method

    Invoke WebRequest: status of HTTP 409 - type parameter: vCAC:Blueprint had no objectRef or id.

    type of status report

    message of type parameter: vCAC:Blueprint had no objectRef or id.

    Description of the request could not be completed because of a conflict with the current state of the resource.

    VMware vFabric tc DURATION

    Any help on how to pass the object on-demand reference Web is appreciated.

    Kind regards

    Juan.

    Hello Juan, you're going to hate you

    You closed the tag sdk-object when you weren't supposed to... Compare your body to what works for me:

    
        
    
    
    
    
    
    

    Note that the

    If your code should actually be:

    
                
                    
                        Hello vCO, I am PS
                    
                    
                        
                    
                
             
    

    Post edited by: Burke Azbill - added corrected XML for original post...

  • Creating custom activity (service DSC)... but get errors during the startup of service in workbench

    Hello

    I have hands on development of the process. So I started to create a custom activity.

    I created an activity that takes input and gives a string after some calculations. But the program requires additional jar files that are included in the lib folder in my java project.

    I exported java project as a jar file and installed successfully in the workbench. But then that starts the component... get the error like:

    Caused by: java.lang.ClassNotFoundException: No. ClassLoaders found for: net.fortuna.ical4j.model.Date
    at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
    at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514)
    at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408)
    at java.lang.ClassLoader.loadClass (unknown Source)
    at org.ungoverned.moduleloader.ModuleClassLoader.findClass(ModuleClassLoader.java:291)
    at org.ungoverned.moduleloader.ModuleClassLoader.loadClass(ModuleClassLoader.java:164)
    at java.lang.ClassLoader.loadClass (unknown Source)
    at java.lang.ClassLoader.loadClassInternal (unknown Source)
    ... more than 117

    You will find a complete description of the error in the attachment. LC hope does not have the jars in the lib.

    Because of this error, I'm not able to go forward.

    I have to add / include the required jars in LC?

    Please guide me how to solve this error.

    Waiting for your response.

    Thank you

    Praveen

    Put the jar into the lib of the appserver folder is a way to get the class when running, but not all sites will let you do this because you simply put at the disposal of all works on the appserver.  In addition, now that you move your dsc to test to staging to production, you must remember to move the jar as well.

    The alternative is to include the jar in your DSC and referencing it in the classpath of node in the component.xml file.

    Just cash how the DSCs distributed it (adobe-remoteevents-dsc Watch 2 pots to the package root and both are referenced in the classpath of the component.xml.

    Jon

  • Error SSE2 optimization in the deployment of Web Services

    I'm migrating from 2010 to 2011 SP1 web service [because web services 2010 SP1 were buggy]. At first, I could build and deploy the code very well. Now, I get the following deployment error:

    LabVIEW error: (Hex 0xFFFEFA45) LabVIEW Web Services: call to create a VI reference failed. The target does not support SSE2 optimization. Disable SSE2 optimization in the Advanced dialog box of the Web Service Properties page before continuing.

    Based on the online documentation, my hardware can support SSE2 - but no matter, I disabled it anyway. The error message persists. This message means anything this SSE2 optimization is enabled and is not supported? Based on the text of the error, it seems that turning off optimization should probably fix the problem...


Maybe you are looking for

  • Why not a contact on my iPhone displayed in iCloud?

    I have the iPhone 5. A single contact, among hundreds, on my iPhone refuse to appear on the iCloud. All other contacts are very good. What would cause this a touch of get not synchronized to iCloud. I am access iCloud through Safari on the Net. In se

  • Replacing the keyboard on Equium P300-16 t

    Dogs had a fight today and now the two keys need to be replaced I have the keys and the plastic two locks but sure if poor place and part Tower must be in two bits. Tried many things to get the keys back, but failed. Have found a place to buy a new k

  • Methods to transfer data of Service Web Application LV?

    What methods do people have found it more useful to transfer data Services Web of LabVIEW and their instance of the main application? I have a project using LV RT and I would like to be able to send data to the target RT via HTTP requests. I found su

  • 2012 LabVIEW Eval/training MVC tutorial must IMAQ but Vision must LV 2011 installed in order to install.

    I'm using LabVIEW 2012 evaluation of training mode in order to find a location using LabVIEW. A MVC tutorial looks like a very good example and I can open the first VI, Starter.vi of MVC, but when I try to open the project which includes screws to MV

  • Aspire x 1470 network card issues

    I just service of optical fiber internet for my x 1470. Cable TV and wifi both work wonderfully, but the office refuses to acknowledge there is an ethernet cable plugged into the correct port. Checked with a cord that I know to work and nothing. Down