Asynchronouus PeopleSoft Service : issue loading the WSDL

This post is to ask, if you have encountered any problems with PSoft asynchronous service WSDL’s being invoked from JDeveloper BPEL.
The issue that we are seeing is as follows. We have developed an asynchronous PSoft service. No problems there.
When our developers use the generated WSDL . JDeveloper gives compilation problems. The error is "Global Type declaration/definition of names" error. The BPEL service invokes the PSoft asynchronous service.
We investigated the problem and found that the asynchronous services use two schemas, a request and response schema. The schemas do not have a namespaces defined. The BPEL service needs a namespace to be defined in both the request and response schema to resolve the issue.
How can we add the namespace into the schema, we do not want to do this manually?

This post is to ask, if you have encountered any problems with PSoft asynchronous service WSDL’s being invoked from JDeveloper BPEL.
The issue that we are seeing is as follows. We have developed an asynchronous PSoft service. No problems there.
When our developers use the generated WSDL . JDeveloper gives compilation problems. The error is "Global Type declaration/definition of names" error. The BPEL service invokes the PSoft asynchronous service.
We investigated the problem and found that the asynchronous services use two schemas, a request and response schema. The schemas do not have a namespaces defined. The BPEL service needs a namespace to be defined in both the request and response schema to resolve the issue.
How can we add the namespace into the schema, we do not want to do this manually?

