Getting error while testing BPEL composite

Hi,
I have developed a simple BPEL composite using third part XSD Schema which is missing target name space. When i test application from EM, i get following error. Kindly let me know how to resolve this issue without adding target namespace.
java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException: javax.xml.soap.SOAPException: Error parsing envelope: most likely due to an invalid SOAP message.: Non-default namespace can not map to empty URI (as per Namespace 1.0 # 2) in XML 1.0 documents at [row,col {unknown-source}]: [3,32] at oracle.sysman.emas.model.wsmgt.WSTestModel.invokeOperation(WSTestModel.java:808) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:384) at oracle.sysman.emas.view.wsmgt.WSView.invokeOperation(WSView.java:301) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sun.el.parser.AstValue.invoke(AstValue.java:187) at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297) at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53) at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256) at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361) at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96) at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475) at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:889) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:379) at  

Hi Thanks for your reply.
Now i adopted another approach. I added target namespace in third party XSD and using this technique again to remove namespace from out put element. https://groups.google.com/forum/#!topic/oracle-fusion-middleware-community/MZuJOyrVy-I
but instead of parsing it just add this XSL in output. following is my source of BPEL.
<sequence name="main">
    <!-- Receive input from requestor. (Note: This maps to operation defined in BPELProcess.wsdl) -->
    <receive name="receiveInput" partnerLink="bpelprocess_client" portType="client:BPELProcess" operation="process" variable="inputVariable" createInstance="yes"/>
    <assign name="Assign1">
      <copy>
        <from expression="ora:processXSLT('RemovingNamespace.xsl',bpws:getVariableData('inputVariable','payload','/ns1:AcctId')) "/>
        <to variable="outputVariable" part="payload" query="/ns1:AcctId"/>
      </copy>
    </assign>
    <!-- Generate reply to synchronous request -->
    <reply name="replyOutput" partnerLink="bpelprocess_client" portType="client:BPELProcess" operation="process" variable="outputVariable"/>
  </sequence>
and on EM my output is like this
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsa="http://www.w3.org/2005/08/addressing">
  <env:Header>
  <wsa:MessageID>urn:A95CD070DE2311E2BFC129AB447DDF25</wsa:MessageID>
  <wsa:ReplyTo>
  <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
  </wsa:ReplyTo>
  <wsa:FaultTo>
  <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
  </wsa:FaultTo>
  </env:Header>
  <env:Body>
  <AcctId xmlns:xsl="http://www.w3.org/1999/XSL/  Transform" xmlns="http://www.saddat.com/services" version="1.0" exclude-result-prefixes="xsl">
  <xsl:template match="comment()|processing-instruction()|/">
  <xsl:copy>
  <xsl:apply-templates/>
  </xsl:copy>
  </xsl:template>
  <xsl:template match="*">
  <xsl:element name="">
  <xsl:apply-templates select="@*|node()"/>
  </xsl:element>
  </xsl:template>
  <xsl:template match="@*">
  <xsl:choose>
  <xsl:when test="name() != 'xmlns'">
  <xsl:attribute name="">
  <xsl:value-of select="."/>
  </xsl:attribute>
  </xsl:when>
  </xsl:choose>
  </xsl:template>
  </AcctId>
  </env:Body>
</env:Envelope>
Please help me in this regard.
Thanks
Nasir

Similar Messages

  • Getting Error while testing BPEL........

    {color:#0000ff}I have created a Bpel and deployed it sucessfully in glassfish but while testing the composite application I am getting the following error:<img class="emoticon" src="images/emoticons/confused.gif" border="0" alt="" width="16" height="16" />
    {color}
    {java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.6.0\jre\bin, java.vm.version=1.6.0-b105, java.vm.vendor=Sun Microsystems Inc., java.vendor.url=http://java.sun.com/, path.separator=;, java.vm.name=Java HotSpot(TM) Client VM, file.encoding.pkg=sun.io, sun.java.launcher=SUN_STANDARD, user.country=US, sun.os.patch.level=Service Pack 2, java.vm.specification.name=Java Virtual Machine Specification, user.dir=E:\Projects\EDMService\CompositeAppReadFromPort, java.runtime.version=1.6.0-b105, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, inDebug=${inDebug}, java.endorsed.dirs=C:\Program Files\Java\jdk1.6.0\jre\lib\endorsed, os.arch=x86, java.io.tmpdir=C:\DOCUME~1\ic008911\LOCALS~1\Temp\, line.separator=
    , java.vm.specification.vendor=Sun Microsystems Inc., user.variant=, os.name=Windows XP, sun.jnu.encoding=Cp1252, java.library.path=C:\Program Files\Java\jdk1.6.0\jre\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\CMake 2.4\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\MySQL\MySQL Server 5.0\bin;C:\Program Files\Java\jdk1.5\bin;C:\Program Files\Subversion\bin, java.specification.name=Java Platform API Specification, java.class.version=50.0, sun.management.compiler=HotSpot Client Compiler, os.version=5.1, user.home=C:\Documents and Settings\ic008911, user.timezone=Asia/Calcutta, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.6, java.class.path=E:\openesb\NetBeans-6.1-b1063-200803031321\soa2\modules\org-netbeans-modules-compapp-manager-jbi.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\soa2\modules\org-netbeans-modules-compapp-projects-jbi.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\soa2\modules\ext\jbi\jbi-admin-common.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\soa2\modules\ext\jbi\catd.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\java2\modules\ext\junit-3.8.2.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\java2\modules\ext\jaxws21\api\saaj-api.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\java2\modules\ext\jaxws21\saaj-impl.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\java2\modules\ext\jaxws21\FastInfoset.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\ide9\modules\org-netbeans-modules-editor-lib.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\ide9\modules\org-netbeans-modules-editor.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\ide9\modules\org-netbeans-modules-editor-util.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\ide9\modules\org-netbeans-modules-editor-lib2.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\ide9\modules\org-netbeans-modules-editor-indent.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\ide9\modules\org-netbeans-modules-lexer.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\ide9\modules\org-netbeans-modules-xml-core.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\ide9\modules\org-netbeans-modules-xml-lexer.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\ide9\modules\org-netbeans-modules-xml-text.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\ide9\modules\org-netbeans-modules-xml-xdm.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\ide9\modules\org-netbeans-modules-xml-xam.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\platform8\lib\org-openide-modules.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\platform8\lib\org-openide-util.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\platform8\modules\org-openide-options.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\platform8\modules\org-openide-text.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\platform8\modules\org-openide-loaders.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\platform8\modules\org-openide-nodes.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\platform8\modules\org-netbeans-modules-editor-mimelookup.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\platform8\core\org-openide-filesystems.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\java2\ant\lib\ant-launcher.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\java2\ant\lib\ant.jar;E:\openesb\NetBeans-6.1-b1063-200803031321\java2\ant\lib\ant-junit.jar, user.name=ic008911, java.vm.specification.version=1.0, java.home=C:\Program Files\Java\jdk1.6.0\jre, sun.arch.data.model=32, user.language=en, java.specification.vendor=Sun Microsystems Inc., NetBeansUserDir=E:\openesb\.netbeans\openesb, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.6.0, java.ext.dirs=C:\Program Files\Java\jdk1.6.0\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.6.0\jre\lib\endorsed\jaxb-api.jar;C:\Program Files\Java\jdk1.6.0\jre\lib\endorsed\jaxws-api.jar;C:\Program Files\Java\jdk1.6.0\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0\jre\classes, java.vendor=Sun Microsystems Inc., file.separator=\, java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=}
    {color:#ff0000}java.lang.RuntimeException: JbiClassLoader: Cannot find E:\openesb\glassfish-v2-ur1-b09d-patch-20080214/lib/appserv-rt.jar.
    at org.netbeans.modules.sun.manager.jbi.management.JBIClassLoader.init(JBIClassLoader.java:107)
    at org.netbeans.modules.sun.manager.jbi.management.JBIClassLoader.<init>(JBIClassLoader.java:74)
    at org.netbeans.modules.compapp.projects.jbi.AdministrationServiceHelper.getMBeanServerConnection(AdministrationServiceHelper.java:149)
    at org.netbeans.modules.compapp.projects.jbi.AdministrationServiceHelper.getConfigurationService(AdministrationServiceHelper.java:104)
    at org.netbeans.modules.compapp.catd.ConfiguredTest.sendMessage(ConfiguredTest.java:1973)
    at org.netbeans.modules.compapp.catd.ConfiguredTest$ConcurrentTestSendOnlyRunnable.run(ConfiguredTest.java:1813)
    at java.lang.Thread.run(Thread.java:619)
    java.lang.RuntimeException: MBeanServerConnection is null. Make sure the App Server is running.
    at org.netbeans.modules.compapp.projects.jbi.AdministrationServiceHelper.getManagementClient(AdministrationServiceHelper.java:140)
    at org.netbeans.modules.compapp.projects.jbi.AdministrationServiceHelper.getConfigurationService(AdministrationServiceHelper.java:105)
    {color}{color:#0000ff}Test TestCase1\Concurrent.properties Failed.
    Details:
    <Concurrent test thread 0> is Errored. Success rate 0/1
    {color}

    Hello,
    did you succeed to solve this issue ?
    I am getting the same one now, on two App's, after getting previous CompositeApps running successfully.
    Cheers,
    /d
    init:
    {java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.6.0_04\jre\bin, java.vm.version=10.0-b19, java.vm.vendor=Sun Microsystems Inc., java.vendor.url=http://java.sun.com/, path.separator=;, java.vm.name=Java HotSpot(TM) Client VM, file.encoding.pkg=sun.io, sun.java.launcher=SUN_STANDARD, user.country=FR, sun.os.patch.level=Service Pack 2, java.vm.specification.name=Java Virtual Machine Specification, user.dir=D:\javacode\HR_CompositeApp1, java.runtime.version=1.6.0_04-b12, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, inDebug=${inDebug}, java.endorsed.dirs=C:\Program Files\Java\jdk1.6.0_04\jre\lib\endorsed, os.arch=x86, java.io.tmpdir=C:\DOCUME~1\user\LOCALS~1\Temp\, line.separator=
    , java.vm.specification.vendor=Sun Microsystems Inc., user.variant=, os.name=Windows XP, sun.jnu.encoding=Cp1252, java.library.path=C:\Program Files\Java\jdk1.6.0_04\jre\bin;....., java.specification.name=Java Platform API Specification, java.class.version=50.0, sun.management.compiler=HotSpot Client Compiler, os.version=5.1, user.home=C:\Documents and Settings\user, user.timezone=Europe/Paris, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.6, java.class.path=F:\openesb\NetBeans-6.1-build-200803100002\soa2\modules\org-netbeans-modules-compapp-manager-jbi.jar;F:\openesb\NetBeans-6.1-build-200803100002\soa2\modules\org-netbeans-modules-compapp-projects-jbi.jar;F:\openesb\NetBeans-6.1-build-200803100002\soa2\modules\ext\jbi\jbi-admin-common.jar;F:\openesb\NetBeans-6.1-build-200803100002\soa2\modules\ext\jbi\catd.jar;F:\openesb\NetBeans-6.1-build-200803100002\java2\modules\ext\junit-3.8.2.jar;F:\openesb\NetBeans-6.1-build-200803100002\java2\modules\ext\jaxws21\api\saaj-api.jar;F:\openesb\NetBeans-6.1-build-200803100002\java2\modules\ext\jaxws21\saaj-impl.jar;F:\openesb\NetBeans-6.1-build-200803100002\java2\modules\ext\jaxws21\FastInfoset.jar;F:\openesb\NetBeans-6.1-build-200803100002\ide9\modules\org-netbeans-modules-editor-lib.jar;F:\openesb\NetBeans-6.1-build-200803100002\ide9\modules\org-netbeans-modules-editor.jar;F:\openesb\NetBeans-6.1-build-200803100002\ide9\modules\org-netbeans-modules-editor-util.jar;F:\openesb\NetBeans-6.1-build-200803100002\ide9\modules\org-netbeans-modules-editor-lib2.jar;F:\openesb\NetBeans-6.1-build-200803100002\ide9\modules\org-netbeans-modules-editor-indent.jar;F:\openesb\NetBeans-6.1-build-200803100002\ide9\modules\org-netbeans-modules-lexer.jar;F:\openesb\NetBeans-6.1-build-200803100002\ide9\modules\org-netbeans-modules-xml-core.jar;F:\openesb\NetBeans-6.1-build-200803100002\ide9\modules\org-netbeans-modules-xml-lexer.jar;F:\openesb\NetBeans-6.1-build-200803100002\ide9\modules\org-netbeans-modules-xml-text.jar;F:\openesb\NetBeans-6.1-build-200803100002\ide9\modules\org-netbeans-modules-xml-xdm.jar;F:\openesb\NetBeans-6.1-build-200803100002\ide9\modules\org-netbeans-modules-xml-xam.jar;F:\openesb\NetBeans-6.1-build-200803100002\platform8\lib\org-openide-modules.jar;F:\openesb\NetBeans-6.1-build-200803100002\platform8\lib\org-openide-util.jar;F:\openesb\NetBeans-6.1-build-200803100002\platform8\modules\org-openide-options.jar;F:\openesb\NetBeans-6.1-build-200803100002\platform8\modules\org-openide-text.jar;F:\openesb\NetBeans-6.1-build-200803100002\platform8\modules\org-openide-loaders.jar;F:\openesb\NetBeans-6.1-build-200803100002\platform8\modules\org-openide-nodes.jar;F:\openesb\NetBeans-6.1-build-200803100002\platform8\modules\org-netbeans-modules-editor-mimelookup.jar;F:\openesb\NetBeans-6.1-build-200803100002\platform8\core\org-openide-filesystems.jar;D:\javacode\HR_CompositeApp1;C:\Program Files\Java\jre1.6.0_04\lib\ext\QTJava.zip;F:\openesb\NetBeans-6.1-build-200803100002\java2\ant\lib\ant-launcher.jar;F:\openesb\NetBeans-6.1-build-200803100002\java2\ant\lib\ant.jar;F:\openesb\NetBeans-6.1-build-200803100002\java2\ant\lib\ant-junit.jar, , java.vm.specification.version=1.0, java.home=C:\Program Files\Java\jdk1.6.0_04\jre, sun.arch.data.model=32, user.language=fr, java.specification.vendor=Sun Microsystems Inc., NetBeansUserDir=F:\openesb\.netbeans\openesb, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, sharing, java.version=1.6.0_04, java.ext.dirs=C:\Program Files\Java\jdk1.6.0_04\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.6.0_04\jre\lib\resources.jar;C:\Program Files\Java\jdk1.6.0_04\jre\lib\rt.jar;C:\Program Files\Java\jdk1.6.0_04\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.6.0_04\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.6.0_04\jre\lib\jce.jar;C:\Program Files\Java\jdk1.6.0_04\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.6.0_04\jre\classes, java.vendor=Sun Microsystems Inc., file.separator=\, java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86}
    Testsuite: org.netbeans.modules.compapp.catd.ConfiguredTest
    java.lang.RuntimeException: JbiClassLoader: Cannot find F:\openesb\glassfish-v2-ur1-b09d-patch-20080214/lib/appserv-rt.jar.
    at org.netbeans.modules.sun.manager.jbi.management.JBIClassLoader.init(JBIClassLoader.java:107)
    at org.netbeans.modules.sun.manager.jbi.management.JBIClassLoader.<init>(JBIClassLoader.java:74)
    at org.netbeans.modules.compapp.projects.jbi.AdministrationServiceHelper.getMBeanServerConnection(AdministrationServiceHelper.java:149)
    at org.netbeans.modules.compapp.projects.jbi.AdministrationServiceHelper.getConfigurationService(AdministrationServiceHelper.java:104)
    at org.netbeans.modules.compapp.catd.ConfiguredTest.sendMessage(ConfiguredTest.java:1961)
    at org.netbeans.modules.compapp.catd.ConfiguredTest$ConcurrentTestSendOnlyRunnable.run(ConfiguredTest.java:1799)
    at java.lang.Thread.run(Thread.java:619)
    java.lang.RuntimeException: MBeanServerConnection is null. Make sure the App Server is running.
    at org.netbeans.modules.compapp.projects.jbi.AdministrationServiceHelper.getManagementClient(AdministrationServiceHelper.java:140)
    Test TestCase1\Concurrent.properties Failed. (Destination: http://localhost:${HttpDefaultPort}/PersonalData_ServiceService/PersonalData_ServicePortTypeBindingPort)
    Details:
    <Concurrent test thread 0> is Errored. Success rate 0/1
    Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 1,359 sec

  • Getting Error while test executing the Web-Dynpro object.

    Hi All,,,,,,,,
    I am new to Web-dynpro and this is my 1st demo application.
    Application simply contains two Views : First used to submit a field which is collected in the second view for display.
    While test runnning the application as: Web Dynpro_Component -> Create -> Web Dynpro Application, I am giving the Plug name as 'DEFAULT'.
    While testng the Web-Dynpro I get the error : Starter Plug DEFAULT does not exist..
    Please suggest what is to be done.
    Thanks in Advance........
    Abhi..........

    Hi Sharma,
                         When u created a Web Dynpro Application , In Properties tab of the application,mention the view that displays,when application starts. Coming to the View ,make sure that In Bound Plugs of that view is having plugname DEFAULT  as  startup plug.

  • Getting error while testing Webservice to Push XML data to BI

    Hi,
    I have created the Data source for the web service source system and data package. While testing this Web service I am getting the error as  "No real-time InfoPackage for this DataSource". I deleted the Infopackage and recreated it but same error is appearing.
    Any halp is welcomed.
    Thanks in advance.
    Amit

    Hello Amit,
    have you assigned the InfoPackage to a Deamon?
    The default Daemon 00 (not assigned) is enough.
    Kind regards
    Michael

  • Getting error while testing a outbound file in oracle B2B11g

    Hi,
    I am trying to configuare a outbound scenario in oracle B2B 11g.
    I have created .ecs file and .xsd file and created a document type also and i am using generic file 1.0 as a lintening channel protocol and trying to read the input xml document from a perticular path.
    I had setup partner and agreement also. everything is working fine and also file is succesfully polling from the source folder but i am getting error in B2B as :
    B2B-50083
    Error Description Machine Info: (infva0325) Description: Document protocol identification error.
    Error Level ERROR_LEVEL_COLLABORATION
    Error Severity ERROR
    Error Text Document protocol identification error.
    Can anyone guide me how to resolve this error?
    I had tried everything but of no use.
    Please do reply me with your suggestions.

    Hi Anuj,
    Please find below xml data which will be saved as .txt file for outbound processing. Let me know if there are any changes i have to do. Please let me know if you need any further information. Listening channel is reading the file but in agreement level it is failing.
    <?xml version="1.0" encoding="UTF-8"?><Transaction-DESADV XDataVersion="1.0" Standard="EDIFACT" Version="D93A" CreatedBy="ECXEngine_837" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" CreatedDate="2011-12-14T12:59:40" GUID="{2d323135-3336-3630-3232-313938393033}" xmlns="urn:oracle:integration:b2b:099C29D4C4ED419194917C20ADF8ABC3">
    <Internal-Properties>
    <Data-Structure Name="Interchange">
    <Property Name="InterchangeSenderID">senderID</Property>
    <Property Name="InterchangeSenderQual">senderQuali</Property>
    <Property Name="InterchangeReceiverID">RecieverID</Property>
    <Property Name="InterchangeReceiverQual">RecieverQuali</Property>
    <Property Name="RepeatingSeparator"/>
    <Property Name="InterchangeApplicationRef">DESADV</Property>
    <Data-Structure Name="Transaction">
    <Property Name="TransactionID">DESADV</Property>
    <Property Name="TransactionControllingAgency"/>
    <Property Name="TransactionMessageVersionNumber">D</Property>
    <Property Name="TransactionMessageReleaseNumber">93A</Property>
    <Property Name="TransactionAssociationAssignedCode"/>
    </Data-Structure>
    </Data-Structure>
    </Internal-Properties>
    <Segment-UNH>
    <Element-0062>#ControlNumber#</Element-0062>
    <Composite-S009>
    <Element-0065>DESADV</Element-0065>
    <Element-0052>D</Element-0052>
    <Element-0054>93A</Element-0054>
    <Element-0051>UN</Element-0051>
    <Element-0057>EDIT30</Element-0057>
    </Composite-S009>
    </Segment-UNH>
    <Segment-BGM>
    <Composite-C002>
    <Element-1001>351</Element-1001>
    </Composite-C002>
    <Element-1004>3364382</Element-1004>
    </Segment-BGM>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>137</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    <Loop-Group_2>
    <Segment-NAD>
    <Element-3035>SH</Element-3035>
    <Composite-C082>
    <Element-3039>7393142020009</Element-3039>
    <Element-1131 xsi:nil="true"/>
    <Element-3055>9</Element-3055>
    </Composite-C082>
    </Segment-NAD>
    </Loop-Group_2>
    <Loop-Group_2>
    <Segment-NAD>
    <Element-3035>CN</Element-3035>
    <Composite-C082>
    <Element-3039>7350056030012</Element-3039>
    <Element-1131 xsi:nil="true"/>
    <Element-3055>9</Element-3055>
    </Composite-C082>
    </Segment-NAD>
    </Loop-Group_2>
    <Loop-Group_10>
    <Segment-CPS>
    <Element-7164>1</Element-7164>
    </Segment-CPS>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>1</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>210587</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>3</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>1</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>2</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>210510</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>3</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>1</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>3</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>081349</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>1</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>2</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>NB</Element-1153>
    <Element-1154>JF074</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>21E</Element-2005>
    <Element-2380>20160905</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    <Loop-Group_15>
    <Segment-LIN>
    <Element-1082>4</Element-1082>
    <Element-1229 xsi:nil="true"/>
    </Segment-LIN>
    <Segment-PIA>
    <Element-4347>5</Element-4347>
    <Composite-C212_1>
    <Element-7140>051596</Element-7140>
    <Element-7143>BP</Element-7143>
    </Composite-C212_1>
    </Segment-PIA>
    <Segment-QTY>
    <Composite-C186>
    <Element-6063>12</Element-6063>
    <Element-6060>1</Element-6060>
    </Composite-C186>
    </Segment-QTY>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>PK</Element-1153>
    <Element-1154>2</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>VN</Element-1153>
    <Element-1154>6152310</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>171</Element-2005>
    <Element-2380>20111214</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_16>
    <Segment-RFF>
    <Composite-C506>
    <Element-1153>NB</Element-1153>
    <Element-1154>116812505</Element-1154>
    </Composite-C506>
    </Segment-RFF>
    <Segment-DTM>
    <Composite-C507>
    <Element-2005>21E</Element-2005>
    <Element-2380>20150131</Element-2380>
    <Element-2379>102</Element-2379>
    </Composite-C507>
    </Segment-DTM>
    </Loop-Group_16>
    <Loop-Group_23>
    <Segment-QVA>
    <Composite-C279>
    <Element-6064>0</Element-6064>
    <Element-6063_1>83</Element-6063_1>
    </Composite-C279>
    <Element-4221>CP</Element-4221>
    </Segment-QVA>
    </Loop-Group_23>
    </Loop-Group_15>
    </Loop-Group_10>
    <Segment-CNT>
    <Composite-C270>
    <Element-6069>2</Element-6069>
    <Element-6066>4</Element-6066>
    </Composite-C270>
    </Segment-CNT>
    <Segment-UNT>
    <Element-0074>#SegmentCount#</Element-0074>
    <Element-0062>#ControlNumber#</Element-0062>
    </Segment-UNT>
    </Transaction-DESADV>

  • Stream closed error while testing a composite in EM

    HI,
    I have deployed a simple composite and wanted to test it in EM. I am getting a stream closed popup, not sure whats wrong?
    I have restarted the server and problem still persists.

    its actually remote server, I am able to deploy a simple HelloWorld composite and even able to see the same in Em.I can even browse through all the composites deployed there by many other people.But problem is when I try to test it its giving the Stream closed error.
    Is it something to do with access permissions, if so i would not have deployed it in first case..
    the pop up error message----
    Stream Closed
    For more information, please see the server's error log for
    an entry beginning with: Server Esception beginning with PPR, #14
    _______________________________

  • Getting error While testing Web Service deployed Glassfish using Net beans.

    Hi,
    I created a web service in netbeans. I deployed it on glassfish server too.
    My web service contains one method which return type is Document. Here is my web service class code.
    @WebService(serviceName = "DocumentTest")
    @Stateless()
    public class DocumentTest {
         * This is a sample web service operation
        @WebMethod(operationName = "hello")
        public String hello(@WebParam(name = "name") String txt) {
            return "Hello " + txt + " !";
        @WebMethod
        public Document getDocument(){
            Document doc = null;
            return doc;
    }After Deployment when I m testing the web service I am getting follwoing error on Browser
    Error generating artifacts for the following WSDL http://localhost:8093/DocumentTest/DocumentTest?WSDL
    Possible causes can be invoking https when the application is not configured for securityI am just testing whether I can send Document object or not.
    Regards,
    Ajay Sharma
    Edited by: Ajay Sharma on Nov 27, 2012 12:37 PM
    Edited by: Ajay Sharma on Nov 29, 2012 2:16 PM

    Ajay Sharma wrote:
    I am just testing whether I can send Document object or not.An XML document? Wouldn't that be a really ridiculous web service?

  • Getting error while testing "create" operation of a business object!

    Hi Experts,
       I have created a composition application. This contains only one business object called Reservation.
       It has a structure containing following fields:
      <UL>
       <LI> Key      -- Key field
       <LI>Reservation_No   -- Key field
       <LI>Create_Date
       <LI>Create_Time
       <LI> Status
       <LI>Source
       <LI>createdAt
       <LI>createdBy
       <LI>modifiedAt
       <LI>modifiedBy
       </UL>
       Here following fields are created by system.
    <UL>
       <LI>Key   
       <LI>createdAt
       <LI>createdBy
       <LI>modifiedAt
       <LI>modifiedBy
    </UL>
       The system also created many operations on the business object. Some on them are mentioned below.
    <UL>
      <LI>create
      <LI>delete
      <LI>findAll
    </UL>
    <UL> <LI>I built and deployed the business object. When I test the service and create a new entry in the business object I got the error below:
    </LI>
    </UL>
    <UL> <LI>
    <I>Failed to save BusinessObjectNode element: User XXX has no create authorization for object ID </I>
    </LI>
    </UL>
    <UL> <LI>
    How do i resolve this?
    </LI>
    </UL>
    Thanks
    Gopal
    Edited by: gopalkrishna baliga on Aug 12, 2010 1:13 PM
    Edited by: gopalkrishna baliga on Aug 12, 2010 1:21 PM

    Hi,
    Has this issue of yours been resolved?
    If yes, Kindly guide us how it was resolved, since we too are facing a similar issue.
    Thanks
    Rajeev Parmar

  • Getting error while Startting a BPM process programmatically

    Hi Experts,
    I am getting an error while trying to start the BPM process programmatically. What i have done till now is
    1. Created a WS in process composer
    2. Binded this ws with start of the process
    3. Created input parameters
    4. Testing it in WS Navigator
    I am following this doc /people/arafat.farooqui/blog/2009/08/13/introduction-to-sap-netweaver-bpm-part-4
    and I am getting error while testing in WS Navigator. I am getting error at the last step i.e. in result step and the error is
    Web Service returned an error. Fault Code: "(http://schemas.xmlsoap.org/soap/envelope/)Client" Fault String: "No operation found using soap keys [], [cn_comments]. InterfaceMapping Object class: com.sap.engine.services.webservices.espbase.mappings.InterfaceMapping mappings: (BindingType=Soap, SEIName=NewWSDLFile, BindingQName=(http://www.example.org/NewWSDLFile/)NewWSDLFileSOAP, PortTypeQName=(http://www.example.org/NewWSDLFile/)NewWSDLFile, SoapVersion=SOAP11, Galaxy_SDO=true, InterfaceMappingID=45ffb27c:1237f972cd8:-7d7e)."
    If possible can any one help me out.
    Thanks and regards
    Pranav

    Hi Arafat,
    Thanks for replying. Yes i have completed the output mapping. Input parameters i need for this service are :
    1. cn_comments
    ca_comments
    2. cn_planningGroup
    ca_account
    ca_serialnumber
    and few more attributes
    Now, what i did was i have created a complex type and added elements in it. But to my surprise i was not able to get these nodes and elements in output mapping. So, i changed the type of "parameter" from "new operation" to my complex type. By doing this i was able to get my nodes and elements in output mapping. Now i tested the entire thing in WS Navigator and i got that error.
    Please suggest how o proceed.
    Regards
    Pranav

  • Getting error while executing a procedure and assign the output in BPEL

    Hi
    I am getting the Following error while deploying BPEL in 10.1.3.1. I have invoked Database Adapter and called a procedure and that procedure returns a output. I have assigned that output to a variable.
    empty variable/expression result.
    xpath variable/expression expression "/ns2:OutputParameters/ns2:GREETING" is empty at line 98, when attempting reading/copying it.
    Please make sure the variable/expression result "/ns2:OutputParameters/ns2:GREETING" is not empty.
    Please reply me with Solutions

    Hi,
    Are you getting this error while deploying or testing ?
    Normally this will happen due to namespace mismatch issue. But if you have auto-created the variables then JDev will take care of it so it should not be a problem
    Also, please check if this also happens if the code is deployed to 10.1.3.3 ?
    Regards,
    ketan

  • Error while testing the self registration approval workflow

    Hi all,
    I am getting the following error while testing the self registration approval workflow.
    Here the request level approval is working fine.But the operation level is not working.
    <May 28, 2012 11:25:01 AM IST> <Error> <oracle.iam.request.impl> <IAM-2050126> <Invalid outcome com.oracle.bpel.client.BPELFault: faultName: {{http://schemas.oracle.com/bpel/extension}runtimeFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{
    summary=<summary>oracle/iam/platform/OIMClient</summary>
    ,detail=<detail>java.lang.NoClassDefFoundError: oracle/iam/platform/OIMClient
    at orabpel.approvalprocess.ExecLetBxExe0.execute(ExecLetBxExe0.java:182)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
    at java.lang.Thread.run(Thread.java:662)
    </detail>
    ,code=<code>java.lang.NoClassDefFoundError</code>}
    cause: {oracle/iam/platform/OIMClient}
    received from SOA for the request id 61.>
    <May 28, 2012 11:25:01 AM IST> <Warning> <oracle.iam.callbacks.common> <IAM-2030081> <[CALLBACKMSG] Inside Status Change plugin for request 61 and the status is : Request Failed.>
    er and operation is CREATE.>
    <May 28, 2012 11:25:01 AM IST> <Warning> <oracle.wsm.agent.handler.wls.WLSPropertyUtils> <BEA-000000> <WLSPropertyUtils:getOperationName(),operation name is null>
    How to resolve this issue?
    Please anyone suggest me.Thanks in advance.
    Regards,
    Deena.

    Deena,
    Please make sure the path is correct. also why .zip, why : at the end why blank space? These could be a problem.
    /home/oracle/Oracle/Middleware/Oracle_IDM1/server/client/*oimclient.zip*:/home/oracle/Oracle/*Middleware/ oracle_common*/modules/oracle.jps_11.1.1/jps-manifest.jar:
    Below is correct one.
    $MW_HOME/Oracle_IDM1/server/client/oimclient.jar:$MW_HOME/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar
    If you have custom workflow, be sure in task assignment proper outcome approve or reject.
    Thanks,
    Kuldeep

  • Error while compiling the composite through custom ant script

    Hi,
    I am getting the following error while compiling the composite through custom built ant scripts which are intern call the ant-sca-package.xml. And the composite is created by upgrading the 10g bpels. But the same composite is successfully compiling from Jdeveloper (11.1.1.4).
    oad of wsdl "oramds:/soa/shared/workflow/NotificationService.wsdl" failed
    oracle.fabric.common.FabricException: Error in getting XML input stream: oramds:/soa/shared/workflow/NotificationService.wsdl: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/NotificationService.wsdl does not exist.
         at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:280)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.getInputStreamFromAbsoluteURL(MDSMetadataManagerImpl.java:555)
         at oracle.fabric.common.metadata.MetadataManagerImpl.getDocumentAsInputStream(MetadataManagerImpl.java:159)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.getDocumentAsInputStream(MDSMetadataManagerImpl.java:417)
         at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:241)
         at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:304)
         at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:934)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:491)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Caused by: java.io.IOException: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/NotificationService.wsdl does not exist.
         at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStream(AbstractOraMDSURLConnection.java:388)
         at oracle.mds.internal.net.AbstractOraMDSURLConnection.getInputStream(AbstractOraMDSURLConnection.java:176)
         at oracle.mds.internal.net.OraMDSURLConnection.getInputStream(OraMDSURLConnection.java:67)
         at java.net.URL.openStream(URL.java:1010)
         at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:276)
         ... 9 more
    Caused by: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/soa/shared/workflow/NotificationService.wsdl does not exist.
         at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStream(AbstractOraMDSURLConnection.java:339)
    And in the following blog, its recommended to check for the adf-config.xml. But when upgrading the bpels from 10g to 11.1.1.4, I don't see any such file created by Jdeveloper.
    http://orasoa.blogspot.com/2010/08/ant-and-mds-composite-compile-error.html
    Not sure if I am missing some properties to add in by custom script while compiling.
    Thanks
    Sree
    Edited by: Sree on Jul 4, 2011 7:25 AM

    Hi Hussain,
    Thanks for the reply.
    Were you able to compile the form at the client side successfully?
    1) Were you able to compile the form at the client side successfully?:
    Ans: Yes, I was able to compile the form successfully at client side.
    2) Are you logged in as applmgr user? Have you sourced the application env file before compiling the form?
    Ans: No, I have not logged by applmgr user, i am using my own login. Yes I have sourced the application env file before compiling the form
    3) What does "echo $FORMS_PATH" return?
    Ans: echo $FORMS_PATH on server gives this path
    /u01/app/EBS00/apps/apps_st/appl/au/12.0.0/resource:/u01/app/EBS00/apps/apps_st/appl/au/12.0.0/resource/stub
    Can you please advise?
    Thanks,

  • Getting error while creating the variable of Schema Element type

    Hi everybody,
    For creating a variable of schema element type I am doing the following steps...
    Select 'Variables' after right clicking on bpel process. IN this window, go to 'Create VAriable' then select 'Element' type. Now in Type Choose, I expanded the my imported schema files. And selected a element type, then click ok to create this variable... I am getting the message...
    IN ORDER TO SAVE IMPORTED WSDL/SCHEMA FILES, YOU MUST HAVE A PARTNER LINK LOCATED UNDER THE CURRENT PROJECT DIRECTORY.
    What is mean by that.
    I have imported the schema files in project. AFter that I have imported them into the WSDL also. Now why I am getting error while creating the variable. However I can create variable directly in .BPEL file then everything is fine. And it is working also. But what is mean with the above error? Why I am not able to create variable through GUI?
    Thanks.

    Hi,
    I have this same problem this morning, and I was going crazy, until I found this webpage on the internet:
    [http://technology.amis.nl/blog/1803/problem-importing-xml-schema-in-bpel-process|http://technology.amis.nl/blog/1803/problem-importing-xml-schema-in-bpel-process]
    The idea is that the jdeveloper is not very good working with directories with spaces on the directory name. If you move all your work to a directory without spaces, it will work smoothly. At least, it had worked for me.
    Regards,
    Nacho

  • Error while testing the endpoints in Service Registry

    Hi,
    I am getting the following error while testing the endpoint in the Service Registry
    Invalid Response Code: (404) Not Found. The request URL was:"http://<server>:8000/sap/bc/srt/wsdl/bndg_DD73518A3AD471F18558001D0910D3CA/wsdl11/binding/ws_policy/document?sap-client=800". Check, whether the URL is correct, and the Web Service that you are requesting is up and running.
    I have created an Enterprise Service at the backend and have published to the Service Registry of the CE server , but while testing the endpoint in service registry i am getting error.
    Can any one please help me to solve this issue.
    Thanks & Regards,
    Hamsa Shree

    Hi hamsa,
    Have you tested the service? If It works, maybe there's something wrong with your destination configuration.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/705459a3-bf1c-2b10-8a9d-d300ada5f0fc
    You may find a solution in the above article.
    Good luck!
    Wenhao

  • Getting error while creating the Shopping cart.

    Hi ,
    I am getting error while creating the Shopping cart.
    a.Error in account assignment for item 1  (Item  Testing SC ) 
    b.Duplicates of Cost Centre T10063 are defined in SRM  (Item  Testing SC ) 
    Kindly provide the solutions.
    Thanks,
    Dev

    Try the following in the ERP backend system:
    Standard Hierarchy Inconsistencies
    Issue: one Cost Center is repeating in more than one node in Cost Center Standard Hierarchy.
    Update from SAP Global support, the following was the email received:
    in transaction KSH3 please run both the ambiguity and completeness check(Menu -> Extras -> Check and Help functions).
    If you think that your standard hierarchy is inconsistent you can check that as following:
    Run transaction Extras -> Hierarchy - Master data -> Test. The result shows you if there are in consistencies. If that is the case run also Extras -> Hierarchy - Master data -> Comparison.
    Alternatively, you can run the report 'RKCORRH1' (TN SE38).
    Run both the Hierarchy->Master data->test and the
    Hierarchy->Master data->comparison.
    As stated above inconsistency message showed after Test. Run the comparison and you get a similar message.
    Once the above two are run, again when you go to test, the inconsistency disappears.

Maybe you are looking for