OEG & HP SOA Systinet integration

Hi,
Does anyone successful with the setup of HP SOA Systinet with OEG.
I get some exceptions.
Any feedback??
Thanks
Patrice
I have installed HP SOA Systinet 6.65 (eval) on an OEL system with OEG.
1. Browsing Systinet Registry from PolicyStudio runs fine with the following Registry Connection Details from PolicyStudio
Inquiry URL : http://localhost:9080/uddi/inquiry
Publish URL http://localhost:9080/uddi/publishing
2. When I try to publish a WS into the Systinet Registry, I get
ava.lang.reflect.InvocationTargetException
     at com.vordel.client.swt.uddi.RegistryTreePanel$PublishNode.run(RegistryTreePanel.java:781)
     at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
Caused by: com.vordel.registry.RegistryException: Errno [10120] ErrCode [E_authTokenRequired] Detail [An invalid authentication token was passed to an API call that requires authentication.]
     at com.vordel.registry.impl.juddi.RegistryBrowserJuddiImpl.processSOAPFaultException(RegistryBrowserJuddiImpl.java:325)
     at com.vordel.registry.impl.juddi.RegistryBrowserJuddiImpl.publishBusinessEntity(RegistryBrowserJuddiImpl.java:593)
     at com.vordel.client.swt.uddi.RegistryTreePanel$PublishNode.run(RegistryTreePanel.java:769)
     ... 1 more
3. When I add the Security URL in the Registry Connection details of PolicyStudio; I get this error if I try to browse the registry again.
RegistryBrowserJuddiImpl: Connecting to inquiry URL...
Oct 18, 2011 2:50:46 AM com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser parseWSDL
WARNING: Import of http://localhost:9080/uddi/inquiry/1.0/uddi_v1.xsd is violation of BP 1.1 R2001. Proceeding with a warning.
R2001 A DESCRIPTION MUST only use the WSDL "import" statement to import another WSDL description.
Oct 18, 2011 2:50:46 AM com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser parseWSDL
WARNING: Import of http://localhost:9080/uddi/inquiry/2.0/uddi_v2.xsd is violation of BP 1.1 R2001. Proceeding with a warning.
R2001 A DESCRIPTION MUST only use the WSDL "import" statement to import another WSDL description.
org.apache.juddi.v3.client.transport.TransportException: XML reader error: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
at [row,col,system-id]: [1,0,"http://localhost:9080/uddi/security"]
     at org.apache.juddi.v3.client.transport.JAXWSTransport.getUDDISecurityService(JAXWSTransport.java:115)
     at com.vordel.registry.impl.juddi.RegistryBrowserJuddiImpl.connect(RegistryBrowserJuddiImpl.java:175)
     at com.vordel.client.swt.uddi.RegistryConnectionPage.createBrowser(RegistryConnectionPage.java:326)
     at com.vordel.client.swt.uddi.RegistrySearchSettingsPage.createBrowser(RegistrySearchSettingsPage.java:814)
     at com.vordel.client.swt.uddi.RegistrySearchSettingsPage.getRegistryBrowser(RegistrySearchSettingsPage.java:800)
     at com.vordel.client.swt.uddi.RegistrySearchResultsPage.refreshTree(RegistrySearchResultsPage.java:145)
     at com.vordel.client.swt.uddi.RegistrySearchSettingsPage.getNextPage(RegistrySearchSettingsPage.java:202)
     at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:813)
     at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
     at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
     at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
     at org.eclipse.jface.window.Window.open(Window.java:796)
     at com.vordel.client.manager.actions.services.BrowseRegistryAction.runAction(BrowseRegistryAction.java:40)
     at com.vordel.client.manager.actions.ManagerEntityAction.run(ManagerEntityAction.java:34)
     at com.vordel.client.gui.policystudio.editor.reusable.ReusableEditor$MasterDetailsPage$1.linkActivated(ReusableEditor.java:320)
     at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleActivate(AbstractHyperlink.java:228)
     at org.eclipse.ui.forms.widgets.ImageHyperlink.handleActivate(ImageHyperlink.java:177)
     at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleMouseUp(AbstractHyperlink.java:316)
     at org.eclipse.ui.forms.widgets.AbstractHyperlink.access$2(AbstractHyperlink.java:300)
     at org.eclipse.ui.forms.widgets.AbstractHyperlink$4.handleEvent(AbstractHyperlink.java:119)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
     at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
     at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
     at com.vordel.client.gui.policystudio.Application.start(Application.java:44)
     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
     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 org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
     at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