Similar Messages

  • Error in loading the WSDL file. Check the error log for more details

    Hello,
    I am trying to create a Import Adaptive Webservice Model. I am using the WSDL:
    http://www.abysal.com/soap/AbysalEmail.wsdl
    I am getting the below error when I choose WSDL source as UDDI or file (I am not using any logical destination)
    "Error in loading the WSDL file. Check the error log for more details."
    Where can i see the error log? And what is the solution to fix this?
    I am able to create the model if i save the wsdl locally on my machine and choose Local File System or File as the WSDL source. But at runtime this fails as the application tries to read the WSDL for metadata info and it looks into the application server for this file.
    I also tried creating the old webservice model. And it is able to create the model. But I feel I need to use the new model as this one is deprecated.
    Thanks,
    Sachin

    Hi
    For the logs you can search in this directory
    Goto Window->Show view->Other->PDE Runtim->Error Log
    please try this may it would help you out, try to create a model for you Web Service using Web Service Model (DEPRECATED)
    See this link:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/ep/integration%2bof%2bweb%2bservices%2b-%2bdifferent%2bscenarios

  • Error in loading the WSDL file

    hi
    when i am creating a Adaptive Webservice model with the sneak preview 2004s
    while Choosing the published service from UDDI
    i am getting and error called
    "Error in loading the WSDL file"
    i have gone through the log files it basically saying that
    Caused by: java.io.IOException: Cannot connect to http://192.168.1.69:50100/QuickCarRentalService/Config1?wsdl, passing via http proxy: :80: Connection refused: connect
    but i am not using any proxy server
    what all changes i need to do in proxy server settings
    Regards
    JM

    Hi John,
    For changing the Proxy Settings in NWDS.
    Navigate to Window --> Preferences.
    Under Work Bench, Select Proxy Settings.
    There is a Check box saying "Use Proxy Sever", uncheck this one;
    and try imprting you WSDL file again.
    Hope it helps.
    Regards,
    Alka.

  • Error while Loading the WSDL

    Hi,
    Getting error while loading the WSDL in Browser.Mentioned below is the link which trying to load.
    http://10.162.32.113/DNBDAASEXCMDL4/AdapterProductService?wsdl
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    A string literal was not closed. Error processing resource 'http://10.162.32.113/DNBDAASEXCMDL4/AdapterProductService?wsdl'...
    <xs:element name="POST_CODE" type="a
    Please can any one help on this.

    That's no problem with the wsdl, it's the browser that's not able to show the xml, try on firefox or try using "show page source"...

  • OSB: Proxy service used in the WSDL address hostname, I want to use IP

    Hi all,
    I have a proxy service , open the WSDL address is as follows :
    ==============================================================================================
    <?xml version="1.0" encoding="UTF-8"?>
    <s0:definitions name="GeneralInboundServiceDefinitions" targetNamespace="http://nc.sgcc.edb.inbound" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://www.iec.ch/TC57/2008/schema/message" xmlns:s2="http://nc.sgcc.edb.inbound" xmlns:s3="http://schemas.xmlsoap.org/wsdl/soap/">
    <s0:types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ns="http://www.iec.ch/TC57/2008/schema/message" xmlns:s1="http://nc.sgcc.edb.inbound" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/">
    <import namespace="http://www.iec.ch/TC57/2008/schema/message" schemaLocation="http://10.118.59.85:7001/zxpt/services/GeneralInboundProxyService?SCHEMA%2Fhbdwzxpt%2FgeneralServices%2FResource%2FXSD%2FGeneralInboundService0"/>
    </schema>
    </s0:types>
    <s0:message name="invokeDataService">
    <s0:part element="s1:RequestMessage" name="parameters"/>
    </s0:message>
    <s0:message name="invokeDataServiceResponse">
    <s0:part element="s1:ResponseMessage" name="parameters"/>
    </s0:message>
    <s0:portType name="GeneralInbound">
    <s0:operation name="invokeDataService" parameterOrder="parameters">
    <s0:input message="s2:invokeDataService"/>
    <s0:output message="s2:invokeDataServiceResponse"/>
    </s0:operation>
    </s0:portType>
    <s0:binding name="GeneralInboundServiceSoapBinding" type="s2:GeneralInbound">
    <s3:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <s0:operation name="invokeDataService">
    <s3:operation style="document"/>
    <s0:input>
    <s3:body parts="parameters" use="literal"/>
    </s0:input>
    <s0:output>
    <s3:body parts="parameters" use="literal"/>
    </s0:output>
    </s0:operation>
    </s0:binding>
    <s0:service name="GeneralInboundServiceSoapBindingQSService">
    <s0:port binding="s2:GeneralInboundServiceSoapBinding" name="GeneralInboundServiceSoapBindingQSPort">
    <s3:address location="*_http://edb-8163dd8b4cb:7001/zxpt/services/GeneralInboundProxyService_*"/>
    </s0:port>
    </s0:service>
    </s0:definitions>
    ===============================================================================================
    The WSDL location is "http://edb-8163dd8b4cb:7001/zxpt/services/GeneralInboundProxyService", URL is used in the HOSTNAME, I want to return the IP OSB
    Kindly Help
    Thanks
    ptwen

    Please refer -
    How to get ip number in WSDL instead of host name?
    Why do you want to have IP instead of host name?
    Regards,
    Anuj

  • ProviderException No service defined in the WSDL

    I use WebLogic 10.3.4 with JDeveloper 11g Release 1 and the current Oracle SOA Suite 11g.
    I can deploy a simple composite with a BPEL service. However, If I use my complex BPEL composite, I always get the following stack trace on deployment (it validates perfectly within the editor):
    <02.02.2011 10:38 Uhr MEZ> <Error> <oracle.integration.platform.blocks.deploy.se
    rvlet> <SOA-21537> <Fehlermeldung wird zur³ckgesendet: Fehler beim Deployment vo
    n Composite auf AdminServer: Deployment Failed: Service kann nicht registriert w
    erden...>
    INFO: SSLSocketFactoryManagerImpl.getKeystoreLocation Expected SOA Keystore loca
    tion: C:/dev/server/Ora11g/USER_P~1/domains/BASE_D~1/config/fmwconfig/default-ke
    ystore.jks
    INFO: SSLSocketFactoryManagerImpl.getSSLSocketFactory Cannot locate the default
    or configured keystore at C:/dev/server/Ora11g/USER_P~1/domains/BASE_D~1/config/
    fmwconfig/default-keystore.jks. However, the keystore and related parameters are
    used for composite-related SSL communications and not required if SSL communica
    tion is not used.
    <02.02.2011 10:39 Uhr MEZ> <Error> <oracle.integration.platform> <SOA-20003> <Se
    rvice kann nicht registriert werden.
    oracle.webservices.provider.ProviderException: oracle.webservices.provider.Provi
    derException: No service {http://lspi.wiai.uniba.de/prototype/wsdl/collaboration
    /SimpleUseCase/role-1/transaction/bta-1-bt-example/master/client/1-0}ToMonitorin
    g defined in the WSDL
    at oracle.j2ee.ws.server.provider.ProviderConfigImpl.addService(Provider
    ConfigImpl.java:455)
    at oracle.j2ee.ws.server.provider.ProviderConfigImpl.addService(Provider
    ConfigImpl.java:285)
    at oracle.integration.platform.blocks.soap.FabricProviderConfig.addServi
    ce(FabricProviderConfig.java:115)
    at oracle.integration.platform.blocks.soap.FabricProviderConfig.addServi
    ce(FabricProviderConfig.java:204)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingCompone
    nt.load(WebServiceEntryBindingComponent.java:171)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingCompone
    nt.load(WebServiceEntryBindingComponent.java:98)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnecti
    on.deployServices(CompositeDeploymentConnection.java:160)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnecti
    on.deploy(CompositeDeploymentConnection.java:91)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerI
    mpl.initDeployment(CompositeDeploymentManagerImpl.java:149)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerI
    mpl.load(CompositeDeploymentManagerImpl.java:62)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti
    on(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo
    inpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
    ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.in
    voke(DeploymentEventPublisher.java:69)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
    ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
    cAopProxy.java:204)
    at $Proxy307.load(Unknown Source)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeployme
    ntCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoo
    rdinatorImpl.java:33)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor
    .deployNewComposite(BaseDeployProcessor.java:367)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor
    .deploySARs(BaseDeployProcessor.java:219)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doD
    eployWork(DeployProcessor.java:160)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doD
    eployWork(DeployProcessor.java:109)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doD
    eploy(DeployProcessor.java:96)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.pro
    cess(DeployProcessor.java:78)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerSe
    rvlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:191)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerSe
    rvlet.doPost(CompositeDeployerServlet.java:114)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    tyHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:31
    3)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUt
    il.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.jav
    a:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:1
    61)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:31
    3)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUt
    il.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.jav
    a:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:1
    61)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:13
    6)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    ervletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ontext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    ava:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused By: oracle.webservices.provider.ProviderException: No service {http://lsp
    i.wiai.uniba.de/prototype/wsdl/collaboration/SimpleUseCase/role-1/transaction/bt
    a-1-bt-example/master/client/1-0}ToMonitoring defined in the WSDL
    at oracle.j2ee.ws.server.provider.ProviderConfigImpl.getServiceName(Prov
    iderConfigImpl.java:624)
    at oracle.j2ee.ws.server.provider.ProviderConfigImpl.addService(Provider
    ConfigImpl.java:346)
    at oracle.j2ee.ws.server.provider.ProviderConfigImpl.addService(Provider
    ConfigImpl.java:285)
    at oracle.integration.platform.blocks.soap.FabricProviderConfig.addServi
    ce(FabricProviderConfig.java:115)
    at oracle.integration.platform.blocks.soap.FabricProviderConfig.addServi
    ce(FabricProviderConfig.java:204)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingCompone
    nt.load(WebServiceEntryBindingComponent.java:171)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingCompone
    nt.load(WebServiceEntryBindingComponent.java:98)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnecti
    on.deployServices(CompositeDeploymentConnection.java:160)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnecti
    on.deploy(CompositeDeploymentConnection.java:91)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerI
    mpl.initDeployment(CompositeDeploymentManagerImpl.java:149)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerI
    mpl.load(CompositeDeploymentManagerImpl.java:62)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti
    on(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo
    inpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
    ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.blocks.deploy.DeploymentEventPublisher.in
    voke(DeploymentEventPublisher.java:69)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
    ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
    cAopProxy.java:204)
    at $Proxy307.load(Unknown Source)
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeployme
    ntCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoo
    rdinatorImpl.java:33)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor
    .deployNewComposite(BaseDeployProcessor.java:367)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor
    .deploySARs(BaseDeployProcessor.java:219)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doD
    eployWork(DeployProcessor.java:160)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doD
    eployWork(DeployProcessor.java:109)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doD
    eploy(DeployProcessor.java:96)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.pro
    cess(DeployProcessor.java:78)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerSe
    rvlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:191)
    at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerSe
    rvlet.doPost(CompositeDeployerServlet.java:114)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run
    (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecuri
    tyHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.jav
    a:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:31
    3)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUt
    il.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.jav
    a:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:1
    61)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:31
    3)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUt
    il.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.jav
    a:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:1
    61)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:13
    6)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.ja
    va:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppS
    ervletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletC
    ontext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.j
    ava:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    >
    <02.02.2011 10:39 Uhr MEZ> <Error> <ServletContext-/soa-infra> <BEA-000000> <Err
    or during deployment
    oracle.fabric.common.FabricException: Deployment Failed: Service kann nicht regi
    striert werden.
    at oracle.integration.platform.blocks.deploy.StandaloneCompositeDeployme
    ntCoordinatorImpl.coordinateCompositeDeployment(StandaloneCompositeDeploymentCoo
    rdinatorImpl.java:38)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor
    .deployNewComposite(BaseDeployProcessor.java:367)
    at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor
    .deploySARs(BaseDeployProcessor.java:219)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doD
    eployWork(DeployProcessor.java:160)
    at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doD
    eployWork(DeployProcessor.java:109)
    Truncated. see log file for complete stacktrace
    Caused By: oracle.fabric.common.FabricDeploymentException: Service kann nicht re
    gistriert werden. {rootCauses=[]}
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingCompone
    nt.load(WebServiceEntryBindingComponent.java:227)
    at oracle.integration.platform.blocks.soap.WebServiceEntryBindingCompone
    nt.load(WebServiceEntryBindingComponent.java:98)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnecti
    on.deployServices(CompositeDeploymentConnection.java:160)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentConnecti
    on.deploy(CompositeDeploymentConnection.java:91)
    at oracle.integration.platform.blocks.deploy.CompositeDeploymentManagerI
    mpl.initDeployment(CompositeDeploymentManagerImpl.java:149)
    Truncated. see log file for complete stacktrace
    >
    <02.02.2011 10:39 Uhr MEZ> <Error> <oracle.integration.platform.blocks.deploy.se
    rvlet> <SOA-21537> <Fehlermeldung wird zur³ckgesendet: Fehler beim Deployment vo
    n Composite auf AdminServer: Deployment Failed: Service kann nicht registriert w
    erden...>
    h1. Essentials parts of the Component.xml
    <reference name="SimpleUseCaserole1bta1btexampleMonitoring" ui:wsdlLocation="wsdl/SimpleUseCaserole1bta1btexampleMonitoring.wsdl">
    <interface.wsdl interface="http://lspi.wiai.uniba.de/prototype/wsdl/collaboration/SimpleUseCase/role-1/transaction/bta-1-bt-example/monitoring/1-0#wsdl.interface(SimpleUseCaserole1bta1btexampleMonitoringPortType)" />
    <binding.ws port="http://lspi.wiai.uniba.de/prototype/wsdl/collaboration/SimpleUseCase/role-1/transaction/bta-1-bt-example/monitoring/1-0#wsdl.endpoint(SimpleUseCaserole1bta1btexampleMonitoringService/SimpleUseCaserole1bta1btexampleMonitoringPort)" soapVersion="1.1"/>
    </reference>
    h1. Essential parts of the componentType
              <reference name="ToMonitoring" ui:wsdlLocation="wsdl/SimpleUseCaserole1bta1btexampleMonitoring.wsdl">
                   <interface.wsdl interface="http://lspi.wiai.uniba.de/prototype/wsdl/collaboration/SimpleUseCase/role-1/transaction/bta-1-bt-example/monitoring/1-0#wsdl.interface(SimpleUseCaserole1bta1btexampleMonitoringPortType)"/>
              </reference>     
    h1. the WSDL file
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions
         xmlns="http://schemas.xmlsoap.org/wsdl/"
         name="SimpleUseCaserole1bta1btexampleMonitoringService"
         xmlns:tns="http://lspi.wiai.uniba.de/prototype/wsdl/collaboration/SimpleUseCase/role-1/transaction/bta-1-bt-example/monitoring/1-0"
         targetNamespace="http://lspi.wiai.uniba.de/prototype/wsdl/collaboration/SimpleUseCase/role-1/transaction/bta-1-bt-example/monitoring/1-0"
         xmlns:event="http://lspi.wiai.uniba.de/prototype/xsd/event/1-0"
         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
         xmlns:vprop="http://docs.oasis-open.org/wsbpel/2.0/varprop"
         xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:header="http://lspi.wiai.uniba.de/prototype/xsd/header/1-0"
         >
    <types>
    <xsd:schema targetNamespace="http://lspi.wiai.uniba.de/prototype/wsdl/collaboration/SimpleUseCase/role-1/transaction/bta-1-bt-example/monitoring/1-0">
                   <xsd:import namespace="http://lspi.wiai.uniba.de/prototype/xsd/event/1-0" schemaLocation="xsd/Event.xsd"/>           
    </xsd:schema>
    </types>
    <message name="EventMessage">
    <part name="EventPart" element="event:Event"/>
    </message>
    <portType name="SimpleUseCaserole1bta1btexampleMonitoringPortType">
    <operation name="EventOperation">
    <input name="input1" message="tns:EventMessage"/>
    </operation>
    </portType>
    <binding name="SimpleUseCaserole1bta1btexampleMonitoringBinding" type="tns:SimpleUseCaserole1bta1btexampleMonitoringPortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="EventOperation">
    <soap:operation/>
    <input name="input1">
    <soap:body use="literal"/>
    </input>
    </operation>
    </binding>
    <service name="SimpleUseCaserole1bta1btexampleMonitoringService">
    <port name="SimpleUseCaserole1bta1btexampleMonitoringPort" binding="tns:SimpleUseCaserole1bta1btexampleMonitoringBinding">
    <soap:address location="http://localhost:8091/ode/processes/SimpleUseCaserole1bta1btexampleMonitoringService"/>
    </port>
    </service>
         <plnk:partnerLinkType name="SimpleUseCaserole1bta1btexampleMonitoring">
         <plnk:role name="SimpleUseCaserole1bta1btexampleMonitoringPortTypeRole" portType="tns:SimpleUseCaserole1bta1btexampleMonitoringPortType"/>
         </plnk:partnerLinkType>
    </definitions>
    Edited by: user2595377 on 02.02.2011 01:46

    there is a text table defined for FAGL_SEGM. Start SE11, display the table and menu: GoTo => text table

  • Issues loading the login site of my ISP

    When I first power on my modem, I must log into the ISPs page before I can surf the net. This has worked fine for me up until about 2 months ago. Since then, when I get redirected to the login page, it either fails to load, or takes an age to do so (3-5mins).
    This happened around the time 3.6.2 was released, but I'm unsure if it was exactly after I upgraded.
    Firefox on the mac, and PC, on multiple machines exhibit the issue. Running Safari, Chrome or IE, the page loads instantly. Once logged in I can use Firefox without an issue, even loading the login page again should I choose, it loads the page instantly.
    Finally the ISP came back to me, requesting me to disable the validation of certificates (under tools, options, advanced, validation, uncheck all), and re-enabling it after I've logged in.
    This does appear to resolve the issue, but I'm wondering why this is the case, and why only Firefox is affected.
    It's a right PITA to have to launch another browser to log in, then switch back to FF. It's even worse having to disable the validation check and re-enable it afterwards.
    Any ideas what could be causing this behaviour?
    == URL of affected sites ==
    https://broadband.mobileone.net.sg/login/

    * "Clear the Cache": Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    * "Remove the Cookies" from sites causing problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Where is the Web Service fault in the WSDL definition?

    Hi all,
    I have created a Web Service out of function module, using the SAP standard wizard. The creation went fine, I can receive the WSDL file via the SOAMANAGER application. But: In this WSDL file it seems that the Web Service faults (i.e. the exceptions of the underlying function module) are not part of the "wsdl:operation" definition (even if they and their format are defined in that file).
    Is that a bug or do I miss something here?
    How are the faults integrated in the response definition of the service?
    Thanks in advance for your help!
    Kind regards, Matthias

    solved, see SAP note 1270688

  • Generating Web Services bases on the WSDL interface

    Hello everybody.
    my question is.
    How can i generated all the java classes of a web services basen on a wsdl definition.
    how can i generate a simple java classe or how can i generate a ejb session, thet serve as a end point for my services
    any sugestion could be so helpfull

    The tool used to generate java class from WSDL is vender dependent, because each JAX-RPC engine is implemented differently (even they have to implement all JAX-RPC API, but low level stub call is engine dependent).
    So to generate you class from WSDL, you have to have tool first. Since all J2EE 1.4 app servers are required to have implementation of JAX-RPC API and its run time engine (but many J2EE 1.3 app servers also included JAX-RPC API and engine) , what you want to do could be to find any J2EE 1.4 app server, such as WAS or WSAD, or Sun's Application Server PE 8.1, read their examples carefull and you will find the way how to generate classes from WSDL.

  • Adaptive Webservice Model: Error in loading the WSDL file in NWDS 7.1 CE

    Hi All,
    I am trying to import WSDL using Adaptive Webservice Model into my webdynpro application. But I am unable to do so and it throws up an error as " Error in loading WSDL file. Check the error log for more details". The Content of log files has the following details
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.WebserviceClientException: GenericServiceFactory initialization problem.  Can not create SerializationFactoryImpl with 'null' params
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:247)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:91)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:84)
    at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getOrCreateWsrService(WSModelInfo.java:412)
    ... 60 more
    Caused by: java.lang.IllegalArgumentException: Can not create SerializationFactoryImpl with 'null' params !
    at com.sap.engine.services.webservices.jaxrpc.encoding.SerializationFactoryImpl.<init>(SerializationFactoryImpl.java:171)
    at com.sap.engine.services.webservices.jaxrpc.encoding.TypeMappingImpl.fromXml(TypeMappingImpl.java:495)
    at com.sap.engine.services.webservices.jaxrpc.encoding.TypeMappingRegistryImpl.<init>(TypeMappingRegistryImpl.java:183)
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.initTypeMappingRegistry(DGenericServiceImpl.java:108)
    at com.sap.engine.services.webservices.espbase.client.dynamic.impl.DGenericServiceImpl.<init>(DGenericServiceImpl.java:66)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:240)
    ... 63 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.WebserviceClientException: GenericServiceFactory initialization problem. Problem with WSDL file parsing. See nested message.
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:247)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:91)
         at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:84)
         at com.sap.tc.webdynpro.model.webservice.metadata.WSModelInfo.getOrCreateWsrService(WSModelInfo.java:412)
         ... 60 more
    Caused by: com.sap.engine.services.webservices.espbase.wsdl.exceptions.WSDLException: Invalid Response Code: (500) Internal Server Error. The requested URL was:"http://10.15.8.97:5555/soap/rpc"
         at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.loadDOMDocument(WSDLLoader.java:140)
         at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:91)
         at com.sap.engine.services.webservices.espbase.wsdl.WSDLLoader.load(WSDLLoader.java:80)
         at com.sap.engine.services.webservices.espbase.client.ProxyGeneratorNew.loadWSDLapi(ProxyGeneratorNew.java:579)
         ... 67 more
    Any pointer on this would be of great help.
    Thanks and Regards,
    Vishweshwara P.K.M

    Solved. Issue was with the xml schema of the web service.

  • Is anyone else having a problem with a "no service" issue on the iPhone 5?

    There are times my phone will go to "No Service" when the signal is low. I just got the iPhone 5. I did not have this problem with my 4. It doesn't say "searching..." it just automatically says "No Service" for a few seconds and then back to having bars. It comes and goes. I had my phone replaced at the Genius Bar and still have this problem. Is anyone else also having this problem? I hope it's just a software issue they will solve with an iOS update.

    I have this problem all the time. when i get back home from a overseas trip (about 3-4 times a month) I have to turn airplane mode of and on a few times to get rid of the "No Service" message.

  • HT4623 Do you have any update which resolve the "No Service" issues on the iPhone 4 and 4S?

    Hello!
    I am from Sweden. Using iOS 6.0.1 on iPhone 4S. I ordered this iPhone hopping that you have resolved this issue " No Service". I had this problem on my iPhone 4 and that is the reason why I ordered this one. The sim card is now totally blocked for the 5th time. Even on iPhone 4S am having the same issue. Do you have any update which resolve this problem? If not what do you want me to do? All our employees are using iPhone and if this issue is not resolved, we are planning to stop all orders from Apple. Please let me know as soon as possible. My E-mail is [email protected] Thanks!
    /Elishah

    You are not talking to Apple here; we are users like yourself.Apple does not monitor this forum and will not respond as this is a user-to-user forum.
    Did you contact your carrier? It sounds as if it is a carrier problem.

  • Invoking Web Services Without Using the WSDL File - RPC

    I would apprecite if someone can provide sample code
    for RPC client for WeatherEJB sample code without using wsdl file.
    Thanks ,
    ag

    Hi,
    Attached is a small program that calls a service CurrencyExchangeRate
    registered at www.xmethods.com.
    The program uses pure java to call the service.
    Hope that helps
    Thanks
    Amit Chauhan
    ag <[email protected]> wrote in message
    news:3c59734d$[email protected]..
    >
    I would apprecite if someone can provide sample code
    for RPC client for WeatherEJB sample code without using wsdl file.
    Thanks ,
    ag[webservice.java]

  • Is there a service issue across the country?

    Can't make or receive calls from iPhone5s.  Husband can't either. Friend out of state can't either.
    Mom can't either with iPhone 4s.
    Text and email working.
    Phone rings, but can't hear caller.
    Can call out, but can't hear ringing or person answer.
    Voicemail shows message, but can't hear message on playback.
      All having same problem.
    Help!

    You must be right, I am getting all circuits are busy error while dialing most of land lines. I have HTC ONE, however it has nothing to do with handset.
    Please let me know if your issue is resolved.

  • SOAP Service not loaded: WSDL Exception

    MII: 12.0.3
    OS: Win2k3 64bit
    JDK: 1.4.2_18
    Trying to load a web service and i keep getting this error which i'm having a hard time finding out the problem.
    SOAP service could not be loaded. WSDLException (at /Rowsets): faultCode=INVALID_WSDL: Expected element 'definitions'
    I loaded the WSDL path in IE and it comes up fine. The targetNamespace="http://tempuri.org" and xmlns:wsdl="http://schemas.xmlsoap.org/wsdl
    If anyone has any suggestions or help please let me know....
    Thank You

    Nevermind.....Figured it out.
    Turns out the target system was on a domain while the client box accessing it was NOT on a domain.
    Changed the URL reference to the IP address instead of the server name and it worked.
    - Thanks

Maybe you are looking for

  • Display tree in applet

    i have a program to convert Xml to tree structure. But i am not able to call it in JSP. So i want to convert to applet. how to convert it. package TreeGen; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; imp

  • How to use linktoaction and linktourl ui elements

    Hi All, I am working with the ui elements of a webdynpro.In that i am unable to understand the linktoaction and linktourl ui elements.Can anybody tel me how to use those ui elements with simple steps of coding. Thanks in Advance,

  • Can't open excel or any other Microsoft software

    Hi, I just got a mac but is not very new, so basically I haven't got the best machine and I don't know how to use it very well. I have a proble, everytime I try to open excel or power-point or word a message appears: "not enough memory" HELP please T

  • Why is Acrobat XL Pro not installing?

    Have downloaded 30 day free trial of Adobe Acrobat XL Pro. Download is complete, but the trial will not run or issue any other prompts relating to installation. Have checked Flashplayer/Shockwave activation in Firefox/Tools/PlugIns. Using Windows XP.

  • Ipod could not be identified properly - HELP!

    Whenever I connect my Ipod, I get the following message on itunes: An iPod has been detected, but it could not be identified properly. Please disconnect and reconnect the iPod, then try again. I have tried that, restarting the computer, repairing itu