How to invoke windows powershell in soa bpel

Hi,
could anyone please let me know if we can invoke windows powershell from soa (bpel). if yes please share any helpful url for the same.
Thanks

Hi there,
you can use this discussion to see the Java code that is required in
order to get a PowerShell script executed from Java. Then you would have
to use the Java embedding in BPEL to call that code.
https://social.technet.microsoft.com/Forums/itmanagement/en-US/d32537bd-0aef-440e-8760-6b3085390c37/executing-powershell-script-via-java?forum=winserverpowershell
Hope this helps,
A.

Similar Messages

  • How to uninstall Windows PowerShell

    I attempted In-Place install of Vista SP2 over an exiting Vista SP2, then a message said I must uninstall Windows PowerShell.  There is its short-cut in the program folder but there is no such entry in Add/Remove list.
    How can I uninstall the Windows Powershell?

    Also read:
    http://technet.microsoft.com/en-us/library/dd351188.aspx
    Uninstall Previous Versions of Windows PowerShell and Windows Remote Management
                3 out of 28 rated this helpful
    - Rate this topic
    Applies to: Exchange Server 2010 SP2
    Topic Last Modified: 2011-03-19
    You need to uninstall previous versions of Windows PowerShell and Windows Remote Management (WinRM) before you can install Windows Management Framework, which includes Windows PowerShell 2.0 and WinRM 2.0. This procedure should be performed on computers
    running Windows Vista, Windows Server 2008, Windows Server 2003, or Windows XP.
    You don't need to perform this procedure on computers running Windows 7 or Windows Server 2008 R2. The current version of Windows Management Framework is already installed on these operating systems.
    Looking for other management tasks related to Windows PowerShell and Windows Remote Management? Check out
    Managing Exchange Management Shell Connections.
    Note:
    If you want to run remote Shell on a computer that already has Microsoft Exchange Server 2010 installed, you don't need to perform this procedure. Instead, for more information about how to open the Shell with the Exchange management tools installed, see
    Open the Shell.
    What Do You Want To Do?
    Remove Windows PowerShell on Windows Vista
    Remove Windows PowerShell on Windows Server 2008 with the built-in version of Windows PowerShell installed
    Remove Windows PowerShell on Windows Server 2008 with a pre-release version of Windows PowerShell V2 installed
    Remove WinRM on Windows Vista and Windows Server 2008
    Remove Windows PowerShell on Windows Server 2003 and Windows XP
    Remove WinRM on Windows Server 2003 and Windows XP
    Remove Windows PowerShell on Windows Vista
    You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "PowerShell and WinRM installation" entry in the
    Exchange and Shell Infrastructure Permissions topic.
    In Control Panel, in Programs, open
    Programs and Features.
    Uninstall any instances of Windows PowerShell that appear in the installed programs list or the installed updates list. Previous versions may appear as
    Windows PowerShell(TM) V2 if you have installed the Community Technology Preview (CTP) versions of Windows PowerShell v2. If Windows PowerShell v1 is installed, it might be listed as a Windows update with one of the following Knowledge Base
    article numbers:
    KB928439
    KB923569
    Note:
    You might need to click the View installed updates link in the Tasks sidebar to view currently installed updates.
    Remove Windows PowerShell on Windows Server 2008 with the built-in version of Windows PowerShell installed
    You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "PowerShell and WinRM installation" entry in the
    Exchange and Shell Infrastructure Permissions topic.
    Start Server Manager and navigate to Features.
    Click Uninstall Features.
    Select Windows PowerShell and follow the directions to uninstall.
    Remove Windows PowerShell on Windows Server 2008 with a pre-release version of Windows PowerShell 2.0 installed
    You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "PowerShell and WinRM installation" entry in the
    Exchange and Shell Infrastructure Permissions topic.
    In Control Panel, in Programs, open
    Programs and Features.
    Uninstall any instances of Windows PowerShell that appear in the installed programs list or the installed updates list.
    Note:
    You might need to click the View installed updates link in the Tasks sidebar to view currently installed updates.
    Remove WinRM on Windows Vista and Windows Server 2008
    You need to be assigned permissions before you can perform this procedure. To see what permissions you need, see the "PowerShell and WinRM installation" entry in the
    Exchange and Shell Infrastructure Permissions topic.
    In Control Panel, in Programs, open
    Programs and Features.
    Uninstall any instances of Windows Remote Management that appear in the installed programs list or the installed updates list. WinRM might be listed as a Windows update with one of the following Knowledge Base articles numbers:
    KB936059
    KB950099
    Note:
    You might need to click the View installed updates link in the Tasks sidebar to view currently installed updates.
    Remove Windows PowerShell on Windows Server 2003 and Windows XP
    In Control Panel, open Add or Remove Programs.
    Uninstall any instances of Windows PowerShell that appear in the installed programs list or the installed updates list. Windows PowerShell might be listed as a Windows update with the Knowledge Base article number KB926139.
    Note:
    You might need to select the Show updates box to view currently installed updates.
    Remove WinRM on Windows Server 2003 and Windows XP
    In Control Panel, open Add or Remove Programs.
    Uninstall any instances of Windows Remote Management that appear in the installed programs list or the installed updates list. WinRM might be listed as a Windows update with the Knowledge Base article number KB936059.
    Note:
    You might need to select the Show updates box to view currently installed updates.
    Other Tasks for Peace!
    Devnullius
    After you uninstall all previously installed versions of Windows PowerShell and WinRM, you need to install Windows Management Framework. For more information, see
    Install Windows Management Framework.

  • How to invoke windows file properties menu

    Can we invoke windows file properties menu (just same as right click a file in windows explorer and click properties) in a java program, eg. using shell32.dll?
    Please help!

    Hi Joanne,
    I can't figure out what exactly you're trying do to but just in case... you may simulate a right click using java.awt.Robot class.
    Best regards,
    Lionel Badiou
    CodeFutures -
    Java Code Generation
    http://www.codefutures.com

  • How to invoke secure web service from BPEL in SOA 11g

    In SOA 11g I have a simple bpel process in which I am invoking a secured webservice as partnerlink. The webservice which is used in bpel process is deployed in weblogic and the SSL port is enabled on weblogic server. The wsdl url starts with "https:\\hostname:port\servicename?wsdl"
    But I am getting compilation errors when i compiled the BPEL code
    Error(16,65): Load of wsdl "AddressBookManager.wsdl" failed
    Error(19,30): Load of wsdl "https://hostname:port/DV900/AddressBookManager?wsdl" failed
    Error(35,102): Cannot find Port Type "{http://oracle.e1.bssv.JP010000/}Oracle_E1_SBF_SEI_PkgBldFile_AddressBookManager" for "AddressBookManager" in WSDL Manager
    Can anyone please help me out in resolving this.
    Thanks,
    Shameem banu.

    Solution is you need to import the keystore into Jdeveloper jdk first.
    keytool -import -alias <name> -file <name>.pem -keystore <name>.jks -storepass <passwd>
    All details in <> are your specific keystore,pwd details.
    Then go to Jdeveloper/jdev/bin
    add the following to
    jdev.conf file
    AddVMOption -Djavax.net.ssl.trustStore=path_to_keystore\keystorename.jks
    AddVMOption -Djavax.net.ssl.trustStorePassword=password
    Then you can create partner link for https based wsdl
    Good Luck

  • How to invoke TaskService updateTask from within BPEL Process

    Hi
    I have to call the updateTask method defined within TaskService to update the BPEL payload. I initiate the Task in the same BPEL process but I want to update the payload somewhere down in the same BPEL process. Can someone assist me in finding out how I should do that without writing Java code? I want to know which task values I need to set before using the invoke activity and assigning the updateTask method to it.
    Regards,
    Jayesh
    MCSE, MCSD, SCJP, PMP

    I saw a bug reported for this issue
    here is the metalink
    https://metalink.oracle.com/metalink/plsql/f?p=130:15:4302376104022705627::::p15_database_id,p15_docid,p15_show_header,p15_show_help,p15_black_frame,p15_font:BUG,5751185,1,1,1,helvetica
    Bug No. 5751185
    I have attached the text in metalink for those who do not have access to the metalink
    Bookmark Fixed font Go to End Monitor Bug
    Bug No. 5751185
    Filed 08-JAN-2007 Updated 23-JAN-2007
    Product Oracle(R) BPEL Process Manager Product Version 10.1.3.1
    Platform Microsoft Windows XP Platform Version No Data
    Database Version N/A Affects Platforms Generic
    Severity Severe Loss of Service Status Code Bug (Response/Resolution)
    Base Bug N/A Fixed in Product Version No Data
    Problem statement:
    (LOCAL) USERTASK FAILING WITH JAVAX.NAMING.NAMENOTFOUNDEXCEPTION TASKSERVICEBEAN
    *** 01/08/07 03:24 pm *** When creating a usertask in BPEL 10.1.3.1 - I get 2 possible bindings - one SOAP based and the other one java based. When running locally the JAVA Binding is called - and fails with . < 2007-01-08 12:09:44,061> < ERROR> < oracle.bpel.services.workflow> < ::> java:comp/env/ejb/local/TaskServiceBean not found in ActivityManagerBean javax.naming.NameNotFoundException: java:comp/env/ejb/local/TaskServiceBean not found in ActivityManagerBean at com.evermind.server.ApplicationContext.lookupInJavaContext(ApplicationContext. java:306) at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext. java:230) at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:195) at javax.naming.InitialContext.lookup(InitialContext.java:351) at oracle.bpel.services.workflow.task.client.TaskServiceLocalClient.initiateTask( TaskServiceLocalClient.java:48) at oracle.bpel.services.workflow.task.impl.TaskServiceWSIF.initiateTask(TaskServi ceWSIF.java:99) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at *** 01/08/07 03:27 pm *** After looking into the EJB refs of ActivityManagerBean .. exactly this one is missing .. . < session-deployment name="ActivityManagerBean" min-instances="50" location="ejb/collaxa/system/ActivityManagerBean" local-location="ejb_ob_engine_ActivityManagerBeanLocal" persistence-filename="ejb/collaxa/system/ActivityManagerBean.home_default_grou p_1"> < ejb-ref-mapping name="ejb/local/DispatcherLocalBean" /> < ejb-ref-mapping name="ejb/local/ProcessManagerLocalBean" /> < ejb-ref-mapping name="ejb/local/CubeDeliveryLocalBean" /> < ejb-ref-mapping name="ejb/local/MessageLocalBean" /> < ejb-ref-mapping name="ejb/local/ServerLocalBean" /> < resource-ref-mapping name="jms/collaxa/BPELInvokerQueueFactory" location="BPELjms/BPELInvokerQueueFactory" /> < resource-env-ref-mapping name="jms/collaxa/BPELInvokerQueue" location="BPELjms/BPELInvokerQueue" /> < /session-deployment> . and here are the missing entries .. . < ejb-local-ref id="EjbRef_ActivityManager_TaskServiceBean"> < ejb-ref-name>ejb/local/TaskServiceBean< /ejb-ref-name> < ejb-ref-type>Session< /ejb-ref-type> < local-home>oracle.bpel.services.workflow.task.ejb.TaskServiceLocalHome< /local -home> < local>oracle.bpel.services.workflow.task.ejb.TaskServiceLocal< /local> < ejb-link>TaskServiceBean< /ejb-link> < /ejb-local-ref> *** 01/08/07 03:27 pm *** (CHG: FixBy-&gt;10.1.3.3) *** 01/08/07 03:34 pm *** also in the orion-ejb-jar.xml < ejb-ref-mapping name="ejb/local/TaskServiceBean" /> . is missing *** 01/08/07 03:51 pm *** *** 01/18/07 09:22 am *** (CHG: Sta-&gt;16) *** 01/18/07 09:22 am *** *** 01/18/07 10:38 am *** (CHG: Confirmed Flag-&gt;Y) *** 01/18/07 10:38 am *** (CHG: Sta-&gt;11 Asg-&gt;NEW OWNER) *** 01/18/07 10:38 am *** *** 01/18/07 10:39 am *** (CHG: Asg-&gt;NEW OWNER) *** 01/23/07 01:09 pm *** (CHG: FixBy-&gt;10.1.3.4) *** 01/23/07 01:09 pm ***
    .

  • How to invoke a WADL file from BPEL process

    Hi,
    We have requirement where our participating applications would provide us a WADL file(Restful interface) to invoke their webservice.
    We need to invoke the WADL file (thus posting to their urls) from our BPEL process.
    PLease let me know on how this can be done.
    Thanks in advance!!!

    Hi,
    I have actually used http bindings and invoked some restful services and was successful in doing so.
    But if I was wondering if there is any other way of actually invoking the WADL files, like we do the WSDL files.
    Also , there are some places where I have to send one parameter through the URL and rest through the message that has to be posted.

  • Oracle BPEL invoking Windows Communication Foundation Services

    Im right now studing the next generation of Microsoft technologies for SOA and WebServices. I correctly developed my first WCF service and was trying to invoke it using BPEL, but its not possible to do it. Anyone knows how to invoke a WCF service in BPEL? Im using wshttpBinding in my WCF service.
    Thanks for your time,
    Millan

    Can you post the whole binding configuration you are using. For default interoperability you should look at basicHttpbinding. In case you want to add things like Security with the wsHttpBinding keep in mind that Oracle BPEL only supports basic WS-Security

  • Invoke the secured webservice from BPEL in Solaris environment

    Hi All,
    Can any one tell me how to invoke the secured webservice from BPEL in Solaris environment as i am able to invoke the secured web service from BPEL in windows platform(soa suite 10.1.3.4).
    we have applied 10.1.3.4 patch on solaris environment but we are not able to invoke the same.
    Thanks in advance
    Regards,
    Nagaraju .D

    Hi Nagaraju,
    Read your post.We've somewhat the similar problem as yours as we are facing some error while invoking a WS-Security secured web service from our BPEL Process on the windows platform(SOA 10.1.3.3.0).
    For the BPEL process we are following the same steps as given in an AMIS blog : - [http://technology.amis.nl/blog/1607/how-to-call-a-ws-security-secured-web-service-from-oracle-bpel]
    but sttill,after deploying it and passing values in it,we are getting the following error on the console :-
    &ldquo;Header [http://schemas.xmlsoap.org/ws/2004/08/addressing:Action] for ultimate recipient is required but not present in the message&rdquo;
    As you have wriiten that you've already called a secured web service in windows platform ,so if you can please help me out in this issue.
    I've opened a separate thread for this to avoid confusion. :-
    Error while invoking a WS-Security secured web service from Oracle BPEL..
    Thanks,
    Saurabh

  • How to invoke an OSB service from a BPEL process

    I need help, to figure out how to invoke an OSB proxy service from a BPEL process.
    I found a blog which exactly does that; but I am unable to get it to work. I get the following error on my BPEL console. We are on OSB10gR3 and SOA 10134.
    "com.bea.wli.sb.transports.TransportException: Unknown error while processing message for service ProxyService DWIntegrations/ProxyService/PeopleServiceBus"
    Any help will be greatly appreciated.
    Regards,
    BP

    It really comes down to the proxy service on the OSB. Is it invoked by a WSDL? If so you should be able to take the endpoint defined in the proxy service messaging configuration and use that URL. You also need to use the sb transport type.
    Can you also post the blog you used, then we can put it into context.
    also have a look at this link.
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/bpelpmtransport/transport.html#wp1116011
    cheers
    James

  • [Forum FAQ] How to find and replace text strings in the shapes in Excel using Windows PowerShell

    Windows PowerShell is a powerful command tool and we can use it for management and operations. In this article we introduce the detailed steps to use Windows PowerShell to find and replace test string in the
    shapes in Excel Object.
    Since the Excel.Application
    is available for representing the entire Microsoft Excel application, we can invoke the relevant Properties and Methods to help us to
    interact with Excel document.
    The figure below is an excel file:
    Figure 1.
    You can use the PowerShell script below to list the text in the shapes and replace the text string to “text”:
    $text = “text1”,”text2”,”text3”,”text3”
    $Excel 
    = New-Object -ComObject Excel.Application
    $Excel.visible = $true
    $Workbook 
    = $Excel.workbooks.open("d:\shape.xlsx")      
    #Open the excel file
    $Worksheet 
    = $Workbook.Worksheets.Item("shapes")       
    #Open the worksheet named "shapes"
    $shape = $Worksheet.Shapes      
    # Get all the shapes
    $i=0      
    # This number is used to replace the text in sequence as the variable “$text”
    Foreach ($sh in $shape){
    $sh.TextFrame.Characters().text  
    # Get the textbox in the shape
    $sh.TextFrame.Characters().text = 
    $text[$i++]       
    #Change the value of the textbox in the shape one by one
    $WorkBook.Save()              
    #Save workbook in excel
    $WorkBook.Close()             
    #Close workbook in excel
    [void]$excel.quit()           
    #Quit Excel
    Before invoking the methods and properties, we can use the cmdlet “Get-Member” to list the available methods.
    Besides, we can also find the documents about these methods and properties in MSDN:
    Workbook.Worksheets Property (Excel):
    http://msdn.microsoft.com/en-us/library/office/ff835542(v=office.15).aspx
    Worksheet.Shapes Property:
    http://msdn.microsoft.com/en-us/library/office/ff821817(v=office.15).aspx
    Shape.TextFrame Property:
    http://msdn.microsoft.com/en-us/library/office/ff839162(v=office.15).aspx
    TextFrame.Characters Method (Excel):
    http://msdn.microsoft.com/en-us/library/office/ff195027(v=office.15).aspx
    Characters.Text Property (Excel):
    http://msdn.microsoft.com/en-us/library/office/ff838596(v=office.15).aspx
    After running the script above, we can see the changes in the figure below:
    Figure 2.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Thank you for the information, but does this thread really need to be stuck to the top of the forum?
    If there must be a sticky, I'd rather see a link to a page on the wiki that has links to all of these ForumFAQ posts.
    EDIT: I see this is no longer stuck to the top of the forum, thank you.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • How to get Windows Azure Powershell on a HDInsight VM?

    I've already searched MSDN and Bing and didn't find an answer to my question below -> So how do I install Windows Azure Powershell on my HDInsight cluster?
    Overall, I'm trying to execute the tutorial here:
    http://azure.microsoft.com/en-us/documentation/articles/hdinsight-analyze-twitter-data/
    1) I provisioned a single HDInsight cluster. I have a pre-existing storage account. I can use Azure Storage Explorer to browse around so I know it's ok.
    2) I am able to open a remote desktop connection to my cluster.
    3) To run any of the PowerShell scripts in the tutorial linked above I need "Windows Azure Powershell". Regular "Windows Powershell" doesn't seem to have some cmdlets.
    4) After I remote into my cluster I go to this page
    http://azure.microsoft.com/en-us/documentation/articles/install-configure-powershell/ and launch the link that says "You can download and install the Azure PowerShell modules by running the
    Microsoft Web Platform Installer...".
    5) I choose that installer link.
    6) I choose "Run"
    7) It says "The system administrator has set policies to prevent this installation."
    So how do I install Windows Azure Powershell on my HDInsight cluster?
    Thanks in advance.

    Hi CraigGu,
    User won't get admin access on HDInsight cluster so that's the reason you were getting the error.
    It's not recommended to install any software/do any customization(via rdp) on headnode of HDInsight cluster. The reason is that changes will not be preserved due to cluster reimage process.
    To answer your question please install and configure PowerShell on your desktop/laptop and submit jobs.
    Thank you for choosing Microsoft HDInsight
    Thanks and Regards,
    Please marked it as answered if it answer your question.  
    Sudhir Rawat

  • How to invoke system editor by double click a file(windows)?

    how to invoke system editor by double click a file(windows)?
    Just like that, double click a file named a.doc, windows will open it by word.exe.

    I try that:
    exec("cmd /c start winword \"c:\dir\a b.doc\"");
    like this posting(http://forum.java.sun.com/thread.jspa?forumID=57&threadID=634576 ), and It is ok.
    But now I make a file list with different files, .pdf,.xls,.doc and so on, I wanna double click to open one with its default system editor.
    if no space:
    exec("cmd /c start " + file);
    will invoke the default editor to open it. if space, it can't do it.
    And now I rename all files, replace space to _.

  • How to invoke odi scenario from bpel without passing plain text password

    Hi
    We have following requirement,we would like to invoke odi scenario from oracle bpel process.But one problem is we dont want to pass the odi password as plain text.Please let me know how do i achive this task.
    Thanks
    Baji

    Hi,
    Thanks its working now. I am facing another issue. I do not use parameters in my Scenario. Now when i run my scenario i m getting the following error. I think its because i have not assigned anything to the Variable element. I guess its taking null value for Variable element here and cheking if such a variable exists. Have you come accross such an issue? If so, please sugest remedy.
    java.lang.Exception: Specified variable not found in the Repository : null
         at com.sunopsis.dwg.dbobj.SnpSession.a(SnpSession.java)
         at com.sunopsis.dwg.dbobj.SnpSession.y(SnpSession.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSessionPreTrt(SnpSession.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandScenario.treatCommand(DwgCommandScenario.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.h.y(h.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Thread.java:619)
    Edited by: silas.john on May 13, 2009 1:29 AM

  • How to Connect to LDAP through SOA is it possible using BPEL

    Hi Guys,
    I have a requirement that how to access to LDAP system using BPEL process.
    do we need to write any java code to perform a few operations in to LDAP.
    Can you please tell me any one across this sceneario.
    Thanks in advance.
    Your help is more appreciate. this is urgent for us.
    Thanks.
    Chandrasekhar

    Hi Chandrasekhar
    1. Yes, there are many ways you can integrate AD with BPEL kind of indirectly. See some of the posts given below.
    oracle soa and active directory integration
    Weblogic administrator account is inactive after enabling DB Authenticator
    Also, once AD is integrated with Weblogic, using Admin Console etc, you can use the out of box REST services for quick testing. You can pretty much get and read all the stuff for any user/role/group/mappings etc. But its just ReadOnly and you cannot modify data on LDAP side. The below link should work for any security provider configured with your weblogic like DefaultAuthenticator or External AD integrated.
    http://soaserverhost:soaserverport/integration/services/IdentityService/identity
    Thanks
    Ravi Jegga

  • How to invoke web services BPEL from ODI

    Hi All,
    I tried to invoke a BPEL Web service through OdiInvokeWebService tool, and throws me the following message:
    Request invalid. NullPointerException*
    This is the WSDL that I need to consume
    <?xml version="1.0" encoding="UTF-8"?>
    <WL5G3N0:definitions name="Contabilidad" targetNamespace="http://xmlns.oracle.com/Contabilidad" xmlns:WL5G3N0="http://schemas.xmlsoap.org/wsdl/" xmlns:WL5G3N1="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:WL5G3N2="http://xmlns.oracle.com/Contabilidad" xmlns:WL5G3N3="xs" xmlns:WL5G3N4="r" xmlns:WL5G3N5="http://schemas.xmlsoap.org/wsdl/soap/">
    <WL5G3N0:import location="http://10.10.10.207:7021/pruebaOSB/servicioProxyOSB_Contabilidad?WSDL%2FpruebaOSB%2FRuntimeFault_Contabilidad" namespace="http://schemas.oracle.com/bpel/extension"/>
    <WL5G3N1:partnerLinkType name="Contabilidad">
    <WL5G3N1:role name="ContabilidadProvider">
    <WL5G3N1:portType name="WL5G3N2:Contabilidad"/>
    </WL5G3N1:role>
    </WL5G3N1:partnerLinkType>
    <WL5G3N0:types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/Contabilidad" xmlns:ns1="http://schemas.oracle.com/bpel/extension" xmlns:ns2="xs" xmlns:ns3="r" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://xmlns.oracle.com/Contabilidad">
    <import namespace="xs" schemaLocation="http://10.10.10.207:7021/pruebaOSB/servicioProxyOSB_Contabilidad?SCHEMA%2FpruebaOSB%2FSeguridad.xsd"/>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/Contabilidad" xmlns:ns1="http://schemas.oracle.com/bpel/extension" xmlns:ns2="xs" xmlns:ns3="r" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://xmlns.oracle.com/Contabilidad">
    <import namespace="r" schemaLocation="http://10.10.10.207:7021/pruebaOSB/servicioProxyOSB_Contabilidad?SCHEMA%2FpruebaOSB%2FRespuesta.xsd"/>
    </schema>
    </WL5G3N0:types>
    <WL5G3N0:message name="ContabilidadRequestMessage">
    <WL5G3N0:part element="WL5G3N3:Root" name="root"/>
    </WL5G3N0:message>
    <WL5G3N0:message name="ContabilidadResponseMessage">
    <WL5G3N0:part element="WL5G3N4:Respuesta" name="respuesta"/>
    </WL5G3N0:message>
    <WL5G3N0:portType name="Contabilidad">
    <WL5G3N0:operation name="process">
    <WL5G3N0:input message="WL5G3N2:ContabilidadRequestMessage"/>
    <WL5G3N0:output message="WL5G3N2:ContabilidadResponseMessage"/>
    </WL5G3N0:operation>
    </WL5G3N0:portType>
    <WL5G3N0:binding name="ContabilidadBinding" type="WL5G3N2:Contabilidad">
    <WL5G3N5:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <WL5G3N0:operation name="process">
    <WL5G3N5:operation soapAction="process" style="document"/>
    <WL5G3N0:input>
    <WL5G3N5:body use="literal"/>
    </WL5G3N0:input>
    <WL5G3N0:output>
    <WL5G3N5:body use="literal"/>
    </WL5G3N0:output>
    </WL5G3N0:operation>
    </WL5G3N0:binding>
    <WL5G3N0:service name="Contabilidad">
    <WL5G3N0:port binding="WL5G3N2:ContabilidadBinding" name="ContabilidadPort">
    <WL5G3N5:address location="http://DSKTEAAGRE05.sigfe.local:7021/pruebaOSB/servicioProxyOSB_Contabilidad"/>
    </WL5G3N0:port>
    </WL5G3N0:service>
    </WL5G3N0:definitions>
    I want to know how to invoke this webservice.(BPEL)
    Edited by: user9012955 on 05-08-2011 11:23 AM

    Hi All,
    I tried to invoke a BPEL Web service through OdiInvokeWebService tool, and throws me the following message:
    Request invalid. NullPointerException*
    This is the WSDL that I need to consume
    <?xml version="1.0" encoding="UTF-8"?>
    <WL5G3N0:definitions name="Contabilidad" targetNamespace="http://xmlns.oracle.com/Contabilidad" xmlns:WL5G3N0="http://schemas.xmlsoap.org/wsdl/" xmlns:WL5G3N1="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:WL5G3N2="http://xmlns.oracle.com/Contabilidad" xmlns:WL5G3N3="xs" xmlns:WL5G3N4="r" xmlns:WL5G3N5="http://schemas.xmlsoap.org/wsdl/soap/">
    <WL5G3N0:import location="http://10.10.10.207:7021/pruebaOSB/servicioProxyOSB_Contabilidad?WSDL%2FpruebaOSB%2FRuntimeFault_Contabilidad" namespace="http://schemas.oracle.com/bpel/extension"/>
    <WL5G3N1:partnerLinkType name="Contabilidad">
    <WL5G3N1:role name="ContabilidadProvider">
    <WL5G3N1:portType name="WL5G3N2:Contabilidad"/>
    </WL5G3N1:role>
    </WL5G3N1:partnerLinkType>
    <WL5G3N0:types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/Contabilidad" xmlns:ns1="http://schemas.oracle.com/bpel/extension" xmlns:ns2="xs" xmlns:ns3="r" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://xmlns.oracle.com/Contabilidad">
    <import namespace="xs" schemaLocation="http://10.10.10.207:7021/pruebaOSB/servicioProxyOSB_Contabilidad?SCHEMA%2FpruebaOSB%2FSeguridad.xsd"/>
    </schema>
    <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/Contabilidad" xmlns:ns1="http://schemas.oracle.com/bpel/extension" xmlns:ns2="xs" xmlns:ns3="r" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://xmlns.oracle.com/Contabilidad">
    <import namespace="r" schemaLocation="http://10.10.10.207:7021/pruebaOSB/servicioProxyOSB_Contabilidad?SCHEMA%2FpruebaOSB%2FRespuesta.xsd"/>
    </schema>
    </WL5G3N0:types>
    <WL5G3N0:message name="ContabilidadRequestMessage">
    <WL5G3N0:part element="WL5G3N3:Root" name="root"/>
    </WL5G3N0:message>
    <WL5G3N0:message name="ContabilidadResponseMessage">
    <WL5G3N0:part element="WL5G3N4:Respuesta" name="respuesta"/>
    </WL5G3N0:message>
    <WL5G3N0:portType name="Contabilidad">
    <WL5G3N0:operation name="process">
    <WL5G3N0:input message="WL5G3N2:ContabilidadRequestMessage"/>
    <WL5G3N0:output message="WL5G3N2:ContabilidadResponseMessage"/>
    </WL5G3N0:operation>
    </WL5G3N0:portType>
    <WL5G3N0:binding name="ContabilidadBinding" type="WL5G3N2:Contabilidad">
    <WL5G3N5:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <WL5G3N0:operation name="process">
    <WL5G3N5:operation soapAction="process" style="document"/>
    <WL5G3N0:input>
    <WL5G3N5:body use="literal"/>
    </WL5G3N0:input>
    <WL5G3N0:output>
    <WL5G3N5:body use="literal"/>
    </WL5G3N0:output>
    </WL5G3N0:operation>
    </WL5G3N0:binding>
    <WL5G3N0:service name="Contabilidad">
    <WL5G3N0:port binding="WL5G3N2:ContabilidadBinding" name="ContabilidadPort">
    <WL5G3N5:address location="http://DSKTEAAGRE05.sigfe.local:7021/pruebaOSB/servicioProxyOSB_Contabilidad"/>
    </WL5G3N0:port>
    </WL5G3N0:service>
    </WL5G3N0:definitions>
    I want to know how to invoke this webservice.(BPEL)
    Edited by: user9012955 on 05-08-2011 11:23 AM

Maybe you are looking for

  • Difference between "Application" and "Project" in jdeveloper IDE.

    I am not sure how to organize the developement environment in jdeveloper. Basically, I am trying to figure out the difference between the "Application" and "Project". I understand that each "Application" can have one-to-many "Projects", but I am stil

  • Is there a tutorial for layers for dummies

    I have been messing with ps for a long time but avoiding anything to do with layers...I guess it is time to learn...Is there an easy way to learn layers  ie making a layer, saving a layer, editing layers ...in my advancing years we have to go slow..S

  • Why have new episodes stopped appearing in iTunes listings?

    Hi, I've had a podcast in the iTunes store for almost two years now and I'm wondering why new episodes aren't appearing in the iTunes store, here's a link to my feed: http://www.extraenvironmentalist.com/feed and my iTunes store page: http://itunes.a

  • RDB ODBC V3.0.2.0 : Sqlstate 01004 upon DB-Connect: why ?

    Hello ! I Tried to upgrade my RDB-ODBC Driver from V 2.10.17.00 to V 3.0.2.0 Prior to the installation I had working ODBC-Connections to 4 VMS Nodes, all of them running VMS V7.0, Oracle RDB V7.0-5. Two of these Nodes have SQLServices V7.0, two have

  • BAPI for table CRMM_BUT_FRG0081

    Hello Anybody knows bapi to create record in table CRMM_BUT_FRG0081? Regards Radek