Caused by: com.sun.xml.ws.streaming.XMLStreamReaderException: XML reader error: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
at [row,col,system-id]: [1,0,"http://localhost:9080/uddi/security"]
     at com.sun.xml.ws.streaming.XMLStreamReaderUtil.wrapException(XMLStreamReaderUtil.java:271)
     at com.sun.xml.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:99)
     at com.sun.xml.ws.streaming.XMLStreamReaderUtil.nextContent(XMLStreamReaderUtil.java:114)
     at com.sun.xml.ws.streaming.XMLStreamReaderUtil.nextElementContent(XMLStreamReaderUtil.java:104)
     at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.hasWSDLDefinitions(RuntimeWSDLParser.java:246)
     at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:156)
     at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:135)
     at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:275)
     at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:238)
     at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:186)
     at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:111)
     at javax.xml.ws.Service.<init>(Service.java:56)
     at javax.xml.ws.Service.create(Service.java:680)
     at org.apache.juddi.v3.client.transport.JAXWSTransport.getUDDISecurityService(JAXWSTransport.java:112)
     ... 48 more
Caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
at [row,col,system-id]: [1,0,"http://localhost:9080/uddi/security"]
     at com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF(StreamScanner.java:661)
     at com.ctc.wstx.sr.BasicStreamReader.handleEOF(BasicStreamReader.java:2134)
     at com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2040)
     at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
     at com.sun.xml.ws.util.xml.XMLStreamReaderFilter.next(XMLStreamReaderFilter.java:96)
     at com.sun.xml.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:80)
     ... 60 more
INVALID 2011/10/18 02:50:47.136 [main    ] [main] java exception:
com.vordel.registry.RegistryException: org.apache.juddi.v3.client.transport.TransportException: XML reader error: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
at [row,col,system-id]: [1,0,"http://localhost:9080/uddi/security"]
     at com.vordel.registry.impl.juddi.RegistryBrowserJuddiImpl.connect(RegistryBrowserJuddiImpl.java:208)
     at com.vordel.client.swt.uddi.RegistryConnectionPage.createBrowser(RegistryConnectionPage.java:326)
     at com.vordel.client.swt.uddi.RegistrySearchSettingsPage.createBrowser(RegistrySearchSettingsPage.java:814)
     at com.vordel.client.swt.uddi.RegistrySearchSettingsPage.getRegistryBrowser(RegistrySearchSettingsPage.java:800)
     at com.vordel.client.swt.uddi.RegistrySearchResultsPage.refreshTree(RegistrySearchResultsPage.java:145)
     at com.vordel.client.swt.uddi.RegistrySearchSettingsPage.getNextPage(RegistrySearchSettingsPage.java:202)
     at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:813)
     at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
     at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
     at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
     at org.eclipse.jface.window.Window.open(Window.java:796)
     at com.vordel.client.manager.actions.services.BrowseRegistryAction.runAction(BrowseRegistryAction.java:40)
     at com.vordel.client.manager.actions.ManagerEntityAction.run(ManagerEntityAction.java:34)
     at com.vordel.client.gui.policystudio.editor.reusable.ReusableEditor$MasterDetailsPage$1.linkActivated(ReusableEditor.java:320)
     at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleActivate(AbstractHyperlink.java:228)
     at org.eclipse.ui.forms.widgets.ImageHyperlink.handleActivate(ImageHyperlink.java:177)
     at org.eclipse.ui.forms.widgets.AbstractHyperlink.handleMouseUp(AbstractHyperlink.java:316)
     at org.eclipse.ui.forms.widgets.AbstractHyperlink.access$2(AbstractHyperlink.java:300)
     at org.eclipse.ui.forms.widgets.AbstractHyperlink$4.handleEvent(AbstractHyperlink.java:119)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1101)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3319)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2971)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
     at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
     at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
     at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
     at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
     at com.vordel.client.gui.policystudio.Application.start(Application.java:44)
     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
     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 org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
     at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
