Creating the proxy service

When I create the proxy service and choose to be created from the WSDL, I have two options for selecting the port and binding, could you explain the difference in choosing between the port or binding?
Thanks!

Hi,
Here is the difference.
If the service is based on a binding:
If the service is generated from binding Y in the WSDL resource, the effective WSDL defines a new service and port (<bindingname>QSService and <bindingname>QSPort). None of the ports defined in the WSDL resource are included in the effective WSDL.
There may be multiple ports in that WSDL associated with that binding. Each port can use a different URL. Therefore, the effective WSDL uses the binding but generates an artificial port from the configuration on the service for that binding. All other ports will be removed.
If the service is based on a port:
If the service is generated from port X in the WSDL resource, then port X is also defined in the effective WSDL. Any other ports defined in the WSDL resource are not included. Furthermore, if you base the proxy service on a WSDL port, the effective WSDL uses that port name. The binding is determined from the port, and in turn, the port type is determined from the binding.
The effective WSDL preserves any WS-Policies associated with the port defined in the resource WSDL.
The transport address specified in the port definition in the resource WSDL is never used as the address for a proxy service in the effective WSDL:For HTTP services, you must specify a transport address when configuring the transport in the Administration Console or the plug-in. That address is used in the port definition in the effective WSDL.The URL specified as the transport address for a proxy service is always relative to a path in an Oracle Service Bus domain, because Oracle Service Bus always hosts proxy services.
For SOAP-protocol-based WSDL services, the transport URI in the SOAP binding depends on the transport implementation. For standard transports (like HTTP and JMS), this value is as per the SOAP specification or another universally accepted value. For transports for which SOAP does not define a standard value, Oracle Service Bus sets one consisting of a predefined namespace with the transport ID appended at the end: http://www.oracle.com/transport/2007/05/.
There is one service element in the effective WSDL, and the port address contains a URL whose syntax and semantic is defined by the transport selected in the binding.
thanks,
Richa

