Defining logical destinations for webservice

hi
i am trying to consume a webservice which has been
generated from RFC ( rfc as webservice ) , 
i have copied the WSDL file on the local machine ,
got the URL from the SOAMANAGER transaction code ,
iam working EP 7.0  SP15 and NWDS 7.0.14 
when  i am trying to import the webservice using 
adaptive webservice  model  ,  and deploy the application 
  with out using the logical destinations  , iam facing a error
called  cannot find the path of the WSDL file location 
  how can i  use  Logical Destination for  Adaptive webservice
  or webservice deprecated version  with the landscape i have
  can any one plz help me ?

hi
i have gone through the document  and 
i have  provided the Destination name  MyWSDestination
in visual administrator ,  and i have used the
adaptive RFC model  where i have created two destination
the default destinations ,  for metadata and execution
but  was unable to  solve the issue . 
can any one please help in creating the destination  in the
visual administration  and the also in NWDS.
should both the destination names be same .
and the paramaters to be provided the visual adm. to create destinations
  please help me out ?

Similar Messages

  • Why to give "HTTP Destination" for Webservice automation using eCATT

    Hi,
    can anybody tell me, for Webservice automation  why to give "HTTP Destination"  in System Data Container when we have "RFC Destination" to connect to Target System.
    Best Regards,
    Pradeep
    Edited by: Pradeep Singh Rawat on Jul 15, 2009 8:17 AM

    Hi pradeep,
    Any SOA architecture follows below process
    Consumer -call ->HTTP layer( SOAP)->WS layer-->Application->DB
    Our WS data is in WS layer mostly in form of XML,
    To call any XML code we need a SOAP protocol and we need HTTP for this.
    I hope you question is answered.
    regards
    vinay

  • Connection check for logical destination for type "G"

    Hi,
    How to check the connection for logical destination of type 'G'.
    Best regards,
    Saurabh

    Hi,
    In our case we are creating the logical destination in sm59 (ztest_logical) with type 'G'.
    We need to check the connection exists or not .
    so is there any standard function module to check the conenction .
    Best regards,
    suman puthadi

  • Errors defining the destination for SQLAssembler inside data-management-config.xml

    Hello,
    I am following the LCDS ES sample at
    http://localhost:8700/samples/#sqlassembler
    for defining a destination inside data-management-config.xml,
    there you can define SQL
    statements that can be referred to from MXML
    I am having the following error:
    'Error in SQL for 'fill' in destination 'sql-product'.
    Matching pair of # tokens not found'
    And the statement it is referring to, from within the
    data-management-config.xml file is:
    <name>getAllForServer</name>
    <sql>SELECT * FROM MYTABLE
    WHERE SERVER_ID = #SERVER_ID#
    </sql>
    I do not understand the # syntax, and how can it be used
    universally? for example, setting the value of LIMIT, or variables
    in WHERE statements

    Thanks a bunch, that was it. Any ideas where I can find DTSs
    or Schemas for the FDS config files?
    -Robert

  • Logical destination for xi web services

    hello,
    i have some wsdl files that were generated by xi. i want to use adaptive web service model to call them. what is the logical destination i should put in visual administrator ?
    thanks

    Hi Eyal,
    Go through this document.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f07de95b-d81c-2a10-3daf-96172e846d00
    Use the WSDL, userid and password of your XI System.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/08/11703e5da3e946e10000000a114084/frameset.htm
    Regards,
    Mithu

  • Cerate Logical port for Webservice

    HI,
    I create abap WS in one backend and i want to call him in different backend , i generate proxy via se80 .
    I want to create logical port but i don't know how.
    Do i need to create it via SM59 or via LPCONFIG.
    Please guide me step by step i new to this topic.
    Best Regards
    Michael

    HI Venu,
    I want to use Abap program/method  to call this proxy ,you have an idea ?
    i saw this for calling the proxy from LPconfig :
    CALL METHOD cl_srt_lp_maintenance=>get_default_port_by_proxy
      EXPORTING
        proxyclass = lc_proxy
      RECEIVING
        lp_name    = lv_port_name.
    But i didn't find any method for calling the LP from Soamanger.
    Best Regards
    Michael

  • Component define data types for Webservices [Incomplete Documentation]

    I been looking around the web and in safari for a good answer to this question I have about the documentation found at
    http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=webservices_20.html
    When I try and recreate these examples I get this error.
    The component definition file for component 'name[]' cannot be found on this server.
    Does anyone know where I can find a zip file of this example. I am having a bear of time getting array of types to return from a coldfusion webservice and hope to at the very least recreate what is found in the documentation. I know it must be something very simple that isn't clear in the documentation so any help would be great.
    -Luke

    Ok, So I got simple with this.
    I made a directory called dashboardwebservice/testme
    and I put in there two files.
    <!--- webservice2.cfc --->
    <cfcomponent style="document">   
      <cffunction
    name="allNames" returnType="name[]" access="remote" output="false">
        <cfset var returnarray = ArrayNew(1)>
        <cfset var temp = "">
        <cfloop index="loopi" from="1" to="5">
           <cfobject component="name" name="tempname">
           <cfset tempname.Firstname = "Firstname">
           <cfset tempname.Lastname = "LastName#loopi#">
           <cfset temp = ArrayAppend(returnarray, tempname)>
         </cfloop>
         <cfreturn returnarray>
        </cffunction>
    </cfcomponent>
    and
    <!--- webservice2.cfc --->
    <cfcomponent>
        <cfproperty name="Firstname" type="string">
        <cfproperty name="Lastname" type="string">
    </cfcomponent>
    This creates the error.
    Component not found
    The component definition file for component 'dashboardwebservice.testme.name[]' cannot be found on this server.
    I don't think it knows how to create the description for the web request because it is looking for a array of that object.

  • Defining bc4j.xcfg for Webservice from ADF Application Module

    Hi all,
    I've already posted my previous question in JBO30003 while executing ADF Application Module WebService
    but no replies at all :)
    after thorough inspection, i found that why my client can connect to ADF AM and why my WebService Invocation is failed with JBO 300003. My J2EE Client application is connected to ADF AppModule with some configuration in CPX file.
    <JboProject
       id="DataBindings"
       xmlns="http://xmlns.oracle.com/adfm/application"
       version="10.1.2.18.73"
       SeparateXMLFiles="false"
       Package=""
       ClientType="JClient" >
       <Contents >
          <DataControl
             id="AppModuleDataControl"
             SubType="DCBC4J"
             SupportsFindMode="true"
             SupportsTransactions="true"
             Package="package"
             FactoryClass="FactoryImpl"
             Configuration="AppModuleEmbeddedAS" >
             <Parameters >
                <Parameter
                   name="Sync"
                   value="Immediate" >
                </Parameter>
             </Parameters>
          </DataControl>
    and so forththis CPX file define that this client connect to Application Module on my AppServer with "AppModuleEmbeddedAS" configuration, as stated in my BC4J.XCFG.
    <AppModuleConfig name="AppModuleEmbeddedAS">
             <AppModuleJndiName>AppModuleBean</AppModuleJndiName>
             <java.naming.security.credentials>welcome</java.naming.security.credentials>
             <DeployPlatform>EjbIas</DeployPlatform>
             <java.naming.security.principal>admin</java.naming.security.principal>
             <jbo.internal.embedded>true</jbo.internal.embedded>
             <HostName>localhost</HostName>
             <jbo.ampool.dynamicjdbccredentials>false</jbo.ampool.dynamicjdbccredentials>
             <ApplicationName>AppModule</ApplicationName>
             <jbo.ampool.doampooling>false</jbo.ampool.doampooling>
             <java.naming.security.authentication>simple</java.naming.security.authentication>
             <java.naming.factory.initial>oracle.jbo.common.JboInitialContextFactory</java.naming.factory.initial>
             <ConnectionPort>23891</ConnectionPort>
             <JDBCDataSource>jdbc/DBGEBPOC_on_LOCALHOSTDS</JDBCDataSource>
             <java.naming.provider.url>ormi://localhost:23791/current-workspace-app</java.naming.provider.url>
             <jbo.server.internal_connection>jdbc/DBGEBPOC_on_LOCALHOSTCoreDS</jbo.server.internal_connection>
             <jbo.dofailover>false</jbo.dofailover>
             <ApplicationPath>current-workspace-app</ApplicationPath>
             <jbo.ampool.resetnontransactionalstate>false</jbo.ampool.resetnontransactionalstate>
          </AppModuleConfig>Now, how could I define configuration like my J2EE Client in my web service? as we know that web service's client is web browser. Does it mean that we can't define any CPX file?
    FYI, My webservice's End Point pages is successly shown up. but when i invoke the method, it returns XML with faultmessage Error JBO30003.

    Hi,
    You can directly edit the bc4j.xcfg file. Note that the WebService binding is not created from the Am directly but from the deployed WSDL file.
    Frank

  • How to maintain HTTP Destinations for Adaptive WebService in Netweaver 7.1

    hi ,
      i  am working with adaptive webservices. i hv created HTTP Destinations for Webservices on server. In Netweaver 04s i used to write code as follows
    wdContext.currentNodeTest.modelObject()._setHTTPDestinationName("DESTINATION_NAME");
    just b4 executing modelObject.
    But in Netweaver 7.1 , no method _setHTTPDestinationName available for  wdContext.currentNodeTest.modelObject() . I want to change host  for wsdl , as my production and development servers are different. How can i use HTTP Destinations in Netweaver 7.1?

    Kavita,
    Are you creating adaptive webservice model, if so then you just need to import webservice model once in your code and when you deploy your application you must define two logical destinations in visual admin.
    DEFAULT_WS_METADATA_DEST
    DEFAULT_WS_EXECUTION_DEST
    How to define logical destinations, check out following link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b2bc0932-0d01-0010-6d8e-cff1b2f22bc7
    if you are running application in your development or production server just define these destinations and your application will run smoothly.
    Regards,
    Jawed Ali

  • Table for logical destination

    hi,
    logical destinations are defined in which table

    Check the table RFCDES Destination table for Remote Function Call
    The table RFCDES describes logical destinations for remote function calls (RFCs)

  • Defining Logical System name for ALE using T.C- SPRO?

    Hi,
    Can anybody tell, how to define logical system name using T.C SPRO?
    Where can I find the "Define Logical System for ALE"?
    Thanks
    Balaji

    HI,
    Use the SALE transaction , there you can have all steps clearly,
    please see the below links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cdded790-0201-0010-6db8-beb9bb2b2660
    /people/prateek.shah/blog/2005/06/08/introduction-to-idoc-xi-file-scenario-and-complete-walk-through-for-starters
    /people/anish.abraham2/blog/2005/12/22/file-to-multiple-idocs-xslt-mapping
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping
    Regards
    Chilla..

  • Logical System for Transaction Launcher??

    Dear all,
    Should we define logical system for Transaction Launcher to call transactions from back end ECC system. If yes, why we do this and where we maintain the logical systems?
    Can we use existing ECC logical system, whcih mapped with SAP CRM system?
    Where can we define the logical system for Transaction Launcher?
    Please clarify my doubts to complete this process successfully, your suggestions will be highly appreciated.
    Thank you
    Raghu ram.

    Hi Raghu Ram
    In order to call an transaction from ECC, you should choose the logical system of the ECC System itself. You will get the information regarding the logical name assigned to your ECC System using the tcode SM59. The logical system must have been defined for the ECC System before you integrated CRM to backend ECC.
    Check the tcode SM59 and you will find logical name of your ECC System there.
    And yes, you are suppose to use the existing ECC logical system, which is mapped with SAP CRM system.
    Hope this helps
    Regards
    Rekha Dadwal

  • Define logical system

    Hi Gurus,
    I installed BI7, and want to be define logical system for creating client. I login from default user sap*/DDIC, IMG, transaction SALE), choose Bisic Setting-> Logical Systems->® Define Logical System; I received message can not create for this user, only display.
    Please help me, how I can create logical system?
    Thanks
    Shahid

    in which client have you tried creating logical system by using SAP* and DDIC
    First create BASIS userid in that client and do the changes in SCC4 and SE06. Then define logical system for your client in the format <SID><CLNT><Clint NO.>
    Hope this would help you.

  • WebDynpro AWS logical destination against UDDI

    Hi Experts
    as we know, in design time we can refer to UDDI to import adapative web service model. However is it possible to configure AWS logical destination against an UDDI registry? I know there are two ways to configure logical destination, one is against WSDL, the other is against WSIL. My client wants to point the logical destination to their UDDI registry, instead of WSIL, is it possible? If yes, how?
    THanks
    Jayson

    HI jayson,
    it is posible to configure logical destinations for UDDI registery.
    please refer the following link http://help.sap.com/saphelp_nwce10/helpdata/en/45/c1ea61a1194432e10000000a155369/frameset.htm

  • Define Logical Port and Back-End Destinations for ESOA use of this config

    Hi,
       Please let me know what is the use of this config I am not able to get a documentation.
    Define Logical Port and Back-End Destinations for ESOA

    Hi Autobots,
    Even I am looking for the same information. Did u get some headstart into the matter?
    Pl provide me with the inputs too.
    Cheers
    Nikhil

Maybe you are looking for