Caused by: org.apache.juddi.v3.client.transport.TransportException: XML reader error: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
at [row,col,system-id]: [1,0,"http://localhost:9080/uddi/security"]
     at org.apache.juddi.v3.client.transport.JAXWSTransport.getUDDISecurityService(JAXWSTransport.java:115)
     at com.vordel.registry.impl.juddi.RegistryBrowserJuddiImpl.connect(RegistryBrowserJuddiImpl.java:175)
     ... 47 more
Caused by: com.sun.xml.ws.streaming.XMLStreamReaderException: XML reader error: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
at [row,col,system-id]: [1,0,"http://localhost:9080/uddi/security"]
     at com.sun.xml.ws.streaming.XMLStreamReaderUtil.wrapException(XMLStreamReaderUtil.java:271)
     at com.sun.xml.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:99)
     at com.sun.xml.ws.streaming.XMLStreamReaderUtil.nextContent(XMLStreamReaderUtil.java:114)
     at com.sun.xml.ws.streaming.XMLStreamReaderUtil.nextElementContent(XMLStreamReaderUtil.java:104)
     at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.hasWSDLDefinitions(RuntimeWSDLParser.java:246)
     at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:156)
     at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:135)
     at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:275)
     at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:238)
     at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:186)
     at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:111)
     at javax.xml.ws.Service.<init>(Service.java:56)
     at javax.xml.ws.Service.create(Service.java:680)
     at org.apache.juddi.v3.client.transport.JAXWSTransport.getUDDISecurityService(JAXWSTransport.java:112)
     ... 48 more
Caused by: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog
at [row,col,system-id]: [1,0,"http://localhost:9080/uddi/security"]
     at com.ctc.wstx.sr.StreamScanner.throwUnexpectedEOF(StreamScanner.java:661)
     at com.ctc.wstx.sr.BasicStreamReader.handleEOF(BasicStreamReader.java:2134)
     at com.ctc.wstx.sr.BasicStreamReader.nextFromProlog(BasicStreamReader.java:2040)
     at com.ctc.wstx.sr.BasicStreamReader.next(BasicStreamReader.java:1069)
     at com.sun.xml.ws.util.xml.XMLStreamReaderFilter.next(XMLStreamReaderFilter.java:96)
     at com.sun.xml.ws.streaming.XMLStreamReaderUtil.next(XMLStreamReaderUtil.java:80)
     ... 60 more

Can you try using UDDI v2

