Web service - if the soamanager not run, what is the problem ?

When I run the transaction soamanager, the system open the browser but:
with this message "Service cannot be reached".
What is the cause ?
tks.

Make sure the webdynpro node in the ICF is active.
Run transaction SICF,  then click execute.
From the tree below, open default_host, sap, bc, webdynpro, sap.  Activate the APPL_SOAP_MANAGEMENT node, by right-clicking on it, and choosing "Activate Service".
Regards,.
Rich Heilman

Similar Messages

  • Cosuming web service using consumer proxy - not getting the output

    Hello All,
    I am not getting the consumer proxy output structue filled though the web service is successfully executed. I did the following steps.
    1. Created a webservice form RFC BAPISDORDER_GETDETAILEDLIST
    2. Created a consumer proxy for the above created WSDL document.
    3. Tested the service by executing the proxy directly by feeding the input in the XML (sales document and partner view). it is working fine
    4. Created a program to access the consumer proxy by passing the input(same input as per XML). I am not getting the output in the proxy output structure ( but I can see the RFC is successfully executed and having the right values in the debugging mode).
    Is this the issue is due to the date fields (XML cannot consider a blank date )?
    Please note: the partner output table parameter in the bapi (output I am looking for ) is not having any date fields.
    Please help me to sort out this issue.
    Thanks,
    Gopi

    Hi Gopi,
    From your description, I assume you used the SE37 transaction's menu option Utilities -> More Utilities -> Create Web Service -> From the Function Module, to expose the BAPI concerned as a Web Service.
    If this is the case, then it is possible that you are falling foul of your SAP User ID not having the necessary Remote Function Call authorization to execute the BAPI.
    A prerequisite for successfully calling an RFC-enabled Function Module (which is what a BAPI is) is that the User ID used to call the function module must have the required RFC authorization (Authorization Object S_RFC).  For example, when calling function module BAPI_CUSTOMER_GET_ROOT, if the User ID lacks the requisite authorization in the target system, the following error message will be received by the Consuming application:
        User <User ID> has no RFC authorization for function group V02HBAPI.
    Notice, as you can see from the above message, RFC execution authorization is implemented at the Function Group level, not at the Function Module level.  In othere words, granting a user the authorization to a function group (authorization object S_RFC) enables the user to execute all RFC-enabled function modules contained within that function group.
    I am guessing the BAPI works for you in debug mode because you are not calling the BAPI remotely.
    Let me know if this helps.
    Best Regards,
    Andy.

  • ERROR: The Service Component Container is not running: Standalone Workflow

    We're trying to get the java notification mailer established through the OEM 10g Application Server Control. But the mail agent listener servlet container (WFALSNRSVC), and the mailer service servlet container (WFMLRSVC) are not running. Because of that, I cannot get any other parts of the mail configuration running. Note, I can successfully complete getting through the 8 steps of the "Workflow Notification Mailer" configuration (e.g. IMAP and SMTP mail accounts work fine and are accessible from the Workflow application server). What's the trick to getting the servlet containers running?? All I find in Oracle documentation is that these must be running before you can do anything, but I don't find anything on troubleshooting when they are not running.
    Thanks.

    Hi,
    I'm having the same problem as you did.
    I've tried pushing the button Go in the Oracle Workflow Manager - Service Components.
    And it showed
    An error has occurred!
    The Service Component Container is not running.
    Should I uninstall my Oracle Workflow?
    And install a new installation of Oracle Workflow?
    What does it mean by the "wfinstall"?
    Is it the Oracle Workflow Configuration Assistant? which I can access using the wfinstall.bat.
    Or should I replay the Oracle Workflow Configuration Assistant (wfinstall.bat) and choose Upgrade option?
    Or should I uninstall all of my Oracle installation and start installing from the beginning?
    BTW, what if I don't use (or have) OID?
    Is it required?
    Any clue would be grateful.
    Thanks.
    Buntoro

  • I am trying to update I-tunes, but I get the following error message. Service Apple Mobile Device failed to start and wants me to verify I have sufficient priveledges to start system services.  I do not know what to do.

    I am trying to update I-tunes, but I get the following error message. Service Apple Mobile Device failed to start and wants me to verify I have sufficient priveledges to start system services.  I do not know what to do. I am the only user on my HP Pavillion laptop. Help!

    Hi Iss9243,
    Welcome to the Support Communities!
    You've already tried some great troubleshooting steps, but the article below gives you quite a few more for this issue.  Hope it helps ....
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Judy

  • The Service Component Container is not running" eventhough they are running

    Hi,
    We are on 12.0.4 with hardware load balancer(cisco), and pcp has been configured between two Application nodes. The database is in the seperate node with OS Cluster.
    I wanted to configure Workflow notification mailer. For that i have logedin through OAM workflow-->It is showing as
    Nitification mailer -unavailable
    Agent listener --     Down
    Service component --     Down
    Background Engine --     Down
    Purge --           UP
    Control queue cleanup -     Down
    I have Navigate to Service component screen,
    There all the Automatic component are showing status as stopped with error, I clicked the "workflow agent listener service" of container all the services are up and "state" is showing as "activated" Node it is showing as "Primary node of PCP"
    But when you click on any "stopped with error" service to start, It is throughing " The Service Component Container is not running" when i click on "view log" it is not showing any message seems like hanging.
    Before starting the Notification mailer configuration i wanted to rectify the above issue.
    Can you pl help us out in rectify the same.
    Thanks and Regards
    Vasu

    Check the log file from the server itself; it should be under ($APPLCSF/$APPLLOG/FNDCPGSC*.txt).

  • The Service Component Container is not running

    Hi All
    When I tried to start any of the services in the services components in the
    OAM , I got the error 'The Service Component Container is not running'
    I already did the required configuration steps required to integrate the
    workflow mailer with Email
    I am on WF.G
    The error in the view_log is : FND_WEBFILE.GET_URL (CPID=0)
    Any idea?
    Thanks in advance

    Have you verified that the concurrent manager Workflow Mailer Service is running. You can check this from the System Administrator -> Concurrent -> Manager -> Administer. You will have to make sure the Workflow Agent Listener Service is also running.
    Then start the mailer and agent listener components.
    If you still have trouble starting them up, following are the things to check out.
    1. check out if the Concurrent Manager env set up is correct. $APPL_TOP/admin/adovars.env is the file that contains env variables such as AF_CLASSPATH. This needs to point to right Java libraries that contains aqapi, jmscommon etc.
    2. The concurrent manager log files are written to $APPLCSF/$APPLLOG directory on the concurrent tier. The Service Component Container log files are named as FNDCPGSC9999.txt where the numeric part if the PID.
    3. Please refer to metalink note 242941.1 for more information on setting up and troubleshooting the mailer.
    Hope this helps.
    Vijay

  • Workflow mailer,The Service Component Container is not running.

    Dear,
    We ar on 11.5.10,
    We make clone our pord instance and try to up work flow notification but when we do this system ever time raise an error "The Service Component Container is not running.".
    any body idea.

    Hi Keen,
    Please check the workflow mailer log for any errors.
    See if the below notes help you:
    Workflow Mailer Goes Down Very Often Service Component Container is not Running. [ID 957884.1]
    'Service Component Container is not Running' when Trying to Start Workflow Components [ID 733335.1]
    Please also see link:
    https://forums.oracle.com/thread/2258324
    Hope this helps
    Best Regards,

  • Wlst command listWebServices() does not show all web services in the domain

    Hi, I am trying to use wlst command listWebServices() to display all web services of a domain. It seems that it only displays the web services of enterprice applications (ear apps), but it does not show the web services of web applications (war apps). If I pass ear appliication name and one of its web module to listWebServices, it will show the web services that belong to the web module of this application. However if I pass war application name and its web module name to listWebServices, it will return "Unable to find the SOA Composite or Service. Oracle UCM Native Web Services", although I can see from wls admin console or em that this web application does have a couple of web services.
    I also tried to call listWebServicePolicies, again it returned "Unable to find any Web Services with the specified Application".
    My purpose of doing above is to use wlst to detach/attach web service policies for some web services. Since I cannot find the web services, I off course cannot detach/attach policies.
    Does anyone have any clue how to find web services using wlst command that belong to a war application, and then detach/attach policies ? Any help will be greatly appreciated.
    Thanks,
    Jian Huang
    From Oracle fusion HCM

    As of UCM version 11.1.1.6, Oracle UCM Web Services are managed from Enterprise Manager in Fusion Middleware Control, not Weblogic Admin Console!
    A document at Oracle support explains this in more detail: https://support.oracle.com/epmos/faces/ui/km/DocumentDisplay.jspx?id=1456506.1 :
    Setting up GenericSoapService in WLS to use WS-Security:
    Go to FMW Enterprise Manager. http://wlshost:7001/em
    In the tree, navigate to Weblogic Domain -> <Domain Name> -> and click on UCM_server1. (If the managed server for WCC is named something other than UCM_server1, click on that name.)
    From the UCM_server1 drop down menu, select "Web Services".
    On the "Oracle Infrastructure Web Services" tab, click the GenericSoapPort link.
    Once there you can set the policies you want and restart the server!
    Regards,
    Göran
    Edited by: Göran Paues on 2012-aug-20 10:02

  • Webservice + secured jms (Web Service over the JMS trans).

    Apologize since this post is in the webservice forum as well but since it is related to jms as well i put it here as well.
    I have a web service that is using JMS (@WLJmsTransport Web Service over the JMS transport)
    and everything seems to be ok BUt i do not know how to use this if the JMS is secured .
    By Adding security on JMS queue what other things i need to do in order for the webservice to access the queue ?
    (where i specify the credentials ?)
    @WebService(serviceName = "ASyncService", targetNamespace = "http://axyz.org/notification/v1", endpointInterface = "
    axyz.notification.ASyncPort")
    @WLJmsTransport(contextPath = "notify", serviceUri = "async_event", portName = "ASyncServicePort", queue = "events", connectionFactory = "cnfct_receiver")
    Thank you !

    The annotation you gave is for accessing the webservice but in this case it seems the webservice has to access a secured jms
    However having your response lead me to @RunAs which solved my problem.
    Very hard to find this information.
    Thank you very much for your answer !
    Nice blog as well !
    Edited by: user630775 on Jan 28, 2010 2:02 AM

  • Exchange web services: why is ItemId not constant? [continued]

    As some others have discuss this problem before (e.g.,
    Exchange web services: why is ItemId not constant?), I want to talk about the solution, I have done what people have suggested by stamping the Guid as an extended property, For me this solution is kind of nice (although I do not know how to make it work
    with the occurrences)  but only as long as the application works, once the application restarts the extended properties of the items disappear, so my problem now, is “How to stamp the extended property on the EWS item and make it constantly there?” 
    This is the code of updating the calendar items (appointments)
    public void SetGuidForAppointement(Appointment appointment)
    appointment.SetExtendedProperty((ExtendedPropertyDefinition)_appointementIdPropertyDefinition, Guid.NewGuid().ToString());
    appointment.Update(ConflictResolutionMode.AlwaysOverwrite, SendInvitationsOrCancellationsMode.SendToNone);
    And these are the properties definition needed above. 
    _appointementIdPropertyDefinition = new ExtendedPropertyDefinition(DefaultExtendedPropertySet.Appointment, "AppointmentID", MapiPropertyType.String);
    _propertyDefinitionBases = new PropertyDefinitionBase[] { _appointementIdPropertyDefinition, ItemSchema.ParentFolderId, AppointmentSchema.Start, AppointmentSchema.End,
    AppointmentSchema.LegacyFreeBusyStatus, AppointmentSchema.Organizer };
    PropertySet = new PropertySet(BasePropertySet.FirstClassProperties, _propertyDefinitionBases);
    So if anyone has done this before could he/she provide me with an example that keeps the extended property stamped on the item even if the application exited. 
    Thanks 
     

    hello, thanks for the reply ... but it did not work .. when I re-run the application and use the following code it returns nothing , as the extended property is not saved in the exchange element. Eventhough I have replaced the "DefaultExtendedPropertySet.Appointment"
    with "DefaultExtendedPropertySet.PublicStrings" and another time with my own Guid. 
    public string GetGuidForAppointement(Appointment appointment)
    var result = "";
    var item = (Item)appointment;
    foreach (var extendedProperty in item.ExtendedProperties)
    if (extendedProperty.PropertyDefinition.Name == "AppointmentID")
    result = extendedProperty.Value.ToString();
    return result;
    Can you please send me a small code example ? 
    Thanks for your time. 

  • Deploy a web service with the deploy tool (J2EE)

    Hi!
    I want to deploy a web service with the Deploy Tool (J2EE 1.4).
    (For info, I'm working on Win 2000.)
    I have the following error when I'm trying to deploy:
    distribute: C:\monHello2\monApp.ear
    Deploy action running...
    Deployment failed on target localhost:4848_server : Fatal Error from EJB Compiler -- jaxrpc compilation exception
    !!! Operation Failed !!!
    Someone can help me, please? What's the problem?
    Other question: when I create the WAR file, I have to add : my interface class, my implementation class, my others java classes, my WSDL file and my mapping.xml file.
    Should I add the .jar that is used by one of my class???? I think yes, but...
    thank you and excuse me for my english... ;o)

    Only primitive types can be returned? Is thatcorrect????
    true - for more details check out section 3.4.1.3 of
    this book which is available for purchase or online
    http://java.sun.com/blueprints/guidelines/designing_w
    ebservices/I meant to say primitive type and "special POJOs" called "JAXRPC Value Types" - check out the reference I listed

  • MDM web services and the MDM BP services

    Hi *,
    I need to know what is the difference between the standard MDM web services and the MDM BP services.  How do I decide which set to use?
    - Kris

    Sorry but what are BP services? Do you mean Business package?
    If yes the approaches are completely different - you use Web Services when you have to customise the application and build your logic/functionality into the app. CRUD operations are procided by Web Services - you need to form your wrapper application from scratch and develop!
    With BP - it involves least development effort bearing in mind that its all standard content and not yet completely customizable. So based on your requirements plan whether to go for Business Package or Web Services or Java API completely...

  • Implementing differents web services in the same composite

    hi everybody,
    what are the bests practises to implement differents web services in the same composite:
    - creating one WSDL with differents portTypes and expose one web service for each portype
    - creating differents WSDL for each web services
    Thanks,

    Hi
    I would prefer different WebServices for each set of Operations. Please note that you can have multiple operations with different input and output xsd parametes. So its like One WebService -> One Port -> Multiple Operations. Only draw back is, you have to deploy all these webservices as multiple WAR files. Or one big EAR that has all these WAR Files.
    I tried once One WebService -> 2 Ports -> Each Port with its own set of operations. I ran into problem when I tried to generate client for this webservice. The JAXB generated classes was odd and this did not work.
    There may be some other option also. Hopefully someone can share their thoughts.
    Thanks
    Ravi Jegga

  • Apache Web Server Listener (PLSQL) is not running!!!

    adapcctl erroring out with message "Apache Web Server Listener (PLSQL) is not running." after a simple apache bounce
    EBS 11.5.10.2
    [applmgr@naoes04 naprod]$ adapcctl.sh start
    adapcctl.sh version 115.55
    Apache Web Server Listener is not running.
    Starting Apache Web Server Listener (dedicated HTTP) ...
    Apache Web Server Listener (PLSQL) is not running.
    Starting Apache Web Server Listener (dedicated PLSQL) ...
    adapcctl.sh: exiting with status 0
    [applmgr@naoes04 naprod]$ adapcctl.sh status
    adapcctl.sh version 115.55
    Apache Web Server Listener :httpd ( pid 19447 ) is running.
    Apache Web Server Listener (PLSQL) is not running.
    adapcctl.sh: exiting with status 1

    1. Check adapcctl.sh log file
    2. It was working before? If yes what changed?
    3. Did you change apps password?1. No noticeable entry in adapcctl log except this
    +05/24/12-06:46:02 :: adapcctl.sh version 115.55+
    +05/24/12-06:46:02 :: Apache Web Server Listener :httpd ( pid 30453 ) is running.+
    +05/24/12-06:46:02 :: Apache Web Server Listener (PLSQL) is not running.+
    +05/24/12-06:46:02 :: adapcctl.sh: exiting with status 1+
    +================================================================================+
    +05/24/12-06:46:17 :: adapcctl.sh version 115.55+
    +05/24/12-06:46:17 :: Apache Web Server Listener :httpd ( pid 30453 ) is running.+
    +05/24/12-06:46:17 :: Apache Web Server Listener (PLSQL) is not running.+
    +05/24/12-06:46:17 :: adapcctl.sh: exiting with status 1+
    +===============================================================================+
    2. It was working before, nothing was changed
    3. Nope, I did not change the apps password
    I have already tried those steps
    Apache Web Server Listener (PLSQL) is not running.
    adapcctl.sh: exiting with status 1
    Edited by: 928983 on 24-May-2012 05:23

  • Questions on web services in the CRM system from abap

    Hi, we are new to consuming web services within the abap engine and have a couple of questions
    When we consume the webservice do we have access to the web.xml and ejb-jar.xml deployment descriptors is there a standard servicref element
    Are these descriptors editable so we can add JAX/RPC client side messages to the service ref element
    What are all the versions also as I can't seem to find any info also any documentation on the above if it exists would be greatly appreciated
    Cheers,
    Devlin

    Hi Devlin,
    When you can consume the services with CAF core or deployable proxies within Netweaver04s, you are able to see the web.xml and the ejb-jar.xml deployment descriptors.
    For Comsuming services within ABAP,this doc shoukd serve the purpose,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6066fbe8-edc4-2910-9584-a9601649747d
    This doc shows how to provide and conmsume services in ABAP,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30f1b585-0a01-0010-3d96-ad0ea291c4f9
    Also I found an old doc which talks about consuming in Netwaever,probably throws somelight on deployable proxies.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0c4e8960-0501-0010-fc82-bb83af9155bf
    Message was edited by:
            Karthik S J

Maybe you are looking for