Creating omniportlet using webservices

Hello,
I am trying to create omniportlet usiing webservice
http://www.webservicex.net/CurrencyConvertor.asmx?wsdl, I am getting error
Failed to open specified URL. Check the following: is the URL is active; is there a valid proxy setting or, if HTTP authentication is required, check user name and password. [http://www.webservicex.net/CurrencyConvertor.asmx?wsdl]
No matter whatever URL I give, it is giving the same error. What could be the problem?
Any help is highly appreciable.
Thanks

Lots of information but looking in "Database - General" is not going to be rewarding.
Look down the list of OTN groups and find one better suited: There are a few.

Similar Messages

  • How to create and use Webservice controls using WSDL in weblogic portal10.3

    Hi All,
    I have WSDL , How to create webservice controls using the WSDL in weblogic portal 10.3 and use those controls to invoke those webservice methods?
    please give me the documents links for this.
    Thanks
    Venkata Sarvabatla

    As far as I remember, Controls can be called only from Pageflows, BackingFiles, Another Control (Like control calling another control) etc. In pageflow we use annotation @Control and give control classname and a varialbe for that. I am pretty sure this annotation may not work from normal java class and in your case a JAVA JSR Class.
    If you installed the samples, refer the samples from WLS: C:\beawlp103\wlserver_10.3\samples\server\examples\src\examples\webservices. They have lot of fully ready to work samples with instructions. I used clientgen ant task. But you can use standard SUN JDK Command "wsimport" also to generate the java files from the WSDL. Open any command prompt. If java is in classpath, just run wsimport and that should give an idea.
    Goud

  • Create viewobject using webservice in jdeveloper11g

    Hi,
    I am trying to create a view object using web service . This web service is having add,inquire and modify methods. Please suggest a procedure to do the same.
    Thanking in advance,

    You can create the read only Programmatic View Objects as specified in the below link.
    http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/bcadvvo.htm#insertedID9
    Regards,
    Vikram

  • How to Create  and use of Coherence servers in weblogic serevr 11g (10.3.6)?

    how to Create  and use of Coherence servers in weblogic serevr 11g (10.3.6)?

    See the below discussion
    How to create and use Webservice controls using WSDL in weblogic portal10.3
    Thanks,
    Venkat Sarvabatla

  • Creating campaign in Siebel CRM using webservices

    Hi,
    I want to create campaign in Siebel CRM using webservices.
    I am new to siebel platform so I don't have much insight into webservices capabilities.
    Which webservice shall I use to create the campaign .Can anyone please help me on this.
    Thanks

    Hello Sandeep
    SolMan and C4C integration is available for exception management but not for user creation and
    replication into C4C.
    http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=403572583
    BR
    Prabhat

  • ADOBE FORMS using Webservice

    Hi Experts,
    I have a problem with Adobe Forms Using webservice.  I created  RFC where it saves data from Adobe Forms to a customized table and exposed it as webservice.  From the SOA manager, I copied the generated link pasted in the dataconnection in Adobe Lifecycle designer, but whenever I generate the form I keep receiving this error:
    "http:// erpwrk1.corp.com:8000/sap/bc/srt/wsdl/bndg_DFA46DE60CFOD33F19F21005056C00008/wsdl11/allinone/ws_policy/document?sap-client=001".  Check that the path is correct and that the file is a valid wsdl file.
    I already activated services from SICF in relation SOAP runtime.   What could be the cause of the problem and how to fix the problem?
    Thanks A Lot!
    Mae

    Hi Ma. Angelica A. Estacio,
    From the SOA manager, I copied the generated link pasted in the dataconnection in Adobe Lifecycle designer, but whenever I generate the form I keep receiving this error:  Check that the path is correct and that the file is a valid wsdl file and hence i cannot finish the data connection wizard.
    From the above posts, it looks like you have resolved the issue. But can you please let me know how did you resolve it ?
    Did you check any SAP transaction to find the above mentioned checkbox?
    Please revert as this has become critical now.
    You can mail me your response on [email protected]
    Regards,
    Rohit Gugale

  • Using Webservice in Web Dynpro

    Hello,
    I have a webservice which takes two parameter account number and pincode and returns true/false to indicate account exists or not. I have deployed the webservice and tested it using EP wsnavigator utility.
    After that I created a web dynpro application, created an adaptive webservice model, its corresponding custom controller and views using apply template option.  Also configure the webservice call in visual administrator.
    But when I run the application all the fields displayed are disabled, I couldn't understand what I have done wrong?
    I appreciate if someone can guide me to resolve this issue?
    Regards,
    Jawed Ali

    I think I have done that see the code below:
    [code]
    public void wdDoInit()
        //@@begin wdDoInit()
        //$$begin Service Controller(1593472463)
        BankServiceModel2 model = new BankServiceModel2();
        wdContext.nodeRequest_CheckBankAccount().bind(new Request_CheckBankAccount(model));
        //$$end
        //@@end
      //@@begin javadoc:executeRequest_CheckBankAccount()
      /** Declared method. */
      //@@end
      public void executeRequest_CheckBankAccount( )
        //@@begin executeRequest_CheckBankAccount()
        //$$begin Service Controller(2056258565)
        IWDMessageManager manager = wdComponentAPI.getMessageManager();
        try
          wdContext.currentRequest_CheckBankAccountElement().modelObject().execute();
          wdContext.nodeResponse().invalidate();
          wdContext.nodeCheckBankAccountResponse().invalidate();
        catch(Exception e)
          manager.reportException(e.getMessage(), false);
        //$$end
        //@@end
    [/code]
    additionally when I clicked the button, I got following exception:
    Exception on execution of web service with WSDL URL 'http://pep:50000/BankService/Config1?wsdl' with operation 'checkBankAccount' in interface 'BankServiceVI_Document'
    Following is the xml file displayed on the browser when I browsed URL: http://pep:50000/BankService/Config1?wsdl
    [code]
    <!--            Generated by WSDLDefinitionsParser    -->
    &#8722;
         <wsdl:definitions name="BankServiceWSD" targetNamespace="urn:BankServiceWSD">
    <wsdl:import location="http://pep:50000/BankService/Config1/bindings?wsdl&style=document" namespace="urn:BankServiceWSD/Config1/document"/>
    &#8722;
         <wsdl:service name="BankService">
    &#8722;
         <wsdl:port name="Config1Port_Document" binding="bns0:Config1Binding">
    <soap:address location="http://pep:50000/BankService/Config1?style=document"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    [/code]

  • OSS note 1480794 for  the "Steps to Create endpoints using a "Business Conf

    Hi All, 
    I am nearly complete with the Duet Setup Wizzard but I do still have a few red lights on my check tool.
    My main problem is:
    When I follow the instructions in OSS note 1480794 for  the "Steps to Create endpoints using a "Business Configuration Scenario" XML:"
    When I press activate I get the below errors:
    Unknown webservice definition with name CustomerERPBasicDataByIDQueryResponse_In_V2 / http://sap.com/xi/APPL/SE/Global
    Unknown webservice definition with name CustomerERPRelationshipContactPersonByIDAndContactPersonInternalIDQueryResponse_In / http://sap.com/xi/APPL/SE/Global
    Unknown webservice definition with name CustomerERPBasicDataUpdateRequestConfirmation_In / http://sap.com/xi/APPL/Global2
    Unknown webservice definition with name CustomerERPRelationshipContactPersonCancelRequestConfirmation_In / http://sap.com/xi/APPL/Global2
    Unknown webservice definition with name CustomerERPRelationshipContactPersonCreateRequestConfirmation_In / http://sap.com/xi/APPL/Global2
    Unknown webservice definition with name CustomerERPByIDQueryResponse_In / http://sap.com/xi/APPL/SE/Global
    Unknown webservice definition with name CustomerERPRelationshipContactPersonUpdateRequestConfirmation_In_V1 / http://sap.com/xi/APPL/Global2
    Unknown webservice definition with name MaterialBasicDataByIDQueryResponse_In / http://sap.com/xi/EA-APPL/SE/Global
    Unknown webservice definition with name ProductionBillOfMaterialVariantItemByVariantIdentifyingElementsQueryResponse_In / http://sap.com/xi/EA-APPL/SE/Global
    Unknown webservice definition with name ProductionBillOfMaterialVariantBasicDataByMaterialAndPlantQueryResponse_In / http://sap.com/xi/EA-APPL/SE/Global
    I have restarted the Wizzard a few times to check my setup and I cant find any steps that I have missed that would cause these error's.
    Hope you can advise.
    Many Thanks
    Mike

    Hi Sameh,
    do you want to go live with the full scope of Starter Service , or do you just needs part of it?
    With the steps outlined in the blog everything is 100% supported (this is not a hack, but just another way to configure Starter Services).
    However, not all the functionality of the Starter Services will work (e.g. like the Updating / Creation of a new contact). But if you do not need that you are perfectly fine.
    I remember that with EhP4 you need to be on SP06 of ECC-SE. Maybe this is also the reason in your case why the service is not available.
    Regards,
    Holger.

  • Communicating with a 3rd party system using webservices

    Hi all,
    I have a scenario
         3rd party <-> XI<->CRM.
    here im using SOAP between 3rd party <->XI, xi<->CRM im using ABAP proxies.
    scenario 1. 3rd party would send messages(client request) to cRM to get some data. CRM has to respond for that.
    scenario 2. CRM would request the 3rd party to get some data, then 3rd party would respond.
    scenario 3. there is no request from 3rd party but crm has to send the data.
    So 3rd party would communicate using webservices sends the request to cRM. if there is any request from cRM then 3rd party have a webservice to serve.
      My question is
      1) for cRM side i should create a webservice? if i create this where shold i create? i mean i should put this webservice on WAS of CRM or on XI ? If i create this webservice and put on CRM WAS, could this communicate with XI by using ABAP proxies? when CRM sends a request to 3rd party, to send this i should create another webservice ?
    could you please anyone tell me about this?
    thanks a lot in Advance

    Hi,
    <i>for cRM side i should create a webservice? if i create this where shold i create? i mean i should put this webservice on WAS of CRM or on XI ? If i create this webservice and put on CRM WAS, could this communicate with XI by using ABAP proxies?</i>
    As to your first question, you dont have to create webservice on CRM side, all you have to do is to define an outbound interface in XI, and generate proxies for that outbound interface in CRM.
    <i>when CRM sends a request to 3rd party, to send this i should create another webservice ?</i>
    You havent specified who the 3rd party is DataBase/R3/etc. Let us assume the end system is truely external from your landscape. if the 3rd party provides you with a webservice, you can import taht webservice into XI and use it as an inbound interface.
    Hence, you would then map the outbound interface from CRM-> XI to your inbound interface XI->3rd party.
    3rd party provided webservice could be written in java/.net.
    Naveen

  • Using webservices to check in files to UCM

    Hello all.
    We're trying to perform some tests in UCM, but we're not finding many examples about it.
    This is what we want to do:
    We want to use webservices to checkin files to UCM.
    How?
    1 - we will develop a java application
    2 - inside the application there will be a button that will call the webservice
    3 - after the webservice is called, the document should go to out UCM
    Until now, I'm doing only research. Reading documents about webservices, how they work and everything I managed to find.
    But I can't find an example about it. Someone, please, could say where I can find it?
    Thanks for your help and patience.
    Fernando

    Hi Fernando,
    as for the UCM piece, check this link out: http://docs.oracle.com/cd/E23943_01/doc.1111/e10807/c25_wsdl_and_soap.htm#BEHHIGHJ
    It describes what service with what parameters should be called. There are also SOAP Request and Response schemes.
    If I understood your question, it is more how to create a piece of code that calls the service, right? This very much depends on what your programming language is, and partially also what your IDE is. There is a comprehensive tutorial for Java/Jdeveloper available here: http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/webservices/ws.html I believe if you go through that you will be at least a journeyman on WS. Another good resources can be found http://www.ibm.com/developerworks/webservices/library/ws-javaclient/ or http://qnatech.wordpress.com/2008/07/29/how-to-write-code-to-invoke-a-web-service-from-java/
    I hope that helps.
    Jiri

  • How to use Webservice

    Hi there,
    I am new to Web Dynpro, I want to know how I can use webservice using web dynpro development components. could anybody provide me with the steps.
    Thanks in advance

    Hi Antesar,
    Chk this links,..
    Webservices
    http://www.webservicex.net/WeatherForecast.asmx?wsdl
    Configuring Webservices
    http://edocs.beasys.com/wls/docs81//ConsoleHelp/webservices.html
    Creating Simple Webservices
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac1555
    Webservices weblog
    /people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii
    Example
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/using%20car%20rental%20web%20service%20with%20web%20dynpro.pdf
    Hope this will be useful for u..
    GS

  • Problem In using Webservice Tester

    Hi All,
    I am not able to test my webservice using webservice tester. I have created a simple webservice which takes a string as a parameter and return it as response.
    When i am using webservice tester the url field is coming blank an it request side too i am not getting any option of putting my input. Also the send request button is coming disable.
    I am using jdev 11g drop 306. and for creating webservice i am using annoted methods like @webservice and @webmethod
    Rajeev

    If your requirement is to bind two nodes to the same table, than it is not possible. You can bind the nodes to two different tables and change the visiblity of the tables whenever required.
    Hope I have understood your requirement.
    Regards,
    Noufal

  • How to create the new webservice in XI?

    Hi All,
    1. Could you please tell me how to create the new webservice in XI?
    2. What tools we have to use to create it.?
    3. How to send the SOAP request to XI?
    Regards
    Sara

    Hi Sara,
    <i>1. Could you please tell me how to create the new webservice in XI?</i>
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac1555
    <i>2. What tools we have to use to create it.?</i>
    /people/community.user/blog/2006/09/19/xi-webservice-studio--a-plain-jane-soap-tool
    http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=65a1d4ea-0f7a-41bd-8494-e916ebc4159c
    Altova is also a good option
    <i>3. How to send the SOAP request to XI?</i>
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    SAP Note 856597
    An Add-on
    /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
    Regards,
    Prateek

  • Created Outside-In webservice and Java Proxy

    Hi,
    I had created Outside-In webservice using XI 7.1 and implemented java bean with MDM API.
    I had retreived the image from MDM and converted to binary and stored in local.
    Now i wanted to attached the image in the response structure.
    How to acheive that to send data via httpsoap request?? Since the we need to attach the response structure with image.
    Anyone please give some idea or inputs..It will be helpfull..
    Thanks
    Sabari

    Hi,
    I had created Outside-In webservice using XI 7.1 and implemented java bean with MDM API.
    I had retreived the image from MDM and converted to binary and stored in local.
    Now i wanted to attached the image in the response structure.
    How to acheive that to send data via httpsoap request?? Since the we need to attach the response structure with image.
    Anyone please give some idea or inputs..It will be helpfull..
    Thanks
    Sabari

  • SAP Cloud for Customer & SAP ECC/CRM OnPremise integration using WebServices!

    Hello All,
    I would like to ask if anyone has really created a working integration scenario between a Cloud Solution & an ECC/CRM OnPremise solution?
    We are trying to build some prototypes for this, however, due to connectivity errors/issues, unable to proceed.
    I'm looking for information on:
    > What certificates precisely are needed on both Cloud & OnPrem systems?
    > What configuration if any is required on Cloud & OnPrem solution, except for communication system/arrangements on Cloud solution?
    > Any use case if available from anyone which can demo integration between Cloud solution & ECC/CRM OnPremise solution.
    I'd really appreciate responses on this.
    Many Thanks
    Ankur

    Thanks Sathya for the response.
    https://scn.sap.com/community/cloud/blog/2013/10/10/new-e-learning-for-i
    ntegration-of-sap-cloud-for-customer-with-sap-erp-and-sa
    p-crm-now-available  : Not working! => Please check & confirm.
    Just to give you our background...we are SAP Cloud Partners & VARs, hence we are building few prototypes for Customer Demos & POC.
    Per my understanding, its just one of the OnPrem system, either an ECC OnPrem or CRM OnPrem that you can integrate with one C4C tenant at a time, i.e. to one single tenant. In our case, we are trying to integrate ECC OnPrem with C4C system.
    We are in the process of deploying SAP PI as the middleware platform for integration between C4C & ECC/CRM OnPrem., which is going to take few more weeks.
    SAP HCI will be the other approach, but we are currently not familiar with that, hence we have a trial to start in coming week for SAP HCI, so this is going to take some time as well.
    Hence, WebService is the only currently available option for us to build these prototypes, POC for Customer Demos, to show working integration scenarios between ECC OnPrem & C4C system.
    We have been facing some technical issues after setting up necessary communication systems/arrangements on C4C system & trying to do a WS call from SDK also we get error when we do a ping test from within C4C system to check connection.
    Has SAP developed any WS integration between C4C & either of the ECC or CRM OnPrem system? Or is it just PI & HCI which SAP has for integration?
    I'd truly appreciate if you can guide us on creating few integration scenarios (Working ones of course ) using Webservice between C4C & ECC OnPrem system.
    Many Thanks
    Ankur

Maybe you are looking for

  • What`s wrong with my LW 630 pro ?

    Hi, all of a sudden my printer stoped working. When I power up the printer, all four LEDs light up for a moment then go out again. The "sound" of the starting printer engine is as usual. But the lights do not come up again. Not even one of them. No p

  • Report Painter-How to make a hierarchy a cleared hierarchy?

    Dear CO experts, I am currently working on a report painter issue. We are using some cost element groups in a Report Painter Report. Do you have any idea as to how to make a hierarchy a cleared hierarchy? I understand that there must be some uniformi

  • Windows Media Player & Video Streaming

    Hi, there! Is it possible to send Video Streaming (using JMF) to Windows Media Player? If so, how could I do that??? Thank You very much!! Cesar

  • Just when you thought it was safe to go back in the water ...

    Well, I'm back on an SAP gig more quickly than I expected..  Sorry for the false alarm. Due to the nature of the gig, I won't be maintaining as high a profile here at Coffee Corner ... I know that will please many and disappoint few. But I will be as

  • Compliance requirements in share point,

    Hi what are the compliance requirements in sharepoint ,  as administrator or client  what information i will provide  adil