Similar Messages

  • How to configure SOA in Integrated WLS Server for JDEV 11.1.1.1.0

    Hi,
    I am trying to deploy a SOA Application but it says No SOA Configured targets found. How can I configure SOA on Integrated Weblogic Server in JDeveloper.
    Thanks

    Okay, so the Admin server controls the connection. Is there a screen that shows this? My JDev is reporting that the soa server does not exist, though the WebLogic administrator shows that it's there.
    I have checked the AdminServer.log and the soa_server1.log files and found nothing that would indicate an error. I also noticed there is something called a Work Manager. wm/SOAWorkManager This guy is pointing to just the soa server.

  • Oracle SOA Suite integration with HP SOA Policy Enforcer

    Has anyone tried integrating Oracle SOA Suite with HP SOA Policy Enforcer?
    will appreciate your help.
    Thanks,
    V

    Hi Vivek
    Integration with Oracle Access Manager is possible. The documentation points to some custom handlers that can be used for the integration.
    If you have addtional questions please feel free to contact me directly
    Dutta Satadip

  • Oracle SOA Suite integration vs Oracle AIA

    HI,
    Oracle soa suite provides the environment to make use of existing service by providing oracle adapters including Legacy,package and application adapters. futher which suituation and why need to use oracle AIA in order to make use existing resources. am little bit confuse both of this approach over integration.
    can anyone clear my doubt
    regards
    ashok.v

    Hi,
    You can find the answer in AIA white paper in below link.
    www.oracle.com/us/products/applications/057018.pdf
    'The Oracle Application Integration Architecture Foundation Pack heralds a new approach to integrating your application portfolio based on composite business processes. It combines the power of Oracle’s Fusion Middleware along with a set of best in class application Enterprise Business Objects and Services that form the building blocks for a new generation of composite applications that leverage your existing investments to fulfill mission critical business processes.'

  • SOA-Siebel Integration

    Hi
    I am currently working on Siebel(Call Center)-SOA Integration. In the Siebel , I have exposed the Siebel Inbound service "PRODUCT IMPORT" and using the wsdl of "PRODUCT IMPORT " which contains the inbuilt schema I created a SOA Composite thus by invoking (Insert operation ) Siebel Service from the composite.
    I am facing issue while passing the Input : - the service is able to create workspace items in the Siebel "Administration Product" but its not able to create Siebel Product Information
    [ Product Info like "product Type ..etc ]
    Can any one send me a valid input or a sample request to craete a product info in Siebel .
    Thanks

    Hi ,
    Following are the steps to Create a product in siebel :-
    1. Get the Siebel Product Inbound Service (.wsdl file )
    2. Above service contains the inline schema.
    3. Create a BPEL Process based on the Inline schema.
    4. Invoke product Import Service ( create opearation ) to create the product in siebel.
    5. Build and deploy the composite
    6. Please make use of below mentioned SOAP request :-
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
         <soap:Body>
              <ns1:ListOfProductImport xmlns:ns1="http://www.siebel.com/xml/ProductImport">
                   <ns1:ProductImport>
                        <ns1:Id>1-DVE2F</ns1:Id>
                        <ns1:Created>19-MAY-13</ns1:Created>
                        <ns1:Updated></ns1:Updated>
                        <ns1:ConflictId>0</ns1:ConflictId>
                        <ns1:ModId>4</ns1:ModId>
                        <ns1:OverrideLockedFlag>Y</ns1:OverrideLockedFlag>
                        <ns1:WorkspaceId></ns1:WorkspaceId>
                        <ns1:WorkspaceName>Test16</ns1:WorkspaceName>
                        <ns1:WorkspaceReleaseFlag>Y</ns1:WorkspaceReleaseFlag>
                        <ns1:WorkspaceReuseFlag>Y</ns1:WorkspaceReuseFlag>
                        <ns1:ListOfProductDefinition>
                             <ns1:ProductDefinition>
                                  <ns1:Id>1-DVE2F</ns1:Id>
                                  <ns1:Created>19-MAY-13</ns1:Created>
                                  <ns1:Updated></ns1:Updated>
                                  <ns1:ConflictId>0</ns1:ConflictId>
                                  <ns1:ModId>4</ns1:ModId>
                                  <ns1:AutoExplodeFlag>Y</ns1:AutoExplodeFlag>
                                  <ns1:BillableFlag>Y</ns1:BillableFlag>
                                  <ns1:BillingServiceType></ns1:BillingServiceType>
                                  <ns1:BillingType></ns1:BillingType>
                                  <ns1:BusinessUnitId>0-ACWP</ns1:BusinessUnitId>
                                  <ns1:CheckEligibilityFlag>Y</ns1:CheckEligibilityFlag>
                                  <ns1:CommonId></ns1:CommonId>
                                  <ns1:Description>NewProd</ns1:Description>
                                  <ns1:EffectiveEndTime></ns1:EffectiveEndTime>
                                  <ns1:EffectiveStartTime></ns1:EffectiveStartTime>
                                  <ns1:InclusiveEligibilityFlag>Y</ns1:InclusiveEligibilityFlag>
                                  <ns1:IntegrationId>1-DUYH</ns1:IntegrationId>
                                  <ns1:OrderableFlag>Y</ns1:OrderableFlag>
                                  <ns1:PriceType>One-Time</ns1:PriceType>
                                  <ns1:ProductId>1-GHI2</ns1:ProductId>
                                  <ns1:ProductName>LatestProduct20</ns1:ProductName>
                                  <ns1:ProductType></ns1:ProductType>
                                  <ns1:SalesProductFlag>Y</ns1:SalesProductFlag>
                                  <ns1:ServiceInstanceFlag>Y</ns1:ServiceInstanceFlag>
                                  <ns1:ServiceProductFlag>Y</ns1:ServiceProductFlag>
                                  <ns1:StructureType>None</ns1:StructureType>
                                  <ns1:TrackAsAssetFlag>Y</ns1:TrackAsAssetFlag>
                                  <ns1:Type>Insurance</ns1:Type>
                                  <ns1:UnitofMeasure>Dollar</ns1:UnitofMeasure>
                                  <ns1:VendorId></ns1:VendorId>
    </ns1:ProductDefinition>
    </ns1:ListOfProductDefinition>
                        <ns1:ListOfProductStructure>
                             <ns1:ProductStructure>
                                  <ns1:Id>1-DVE2F</ns1:Id>
                                  <ns1:Created>19-MAY-13</ns1:Created>
                                  <ns1:Updated></ns1:Updated>
                                  <ns1:ConflictId>0</ns1:ConflictId>
                                  <ns1:ModId>4</ns1:ModId>
                                  <ns1:ComponentProductBusinessUnitId></ns1:ComponentProductBusinessUnitId>
                                  <ns1:ComponentProductId></ns1:ComponentProductId>
                                  <ns1:ComponentProductName></ns1:ComponentProductName>
                                  <ns1:ComponentProductVendorId></ns1:ComponentProductVendorId>
                                  <ns1:IntegrationId>1-DUYH</ns1:IntegrationId>
                                  <ns1:ProductBusinessUnitId></ns1:ProductBusinessUnitId>
                                  <ns1:ProductId></ns1:ProductId>
                                  <ns1:ProductName></ns1:ProductName>
                                  <ns1:ProductVendorId></ns1:ProductVendorId>
    </ns1:ProductStructure>
    </ns1:ListOfProductStructure>
    </ns1:ProductImport>
    </ns1:ListOfProductImport>
    </soap:Body>
    </soap:Envelope>
    7. After successful testing , have a look at the Invoke_output variable which contains the primary Id of the created product.
    8. Use the primary ID of the product to query product details.
    9. Also you can find the same in database ( if you have access to ..
    select from S_PROD_INT where ROW_ID like 'PRIMARY_ROW_ID';*
    Edited by: Surya on May 21, 2013 9:13 AM

  • Facing issues with R12 and SOA 11g integration using Business events

    Hi,
    I am trying to integrate R12 application with Fusion using 11g SOA suite. I configured BES in R12 application and I am able to raise a business event and query it from WF_BPEL_Qtab. I have an Oracle applications adapter listening for the same event in SOA composite deployed over a server. I have verified the DB connection and schema for R12 application in 11g SOA server. However, no SOA instance is being generated. No server log as well.
    I understand that 11g SOA uses EDN (using fusion_edn schema) for business events. Are there any changes expected to be done to Oracle Apps adapter to ensure the event is received.
    P.S. Oracle apps adapter configuration is probably correct as the out bound calls are taking place correctly.
    Thanks,
    Sagar

    Hi,
    Can you check the log file.u are getting any error.can you check wf_error table also u are getting any error.
    Can you check consumer in AQ tables.
    Thanks,
    Rahul

  • Re: Process Spaces - SOA/BPM Integration

    Hi,
    I am trying to import default-modeling-workspace-gs.ear and default-process-workspace-gs.ear into Webcenter spaces.
    It is getting failed with the following error ::
    No handlers could be found for services with IDs: oracle.webcenter.doclib oracle.webcenter.collab.forum oracle.webcenter.collab.announcement .
    Can anybody help me on this.
    Our requirement is to integrate BPM worlist into Process Spaces.
    Thanks in advance.
    Regards,
    Vikrant.
    Edited by: user3554982 on Jun 3, 2013 12:10 AM

    Hum, let me explain better.
    I have a new installation of Webcenter and Soa Suites in the same domain, version 11.1.1.5.
    I am, for the first time, trying to integrate both suites via the Process Spaces work space, as documented in the following doc: http://download.oracle.com/docs/cd/E21764_01/doc.1111/e16793/patch_webcenter.htm#BABHDCJD
    Everything goes well, but when I log in to the Webcenter Spaces application, I cannot find the Process Workspace inside the Spaces portal.
    I am on a windows server 2008 environment.

  • Process Spaces - SOA/BPM Integration

    Hello,
    Has anyone tried to import the Process Spaces Workspace in the new release (11.1.1.5) ?
    I ran the script smoothly, but I cand find the Process Spaces inside the WC Spaces portal!!!
    The screenshots on the documentation seem to be pointing to an older version of Webcenter, with the side icon navigation (not available anymore in the new release)
    I am wondering if they simply droped this feature with the new release?

    Hum, let me explain better.
    I have a new installation of Webcenter and Soa Suites in the same domain, version 11.1.1.5.
    I am, for the first time, trying to integrate both suites via the Process Spaces work space, as documented in the following doc: http://download.oracle.com/docs/cd/E21764_01/doc.1111/e16793/patch_webcenter.htm#BABHDCJD
    Everything goes well, but when I log in to the Webcenter Spaces application, I cannot find the Process Workspace inside the Spaces portal.
    I am on a windows server 2008 environment.

  • Facing issues with Oracle11i and SOA 10g integration using Business events.

    Hi ,
    I have created a custom business event and have added subscription for the same.
    When i am triggering a business event, event is raised and the event data is getting inserted in the Queue (AQ).
    In SOA i have created an OracleApps adapter that is listening to the queue ,
    but the Oracleapps adapter is not getting started even though there are data in the queue.
    I checked the WSDL file of Oracleapps adapter and there i can see there is field Consumer with some code.
    I have added the code snippet from Oracleapps adapter wsdl.
    <pc:inbound_binding />
    <operation name="DEQUEUE">
    <jca:operation
    ActivationSpec="oracle.tip.adapter.apps.AppsWFBesQueueDequeueActivationSpec"
    QueueName="WF_BPEL_Q"
    DatabaseSchema="APPS"
    Consumer="ORA_88p3cd9o74pj2cpg6p13cdhp75"
    MessageSelectorRule="tab.user_data.event_name = &apos;xxc.oracle.apps.soa.demo&apos;" >
    </jca:operation>
    I have checked the connection factory set up at loaction (application-deployments\default\AppsAdapter/oc4j-ra.xml)too and found it is correct.
    code snippet from oc4j-ra.xml:-
         <connector-factory location="eis/Apps/Apps" connector-name="AppsAdapter">
              <config-property name="xADataSourceName" value="jdbc/EBSDataSource"/>
              <config-property name="dataSourceName" value=""/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
              <connectionfactory-interface>javax.resource.cci.ConnectionFactory</connectionfactory-interface>
         </connector-factory>.
    Can anyone tell me where consumer for an event/queue is being defined in the Oracle apps.
    Thanks & Regards
    Saurav Kumar

    Hi,
    Can you check the log file.u are getting any error.can you check wf_error table also u are getting any error.
    Can you check consumer in AQ tables.
    Thanks,
    Rahul

  • JDeveloper and SOA Suite Integration

    I have downloaded and installed two versions of JDeveloper 12c and 11.1.2.4.0 on my MacBook. Aim is to start developing applications for SOA Suite 11g, however I am unable to add support for SCA/SOA Suite via JDeveloper Updates.
    No options are displayed in the menu. Downloaded an offline ZIP file as well. It does not works.
    Is something wrong with Oracle ?
    Looking forward to a support on this.
    Regards
    Asheesh

    Hi,
    At current SOA Development is available only in JDeveloper R1, However in Future Oracle Will add this functionality to Oracle JDeveloper 12C. So to Develop SOA Based Applications use
    Jdeveloper 11.1.1.6, 11.1.1.7 or below
    Here is the list for SOA extension according to JDev version you downlaod
    http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/156082.xml
    Regards
    Nasir

  • Weblogic SOA 12.1.3: Integration with Oracle 9i Database

    All,
    We have a client who currently adopt BPEL 10g (10.1.3.4). Currently we are looking to updrade the client to SOA Suite 12.1.3. As part of their existing architecture, there are a number of Oracle 9i databases that the BPEL components integrate with via DB Adapters. The clients current road map is to upgrade / migrate to the 12c SOA platform but not upgrade any of their legacy applications running on top of a Oracle 9i Database.
    Please note I have observed and reviewed the Certification Matrix for supported platforms at http://www.oracle.com/technetwork/middleware/fusion-middleware/documentation/fmw-1213certmatrix-2226694.xls
    As part of initial investigations, we have identified that the JDBC drivers that are integrated with 12.1.3. Weblogic are not compatable with Oracle 9i. You are able to create and test data source conections with success. However at runtime when querying the database a number of issues manifest. These incude:
    VARCHAR2 columns are not returned via a select. Date columns and number columns are returned
    Errors when executing adapters which implement the Pure SQL feature.The error returned involves the "ora-01460: unimplemented or unreasonable conversion requested" error.
    Similair design time issues are also envountered in JDeveloper (as per JDeveloper 12.1.3 (SOA / BPM) Integration with Oracle 9i Database)
    Looking at the default configuration in 12c, it is to utilise OJDBC7 drivers supplied which support JDBC 4.1specification.
    Has anyone had experience of using an Oracle 9i Database with Weblogic 12.1.3.? or have any viable options / views for how this could be achieved?
    Regards Dave

    I wrongly mentioned to change to change the font format. In that document they mention to add the lines.
    Thanks
    Guna

  • ADF-SOA integration getting class cast exception when creating a BPEL task

    Hi,
    We are creating a BPEL task programmatically using below code snippet
    IInitiateTaskResponse tResponse = iTask.initiateTask(task);
    when initiateTask() is called i keep getting below exception.
    oracle.bpel.services.workflow.task.ejb.TaskServiceBean_399vcw_HomeImpl_1036_WLStub cannot be cast to oracle.bpel.services.workflow.task.ejb.TaskServiceRemoteHome.
    Sometime restarting the servers(soa and wls) solves the issue but most of the time i get above exception. I have a integrated WLS server and a remote SOA server. i have done necessary JNDI configuration in my integrated server and global trust is created betwen both the servers.
    Any pointers will help us in our development which is stuck because of this issue.

    Mozakkir,
    My name is Phil DeLaine and I work for one of Oracle's Gold Partners, TechDemocracy.
    I saw your post about the SOA/BPEL integration issue.
    Given the potential complexity of your situation, would it make sense to use one of our SOA experts to solve the problem and deliver your project?
    Please let me know how we can help. You can reach out to me anytime.
    Regards,
    Phil
    Phil DeLaine
    Sales Director
    TechDemocracy
    (978) 758-3156 (Cell)
    [email protected]
    http://www.techdemocracy.com/
    Our Successes:
    1) We won the 2011 Oracle Titan Award for the Best Middleware Implementation. Our award winning solutions included SOA, IAM and BI.
    2) We have been awarded with the highly prestigious Oracle ACE Director status for outstanding industry achievement and track record.
    3) We sit on several Advisory Boards for Oracle Product Management (for Fusion Middleware Products).
    4) We are an Oracle Center of Excellence Partner for SOA and IAM.
    5) We are frequently invited to speak at a number of Oracle Customer Success forums such as Oracle's "OpenWorld".
    6) We have been rated by Inc. Magazine as one of the top 10 fastest growing companies for 3 consecutive years.
    7) We have won and successfully deliveried several projects at Fortune 100, 500 and 1,000 companies. (References Available)

  • External services moved, but SOA suite still gives "no route to host"

    We have a SOA Suite integrating towards external services. The external service provider moved the services to a different server, and updated dns entries to reflect this move. But our SOA Suite gave "no route to host" errors when this move was performed, clearly not reloading the changes done in DNS, but still using the old address.
    How and where can the SOA Suite be configured to actually time out domain name resolutions, when external services are moved this way. Can we ask it to use hostname instead of ip address.
    Bouncing the servers is of course working, but there must be a configuraiton way around this.
    bouncing production servers is the final resort.
    Details of error message
    <MSG_TEXT>BusinessEvent diapatch failed for {ESBDomain.Service.publish} with error An unhandled exception has been thrown in the ESB system. The exception reported is: "oracle.tip.esb.server.common.exceptions.BusinessEventRetriableException: An unhandled exception has been thrown in the ESB system. The exception reported is: "org.collaxa.thirdparty.apache.wsif.WSIFException: exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: No route to host: connect

    also check for firewalls on the server - a good test would be to an attempt to telnet into webservice hostname and portnumber from the SOA Server.
    Regards,
    Shanmu.

  • Schematron validation error in BPEL, Oracle Soa Suite 11g

    Hi Friends,
    As per the requirement, I have to validate all the mandatory element values from an XML payload and need to send the consolidated report to the source application with all the validation failure elements.
    I am trying to implement Schematron validation in BPEL, but its giving me the following error:
    +<remoteFault>+
    +<part name="summary">+
    +<summary>oracle.fabric.common.FabricException: Cannot get Object part 'result'. No parts are set on the message</summary>+
    +</part>+
    +<part name="detail">+
    +<detail>Cannot get Object part 'result'. No parts are set on the message</detail>+
    +</part>+
    +</remoteFault>+
    I have followed the below process and created very basic sample composite.
    1) Extracted the validate.wsdl from bpm-services.jar.
    2) Imported the validate.wsdl into my Jdev Project.
    3) Created partenr link based on the validation.wsdl and used Invoke activty to invoke the partner link.
    4) Created .sch file and passed to input variable of the invoke activity.
    If any one knows about this issue, plz help me. Or if any one has developed an example on how to use schematron in BPEL plz share it with me.
    Thanks
    Ramesh

    1) How often did u see SOA suite being used in Non-Oracle Apps projects i.e projects that do not use Oracle Applications as the source data provider.Frankly speaking, not very often but still there are many customers who are using/willing to migrate on Oracle SOA Suite because of the many advantages provided by 11g stack.
    2) How much Oracle Apps knowledge is required for choosing the career of Oracle SOA Suite Integration Architect? I would say that both the technologies have very less in common so it never depends on your level of Apps knowledge to architect a SOA solution. You have to learn SOA from scratch but if you have prior experience in Oracle Apps then it may not be very difficult for you to go ahead with SOA.
    Regards,
    Anuj

  • SOA out of the box service for OID interaction

    Hi Friends,
    Oracle soa provides an out of the box link for oid interaction. Can anybody share wsdl url for this service?
    Thanks,
    Sachin

    Sachin,
    SOA 10g with OID: http://redshift-au.blogspot.com/2009/05/soa-oid-integration.html
    SOA 11g with OID: http://oraclesoaandoim.blogspot.com/2011/02/oid-oracle-internet-directory-and.html

Maybe you are looking for