Similar Messages

  • WSDL Metadata not available to create the proxy, either Service instance or ServiceEndpointInterface com.microsoft.bingads.campaignmanagement.ICampaignManagementService should have WSDL information

    package com;
    import java.rmi.*;
    import com.microsoft.bingads.*;
    import com.microsoft.bingads.campaignmanagement.*;
    public class AdExtensions   {
        static AuthorizationData authorizationData;
        static ServiceClient<ICampaignManagementService> CampaignService;
        private static java.lang.String UserName = "chandan-ai";
        private static java.lang.String Password = "Algo1234";
        private static java.lang.String DeveloperToken = "BBD37VB98";
        private static long CustomerId = 9548596;
        private static long AccountId = 38360461;
        public static void main(java.lang.String[] args) {
            try
                authorizationData = new AuthorizationData();
                authorizationData.setDeveloperToken(DeveloperToken);
                authorizationData.setAuthentication(new PasswordAuthentication(UserName, Password));
                authorizationData.setCustomerId(CustomerId);
                authorizationData.setAccountId(AccountId);
            //      String namespace ="https://bingads.microsoft.com/CampaignManagement/v9";
                //  String url ="https://api.sandbox.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?wsdl";
           CampaignService = new ServiceClient<ICampaignManagementService>(
                             authorizationData,ApiEnvironment.SANDBOX,
                             ICampaignManagementService.class);
                 ArrayOfCampaign campaigns = new ArrayOfCampaign();
                 Campaign campaign = new Campaign();
                 campaign.setName("Winter Clothing " + System.currentTimeMillis());
                 campaign.setDescription("Winter clothing line.");
                 campaign.setBudgetType(BudgetLimitType.MONTHLY_BUDGET_SPEND_UNTIL_DEPLETED);
                 campaign.setMonthlyBudget(1000.00);
                 campaign.setTimeZone("PacificTimeUSCanadaTijuana");
                 campaign.setDaylightSaving(true);
                 campaign.setDailyBudget(52.00);
                 campaigns.getCampaigns().add(campaign);
              ArrayOflong campaignIds = addCampaigns(AccountId, campaigns);
              printCampaignIdentifiers(campaignIds);
             } catch (Exception ex) {
                 // Ignore fault exceptions that we already caught.
                 if ( ex.getCause() instanceof AdApiFaultDetail_Exception ||
                      ex.getCause() instanceof EditorialApiFaultDetail_Exception ||
                      ex.getCause() instanceof ApiFaultDetail_Exception )
                 else
                     System.out.println("Error encountered: ");
                     System.out.println(ex.getMessage());
                     ex.printStackTrace();
         // Adds one or more campaigns to the specified account.
         static ArrayOflong addCampaigns(long accountId, ArrayOfCampaign campaigns) throws RemoteException, Exception
             AddCampaignsRequest request = new AddCampaignsRequest();
             // Set the request information.
             request.setAccountId(accountId);
             request.setCampaigns(campaigns);
             System.out.println(request.getCampaigns() + "\n"+ request.getAccountId());
             return CampaignService.getService().addCampaigns(request).getCampaignIds();
         // Prints the campaign identifiers for each campaign added.
         static void printCampaignIdentifiers(ArrayOflong campaignIds)
             if (campaignIds == null)
                 return;
             for (long id : campaignIds.getLongs())
                 System.out.printf("Campaign successfully added and assigned CampaignId %d\n\n", id);
    when running this program i am getting error
     WSDL Metadata not available to create the proxy, either Service instance or ServiceEndpointInterface com.microsoft.bingads.campaignmanagement.ICampaignManagementService should have WSDL information
    javax.xml.ws.WebServiceException: WSDL Metadata not available to create the proxy, either Service instance or ServiceEndpointInterface com.microsoft.bingads.campaignmanagement.ICampaignManagementService should have WSDL information
        at com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(Unknown Source)
        at com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(Unknown Source)
        at javax.xml.ws.Service.getPort(Unknown Source)
        at com.microsoft.bingads.internal.ServiceFactoryImpl.createProxyFromService(ServiceFactoryImpl.java:117)
        at com.microsoft.bingads.ServiceClient.getService(ServiceClient.java:94)
        at com.AdExtensions.addCampaigns(AdExtensions.java:91)
        at com.AdExtensions.main(AdExtensions.java:49)
                                          

    Hello.
    Please make sure you have the correct dependency versions e.g. cxf-rt-frontend-jaxws version 3.0.2. You can find a list of all dependencies for the Bing Ads Java
    SDK here:http://mvnrepository.com/artifact/com.microsoft.bingads/microsoft.bingads/9.3.2-beta
    If you create a Maven project e.g. in Eclipse, the dependencies are included automatically. 
    I hope this helps!

  • Error while executing the proxy service

    Hi,
    I have a procedure which uses a database link to access my tables. And business service will invoke this procedure through JCA.
    We have created a datasource (Driver : non - XA for Service connections). However, while executing the proxy service it gives me below error.
    Do i need to change the type of driver. Can anybody please help me on this.
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Header xmlns:com1="com:gm:vehicleengineering:engineeringworkorder:ewostatus:types:ewostatusschema:1:0" xmlns:com="com:gm:common:utilities:types:servicecontrol:1:0">
    <com:ServiceControl>
    <com:Service>EWOStatus</com:Service>
    <com:Version>1.0</com:Version>
    <com:ConsumerID>CID</com:ConsumerID>
    <com:MessageID>MID</com:MessageID>
    <com:SentTimeStamp>2008-09-28T21:49:45</com:SentTimeStamp>
    </com:ServiceControl>
    </soapenv:Header>
    <soapenv:Body>
    <soapenv:Body>
    <com:ServiceFault xmlns:com="com:gm:common:utilities:types:servicefault:1:0">
    <com:FaultCode>SOAFLT-999</com:FaultCode>
    <com:FaultString>GeneralError</com:FaultString>
    <com:FaultActor>Server</com:FaultActor>
    <com:FaultDetail>Invoke JCA outbound service failed with connection error, exception: com.bea.wli.sb.transports.jca.JCATransportException: oracle.tip.adapter.sa.api.JCABindingException: oracle.tip.adapter.sa.impl.fw.ext.org.collaxa.thirdparty.apache.wsif.WSIFException: servicebus:/WSDL/VehicleEngineering/EngineeringWorkOrder/EWOStatus/V1/WSDL/jcaEWOStatus_1_0_0 [ GetEWOStatus_ptt::GetEWOStatus(InputParameters,OutputParameters) ] - WSIF JCA Execute of operation 'GetEWOStatus' failed due to: Interaction processing error.
    Error while processing the execution of the SP_GETEWOSTATUS API interaction.
    An error occurred while processing the interaction for invoking the SP_GETEWOSTATUS API. Cause: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.0.2.v20100323-r6872): org.eclipse.persistence.exceptions.DatabaseException
    Internal Exception: java.sql.SQLException: Internal error: Cannot obtain XAConnection java.lang.ClassCastException: oracle.jdbc.driver.T4CConnection
         at weblogic.jdbc.jta.DataSource.getXAConnectionFromPool(DataSource.java:1684)
         at weblogic.jdbc.jta.DataSource.getConnection(DataSource.java:439)
         at weblogic.jdbc.jta.DataSource.connect(DataSource.java:396)
         at weblogic.jdbc.common.internal.RmiDataSource.getConnection(RmiDataSource.java:355)
         at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:126)
         at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:94)
         at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:162)
         at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:327)
         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:295)
         at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:558)
         at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1437)
         at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:303)
         at oracle.tip.adapter.db.DBConnection.getTopLinkSQLConnection(DBConnection.java:335)
         at oracle.tip.adapter.db.transaction.DBTransaction.beginInternal(DBTransaction.java:126)
         at oracle.tip.adapter.db.sp.SPInteraction.executeStoredProcedure(SPInteraction.java:93)
         at oracle.tip.adapter.db.DBInteraction.execute(DBInteraction.java:248)
         at oracle.tip.adapter.sa.impl.fw.wsif.jca.WSIFOperation_JCA.performOperation(WSIFOperation_JCA.java:534)
         at oracle.tip.adapter.sa.impl.JCABindingReferenceImpl.request(JCABindingReferenceImpl.java:257)
         at com.bea.wli.sb.transports.jca.binding.JCATransportOutboundOperationBindingServiceImpl.invoke(JCATransportOutboundOperationBindingServiceImpl.java:150)
         at com.bea.wli.sb.transports.jca.JCATransportEndpoint.sendRequestResponse(JCATransportEndpoint.java:209)
         at com.bea.wli.sb.transports.jca.JCATransportEndpoint.send(JCATransportEndpoint.java:170)
         at com.bea.wli.sb.transports.jca.JCATransportProvider.sendMessageAsync(JCATransportProvider.java:572)
         at sun.reflect.GeneratedMethodAccessor771.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
         at $Proxy142.sendMessageAsync(Unknown Source)
         at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:152)
         at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:603)
         at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:560)
         at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:426)
         at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatch(PipelineContextImpl.java:501)
         at stages.routing.runtime.RouteRuntimeStep.processMessage(RouteRuntimeStep.java:128)
         at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
         at com.bea.wli.sb.pipeline.RouteNode.doRequest(RouteNode.java:106)
         at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
         at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:922)
         at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
         at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:99)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:591)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
         at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
         at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:375)
         at com.bea.wli.sb.transports.CoLocatedMessageContext$1.run(CoLocatedMessageContext.java:164)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at weblogic.security.Security.runAs(Security.java:61)
         at com.bea.wli.sb.util.security.SecurityUtils.runAs(SecurityUtils.java:58)
         at com.bea.wli.sb.transports.CoLocatedMessageContext.send(CoLocatedMessageContext.java:157)
         at com.bea.wli.sb.transports.http.wls.HttpTransportProvider.sendMessageAsync(HttpTransportProvider.java:215)
         at sun.reflect.GeneratedMethodAccessor771.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.wli.sb.transports.Util$1.invoke(Util.java:83)
         at $Proxy122.sendMessageAsync(Unknown Source)
         at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageAsync(LoadBalanceFailoverListener.java:152)
         at com.bea.wli.sb.transports.LoadBalanceFailoverListener.sendMessageToServiceAsync(LoadBalanceFailoverListener.java:603)
         at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageToService(TransportManagerImpl.java:560)
         at com.bea.wli.sb.transports.TransportManagerImpl.sendMessageAsync(TransportManagerImpl.java:426)
         at com.bea.wli.sb.pipeline.PipelineContextImpl.dispatch(PipelineContextImpl.java:501)
         at stages.routing.runtime.RouteRuntimeStep.processMessage(RouteRuntimeStep.java:128)
         at com.bea.wli.sb.stages.StageMetadataImpl$WrapperRuntimeStep.processMessage(StageMetadataImpl.java:346)
         at com.bea.wli.sb.pipeline.RouteNode.doRequest(RouteNode.java:106)
         at com.bea.wli.sb.pipeline.Node.processMessage(Node.java:67)
         at com.bea.wli.sb.pipeline.PipelineContextImpl.execute(PipelineContextImpl.java:922)
         at com.bea.wli.sb.pipeline.Router.processMessage(Router.java:214)
         at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:99)
         at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:591)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
         at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
         at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:375)
         at com.bea.wli.sb.transports.http.generic.RequestHelperBase$1.run(RequestHelperBase.java:152)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
         at com.bea.wli.sb.transports.http.generic.RequestHelperBase.securedInvoke(RequestHelperBase.java:151)
         at com.bea.wli.sb.transports.http.wls.HttpTransportServlet.service(HttpTransportServlet.java:127)
         at weblogic.servlet.FutureResponseServlet.service(FutureResponseServlet.java:25)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3686)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Thanks,
    Chandana

    Make sure that you are using non-xa datasources and in DBAdapter outbound connection pool configuration provide the data source JNDI in "dataSourceName" property instead of "xADataSourceName" property. Update the DBAdapter after changing configuration.
    Regards,
    Anuj

  • Need JAVA API to list down all the Proxy Services in OSB Console 11g

    Hi,
    I need a java API to List down all the Proxy Services present in OSB Console for SOA 11g (11.1.1.5). I am in a situation where I cant use python script for the same.
    any help will be much appreciated.
    Thanks in Advance,
    Ravi
    Edited by: 899443 on Oct 1, 2012 4:13 AM

    AFAIK it is proprietary.
    What I do in a similar situation is to form XML for the services, package them into JAR the same way as an import JAR is packaged (creating ExportInfo resource, ...) and deploy with standard WSLT script. Works for simplest services only (direct proxies mostly) but I can also form security, alerts, throttling etc etc etc -- all in one shot.
    Out of sheer interest, may I ask you a question? Why do you need to create OSB services from Java?
    Vlad
    http://vladimirdyuzhev.com

  • Urgent ! Creating https proxy service in OSB

    Hi All,
    I am trying to create a proxy service with https(1 way) in OSB.I followed these steps,or rather tried.I am trying to use the default SSL keystores(Demo Identity and Demo Trust)
    I made sure that the demonstration Identity and Trust keystores are located in the WL_HOME\server\lib directory and configured by default and the cacerts file in the JAVA_HOME\jre\lib\security directory.
    But when I tried to create a service key provider in OSB I get this error "<There is no PKI credential mapper provider configured in your security realm. Service key provider management will be disabled. Configure a PKI credential mapper provider if you need service provider support. This is typically the case if you have Oracle Service Bus proxy services with web service security enabled or outbound 2-way SSL connections.>"
    And when i try to create a PKI Credential mapper then I encounter this "This page is used to create a PKI credential mapping.
    A PKI provider must be created and configured before a PKI credential mapping can be created."
    Is there anything that I am missing?
    Please advice ASAP.
    Thanks
    Sridhar

    I have done this in my development server and it works fineOnly one service can listen on one port and hence you should assign unique ports to each server in Weblogic domain (including Admin server). Two weblogic servers cann't listen on one port. Make sure that ports assigned to the servers are not already in use by any other application/service including any other Weblogic server.
    Please let me know for 2 way SSL,and to add the Service Key Providerhttp://download.oracle.com/docs/cd/E17904_01/web.1111/e13707/ssl.htm#i1200848
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15866/transport_level.htm#i1079076
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e15867/service_key_providers.htm#OSBAG982
    Regards,
    Anuj

  • How to be able to view the proxy service's WSDL in the browser

    Hello, I created a ALSB proxy service that I have been able to successfully access from a SOAP client. I exported the WSDL from the Project Explorer, Resources Block, Actions column, and it gave me this URL to hit the proxy service:
    http://mymachine:7001/OneProxyServiceToOneBusinessService/DoubleItWSFromWL_PRSRV
    No problem here. But when I try to access the WSDL from the browser (helpful for SOAP clients in generating the JAX-WS artifacts), using this URL:
    http://mymachine:7001/OneProxyServiceToOneBusinessService/DoubleItWSFromWL_PRSRV?wsdl
    I get this error HTML message back as a response:
    "Error 405--Method Not Allowed
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.6 405 Method Not Allowed
    The method specified in the Request-Line is not allowed for the resource identified by the Request-URI. The response MUST include an Allow header containing a list of valid methods for the requested resource"
    (Same error message if I omit the "?wsdl" at the end, BTW.)
    I don't understand this message--what do I need to do to be able to view the proxy service's WSDL from the browser, or does ALSB not provide that option?
    Thanks,
    Glen

    Click on the Proxy Service in your ALSB project to go to Proxy Service Configuration page. On this page, you will see an endpoint URI, something like /myservice. To get the wsdl in browser, use the URL like http://mymachine:7001/myservice?wsdl

  • Getting Error while creating the proxy generator in Dot Net Connector 2003

    Hi,
    While creating the proxy generator in Dot Net Connector 2003 i am getting following error: I am successfully able to login into the SAP system and able to select the SAP tables but during the final step of proxy generator wizard i am getting following error:
    <b>----
    Error in Proxy-Generator
    To create a proxy directly from a SAP system, you must install a Java VM from JavaSoft
    Inner error was:
    Object reference not set to an instance of an object.
    OK  
    </b>
    I have already installed the Java JVM on my machine its version is as follows:
    <b>java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)</b>
    Regards,
    Ravi Shah

    Hi Amit,
    I doing good!!!! Thanks for the response.
    I uninstalled the earlier version of JVM and installed the latest version of JVM i.e. jre-1_5_0_09-windows-i586-p.
    I got the proper entries under registry mentioned below:
    <b>Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft]
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in]
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_09]
    "JavaHome"="C:
    Program Files
    Java
    jre1.5.0_09"
    "UseJava2IExplorer"=dword:00000001
    "HideSystemTrayIcon"=dword:00000000
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment]
    "CurrentVersion"="1.5"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5]
    "JavaHome"="C:
    Program Files
    Java
    jre1.5.0_09"
    "RuntimeLib"="C:
    Program Files
    Java
    jre1.5.0_09
    bin
    client
    jvm.dll"
    "MicroVersion"="0"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5.0_09]
    "JavaHome"="C:
    Program Files
    Java
    jre1.5.0_09"
    "MicroVersion"="0"
    "RuntimeLib"="C:
    Program Files
    Java
    jre1.5.0_09
    bin
    client
    jvm.dll"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update]
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy]
    "Country"="IN"
    "PostStatusUrl"="https://sjremetrics.java.com/b/ss//6"
    "EnableJavaUpdate"=dword:00000001
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start]
    "CurrentVersion"="1.5.0_09"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.0.1]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.0.1_02]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.0.1_03]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.0.1_04]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.0.1_05]
    "Home"="C:
    Program Files
    Java Web Start"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.2]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.2.0_01]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.2.0_02]
    "Home"="C:
    Program Files
    Java Web Start"
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Web Start\1.5.0_09]
    "Home"="C:
    Program Files
    Java
    jre1.5.0_09
    bin"</b>
    After installation I opened the Dot Net connector proxy client wizard . I followed the series of step during Dot Net connector configuration:
    1. selected the SAP connector.
    2. The next screen 'Enter Logon Information' comes where i entered the following information System as 'custom', host='IP address', Id='00' but by default it turns to '0' , client='800', user='user id' and password ='password'.
    3. After clicking on Next button i am successfully logon into the SAP system.
    4. The next screen in the wizard is 'selectall the remote function modules that you want to be part of your proxy object'. After selecting the SAP tables and clicked on Next button I am getting following error
    <b>
    Error in Proxy-Generator
    To create a proxy directly from a SAP system, you must install a Java VM from JavaSoft
    Inner error was:
    INFO: using logging implementation "AII Logging"
    Exception in thread "main" com.sap.aii.upload.api.LoginException$WrongPassword: Invalid user/password combination
         at com.sap.aii.upload.sap.SAPConnection.connect(SAPConnection.java:94)
         at com.sap.aii.upload.sap.SAPConnection.<init>(SAPConnection.java:38)
         at com.sap.aii.upload.tool.RFC2WSDLTool.getWSDLforRFCs(RFC2WSDLTool.java:81)
         at com.sap.aii.upload.tool.RFC2WSDLTool.main(RFC2WSDLTool.java:196)
    OK  
    </b>
    Thanks and Regards,
    Ravi Shah

  • Top down approach for creating the web services in NWDS 7.1

    I am trying to develop a web service in top down approach.
    1) I created a Dynamic web project.
    2) Created a WSDL File using the WSDL Graphic editor.
    3) Now i am trying to create the Webservice from the WSDL file ,  i am getting the following error
    The SAP Netweaver Web service runtime does not support the service project type Dynamic Web Project.
    How do i created the web service from here on.
    Regards
    ABS

    In NWDS 7.1 i used to create webservice.I followed the process given in sap help.
    steps:
    1.      In the SAP NetWeaver Developer Studio, you create an EJB Project and an enterprise application project for the Web service.
    2.      In the EJB Project, you create an EJB Session Bean 3.0 and implement the business logic of the Web service.
    3.      You expose the EJB Session Bean 3.0 as a Web service, using the Web service wizard in the SAP NetWeaver Developer Studio.
    4.    You deploy the Web service endpoint on the application server.
    Thanks,
    Murthy.

  • Creating the Windows Service for the Database Instance

    Hello, I am using the PeopleTools 8.52 Installation for Oracle documentation and was in Task 6A-2: Creating the Windows Service for the Database Instance.
    After I type in
    oradim -new -sid ORCL -intpwd manager -startmode auto -pfile C:\Oracle\database\initORCL.ora
    I had encountered these errors:
    OPW-00005: File with same name exists - please delete or rename
    DIM-00019: create service error
    O/S-Error: (OS 1073) The specified service already exists.
    Please advise.... Thank you in advance!

    Hi, thank you for your reply!
    After I typed oradim -delete -sid ORCL, it shows this:
    Unable to stop service, OS Error = 1062
    Instance deleted.
    Then, I:
    Set ORACLE_SID=ORCL
    oradim -new -sid ORCL -intpwd manager -startmode auto -pfile C:\Oracle\database\initORCL.ora
    Then, it shows:
    OPW-00005: Files with same name exists - please delete or rename
    Instance created.
    Does it mean no error already and I can proceed?

  • How to create the Portal Service in Portal 7.3,

    Dear Experts,
    how to create the Portal Service in Portal 7.3, as we create in Portal 7.0 by creating the Portal Project in that we create Portal Service and we can start and stop in Portal Service configuration in System Administration
    Thanks,
    Sagar Pande

    Hi Sagar,
    Procedure
      1.  Open the SAP NetWeaver Administrator by either of the following methods:
           a. Use the URL to your AS Java (hostname:port) to access the AS Java home page and use the link to SAP NetWeaver Administrator.
           b. Alternatively, add nwa to the AS Java URL to access SAP NetWeaver Administrator directly. (hostname:port/nwa).
      2  Go to   Operations Management   Systems   and click the Start & Stop link.
        The Start & Stop: Java EE Instances window opens.
      3  Click the Java EE Application bar and select the relevant application in the Application List.
        The Portal Services pane displays the services associated with the selected application.
      4  Use the buttons Start Service or Stop Service.
    Refer to Portal 7.3 help
    http://help.sap.com/saphelp_nw73/helpdata/en/f6/ac978061ac4b24a87a1f821313c4fe/frameset.htm
    Br,
    Venky

  • How to create RESTful proxy service in OSB?

    How can I write RESTful web services in OSB?
    We are using OSB 11g.
    I know how to create SOAP proxy service in OSB. I just want to switch to RESTful services from SOAP.

    http://blogs.oracle.com/jeffdavies/2009/06/restful_services_with_oracle_s_1.html
    http://blogs.oracle.com/jamesbayer/2008/07/using_rest_with_oracle_service.html
    http://biemond.blogspot.com/2009/05/osb-rest-service-with-xml-json-output.html
    http://blogs.oracle.com/knutvatsendvik/2009/11/how_to_specify_ampersand_in_a_rest_query-string_osb.html
    Regards,
    Anuj

  • In OSB 10,3, a Java Callout runs in the same thread of the Proxy Service?

    Hello,
    a I have a Java Callout within the Proxy Service, request pipeline.
    Does it runs in the same thread of the Proxy?
    If NOT,
    which work manager is the Java Callout pinned to?
    can I set the work manager I want?
    Thank you,
    regards
    F.Costa

    Thanks a lot.
    Pointer to great info.
    However doesn't mention Java Callout threading, nor the documentation does.
    Anybody with a YES or NO, please...
    F.Costa

  • (model.cpp (4051)) SBL-DAT-00227: Unable to create the Business Service 'EAI Outbound Service'

    Hello,
    I'm self-study integrating Siebel with SOA
    I just set up windown 2003 Siebel 8.1.1.11 (32-bit)
    I start Siebel Server error log file:
    >>>>> InfraEAIOutbound_0021_22020098.log <<<<<
    2021 2014-04-15 11:27:34 0000-00-00 00:00:00 +0700 00000000 001 003f 0001 09 InfraEAIOutbound 22020098 724 4056 C:\Siebel\8.1.1.11.0\ses\siebsrvr\log\InfraEAIOutbound_0021_22020098.log 8.1.1.11 [23030] ENU
    ServerLog    LstnObjInherit    3    000064e0534c0428:0    2014-04-15 110    2014-04-15 11:27:34    Inherited listening object for port 49157
    ServerLog    LstnObjPrivCreate    3    000064e2534c0428:0    2014-04-15 110    2014-04-15 11:27:34    Created port 49170 for EAI Outbound Server
    GenericLog    GenericError    1    000064e2534c0428:0    2014-04-15 110    2014-04-15 11:27:53    [AUDIT_LOG]: Global audit cache load successful.
    ObjMgrLog    Error    1    000064e2534c0428:0    2014-04-15 110    2014-04-15 11:28:11    (model.cpp (4051)) SBL-DAT-00227: Unable to create the Business Service 'EAI Outbound Service'
    GenericLog    GenericError    1    000064e2534c0428:0    2014-04-15 110    2014-04-15 11:28:11    Object manager error: ([0] Unable to create the Business Service 'EAI Outbound Service'(SBL-DAT-00227) (0x7500e3))
    GenericLog    GenericError    1    000064e2534c0428:0    2014-04-15 110    2014-04-15 11:28:11    Object manager error: ([1] Could not find 'Class' named 'EAI Outbound Service'. This object is inactive or nonexistent.(SBL-DAT-00144) (0x750090))
    GenericLog    GenericError    1    000064e2534c0428:0    2014-04-15 110    2014-04-15 11:28:11    ( (0) err=2818155 sys=7667856) SBL-OMS-00107: Object manager error: ([1] Could not find 'Class' named 'EAI Outbound Service'. This object is inactive or nonexistent.(SBL-DAT-00144) (0x750090))
    GenericLog    GenericError    1    000064e2534c0428:0    2014-04-15 110    2014-04-15 11:28:11    ( (0) err=2818155 sys=7667939) SBL-OMS-00107: Object manager error: ([0] Unable to create the Business Service 'EAI Outbound Service'(SBL-DAT-00227) (0x7500e3))
    GenericLog    GenericError    1    000064e2534c0428:0    2014-04-15 110    2014-04-15 11:28:11    (bsvcmgr.cpp (941) err=2818250 sys=0) SBL-OMS-00202: Error 7667939 loading Business Service "EAI Outbound Service"
    GenericLog    GenericError    1    000064e2534c0428:0    2014-04-15 110    2014-04-15 11:28:11    (bsvcmgr.cpp (1044) err=2818250 sys=0) SBL-OMS-00202: Error 7667939 loading Business Service "EAI Outbound Service"
    GenericLog    GenericError    1    000064e2534c0428:0    2014-04-15 110    2014-04-15 11:28:11    (smimtsrv.cpp (1203) err=2818250 sys=0) SBL-OMS-00202: Error 7667939 loading Business Service "EAI Outbound Service"
    SmiLayerLog    Error    1    000064e2534c0428:0    2014-04-15 110    2014-04-15 11:28:11    Terminate process due to unrecoverable error: 2818250. (Main Thread)
    LOG FILE:
    >>>> SIEBELEVAL.Eval_1.log <<<<<
    2021 2014-04-15 11:27:05 0000-00-00 00:00:00 +0700 00000000 001 003f 0001 09 SiebSrvr 0 2404 2876 C:\Siebel\8.1.1.11.0\ses\siebsrvr\log\SIEBELEVAL.Eval_1.log 8.1.1.11 [23030] ENU
    ServerLog    ServerStartup    1    00006142534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Siebel Enterprise Applications Server is starting up
    ServerLog    LstnObjCreate    1    00006231534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Created port 49156 for Business Integration Batch Manager
    ServerLog    LstnObjCreate    1    00006231534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Created port 49157 for EAI Outbound Server
    ServerLog    LstnObjCreate    1    00006232534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Created port 49158 for JMS Receiver
    ServerLog    LstnObjCreate    1    00006232534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Created port 49159 for Business Integration Manager
    ServerLog    LstnObjCreate    1    00006232534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Created port 49160 for File System Manager
    ServerLog    LstnObjCreate    1    00006232534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Created port 49161 for Server Request Processor
    ServerLog    LstnObjCreate    1    00006232534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Created port 49162 for Siebel Administrator Notification Component
    ServerLog    LstnObjCreate    1    00006232534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Created port 49163 for Server Request Broker
    ServerLog    LstnObjCreate    1    00006232534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Created port 49164 for Server Manager
    ServerLog    LstnObjCreate    1    00006232534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Created port 2321 for Siebel Connection Broker
    ServerLog    LstnObjCreate    1    00006233534c0428:0    2014-04-15 110    2014-04-15 11:27:05    Created port 49165 for Forecast Service Manager
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:05    SRBroker    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:05    ServerMgr    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:05    ServerMgr    INITIALIZED    Component has initialized (no spawned procs).
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:05    SiebSrvr    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:05    SiebSrvr    INITIALIZED    Component has initialized (no spawned procs).
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:05    SCBroker    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:05    SrvrSched    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:05    SrvrSched    INITIALIZED    Component has initialized (no spawned procs).
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:05    Created multithreaded server process (OS pid =     2800    ) for SRBroker
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:05    Created server process (OS pid =     2408    ) for SCBroker
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:05    SCBroker    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    SRBroker    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    FSMSrvr    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    SRProc    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    SvrTblCleanup    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    SvrTaskPersist    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    AdminNotify    STARTING    Component is starting up.
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    Created multithreaded server process (OS pid =     3404    ) for FSMSrvr
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    Created multithreaded server process (OS pid =     3796    ) for SRProc
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    Created server process (OS pid =     3852    ) for SvrTblCleanup
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    Created server process (OS pid =     3104    ) for SvrTaskPersist
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    Created multithreaded server process (OS pid =     3876    ) for AdminNotify
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:10    FSMSrvr    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:15    SRProc    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    SvrTblCleanup    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    SvrTaskPersist    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    AdminNotify    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    FINSObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    FINSeSalesObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    FINSeBrokerageObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    FINSConsoleObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    INSeServiceObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    FINSeChannelObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    FINSeBankingObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    FINSeEnrollmentObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    SSEObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    FINSeCustomerObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    MqSeriesAMIRcvr    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    MqSeriesAMIRcvr    INITIALIZED    Component has initialized (no spawned procs).
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    BusIntBatchMgr    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    SMCObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    MSMQRcvr    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    MSMQRcvr    INITIALIZED    Component has initialized (no spawned procs).
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    InfraEAIOutbound    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    MqSeriesSrvRcvr    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    MqSeriesSrvRcvr    INITIALIZED    Component has initialized (no spawned procs).
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    JMSReceiver    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    BusIntMgr    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    EIM    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    EIM    INITIALIZED    Component has initialized (no spawned procs).
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    EAIObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    CustomAppObjMgr_enu    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    SMQReceiver    STARTING    Component is starting up.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    SMQReceiver    INITIALIZED    Component has initialized (no spawned procs).
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    FcstSvcMgr    STARTING    Component is starting up.
    ServerLog    ServerStarted    1    00006499534c0428:0    2014-04-15 110    2014-04-15 11:27:16    Siebel Application Server is ready and awaiting requests
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    Created server process (OS pid =     2488    ) for FINSObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:16    Created server process (OS pid =     2540    ) for FINSeSalesObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:17    Created server process (OS pid =     3568    ) for FINSeBrokerageObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:17    Created server process (OS pid =     2640    ) for FINSConsoleObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:17    Created server process (OS pid =     4092    ) for INSeServiceObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:17    Created server process (OS pid =     2812    ) for FINSeChannelObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:17    Created server process (OS pid =     316    ) for FINSeBankingObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:17    Created server process (OS pid =     3068    ) for FINSeEnrollmentObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:17    Created server process (OS pid =     2572    ) for SSEObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:17    Created server process (OS pid =     2940    ) for FINSeCustomerObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:17    Created multithreaded server process (OS pid =     1804    ) for BusIntBatchMgr
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:17    Created server process (OS pid =     3288    ) for SMCObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:18    Created multithreaded server process (OS pid =     724    ) for InfraEAIOutbound
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:18    Created multithreaded server process (OS pid =     2296    ) for JMSReceiver
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:18    Created multithreaded server process (OS pid =     2976    ) for BusIntMgr
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:18    Created server process (OS pid =     3168    ) for EAIObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:18    Created server process (OS pid =     2448    ) for CustomAppObjMgr_enu
    ServerLog    ProcessCreate    1    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:18    Created multithreaded server process (OS pid =     3080    ) for FcstSvcMgr
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:28    FINSObjMgr_enu    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:28    FINSeBrokerageObjMgr_enu    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:28    FINSConsoleObjMgr_enu    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:33    FINSeSalesObjMgr_enu    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:33    SSEObjMgr_enu    INITIALIZED    Component has initialized.
    ServerLog    ComponentUpdate    2    00001cbf534c0964:0    2014-04-15 110    2014-04-15 11:27:33    SMCObjMgr_enu    INITIALIZED 

    Hi Experts,
    How to configure and launch the Siebel EAI?
    I'm having problems with url: http://ws811/eai_enu/start.swe?SWECmd=Start&SWEHo=ws811
    HTTP 500 - Internal server error
    Internet Explorer
    And the other url is OK:
    http://ws811/sales_ENU/start.swe?SWECmd=Start&SWEHo=ws811
    Please provide solution the asap.

  • [svn:bz-trunk] 20976: bug fix BLZ 602 IPv6 address isn' t properly resolved when used in dynamic url in the proxy service

    Revision: 20976
    Revision: 20976
    Author:   [email protected]
    Date:     2011-03-28 09:20:34 -0700 (Mon, 28 Mar 2011)
    Log Message:
    bug fix BLZ 602 IPv6 address isn't properly resolved when used in dynamic url in the proxy service
    checkintests pass
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/messages/HTTPMessage.java

    Firstly, there's no such thing as Apache 9.3, there's Apache 1 (and subversions) and Apache 2 (and subversions). Your error message -
    Oracle-HTTP-Server/1.3.28Shows you're using Apache 1.3.28
    Secondly, I'm confused by your comment -
    I do not have Apache 9.3 or higher but I think oracle should offer this in its companion CDOracle does offer the Apache server, if you're saying you didn't get it from Oracle then where did your Apache server come from?
    Thirdly, I notice from your config file -
    ErrorLog "|E:\oracle\product\10.1.0\Companion\Apache\Apache\bin\rotatelogs logs/error_log 43200"That you're piping the logs through rotatelogs, are you sure the logfiles haven't just been renamed?

  • Errro while creating the proxy

    Hi Gurus,
    Im currently working on file to proxy scenario.
    I am using file adapter to pick up the xml file and send to the sap ECC system using proxy.
    1)I used the external definition to create the outbound message type and inbound message type is the same.
    One to One mapping is created. File adapter is picking the xm file and sending to IE. Mapping is taking place and the message is sent to SAP ECC system using XI adapter.
    I created inbound proxy for the inbound messge interface.Then exception is occured in library handler.
    Incorrect value:Schema without target namespace must not contain any subelements, except xsd:import/xsd:include/xsd:annotation.
    This is occured in the wsdl section.
    Can you please help avoiding this error in proxy generation if I use the above method 1.
    2)To avoid this ,I created the data type and message type.
    But Im gettign mapping exception in PI because when I create the message in PI, it is expectiong the xml file to include the namespace ns0:MT_messagetype xmlns:ns0="http://...." but the xml file placed in the FTP server does not contain the namespace.
    Im able to create the proxy if I use this message type but this is throwing mapping error due to different file format expected by PI.
    If I use the method 2, how can avoid the mapping error.
    Any help appreciated.
    Thanks,
    Jay

    You might get better results in the PI forum

Maybe you are looking for