Webservices Doubt!!

Hi Experts,
Our business team needs that 4 webservices should be taken backup in 100 client.They should not be lost at any cost.Is there any way we can take backup of webservices?Can we do client export of 100 client & if required we will do import?Whether client export/import will backup webservices??

We are facing the same problem, how did you have solved it?

Similar Messages

  • Webservices doubts!

    Hi experts,
    Please forgive me for boring you again with this subject, but I haven’t yet cleared my doubts…
    Can someone provide me some clues?
    > Is it possible use web services paradigm with an asynchronous scenario?
    > To receive acknowledges that tell me if the message was processed or not, I need to define two Message Interfaces. 1) Outbound, Asynchronous 2) Inbound, Synchronous? Is it possible only with one async interface?
    > In an async interface (inbound) without response message, if the message not reached the target, is it supposed give me a red flag with an error status on sxmb_moni? (I have a scenario like this and in sxmb_moni the flag status appears ok, however in j2ee monitor I see “SOAP: call failed” and another log message said “SOAP: sent a delivery error ack”!?!?! Why I can see these errors in Message Monitor? And where I can find this ack?
    > To define messages interfaces (web services scenario), is mandatory download the wsdl and create an external definition with this wsdl provided by the web service that I want invoke? Is it possible doing the DT, MT and MI without wsdl?
    Thanks in advance for all.
    Cheers,
    Ricardo.

    Hi ,
    <i>
    > Is it possible use web services paradigm with an asynchronous scenario?</i>
    Generally, I have seen webServices are used for Synchronous Scnearios.
    <i>> To receive acknowledges that tell me if the message was processed or not, I need to define two Message Interfaces. 1) Outbound, Asynchronous 2) Inbound, Synchronous? Is it possible only with one async interface?</i>
    If you want to receive the acknowledgement, then it is of type Synchronous. If so , you need to have one Synchronous Interface. Inbound or Outbound is based on the scenario. For e.g XI->WebService then you need to create Inbound Synchonous Message Interface.
    <i>> In an async interface (inbound) without response message, if the message not reached the target, is it supposed give me a red flag with an error status on sxmb_moni? (I have a scenario like this and in sxmb_moni the flag status appears ok, however in j2ee monitor I see “SOAP: call failed” and another log message said “SOAP: sent a delivery error ack”!?!?! Why I can see these errors in Message Monitor? And where I can find this ack?</i>
    What is your WebService Data Strucuture ? i.e wsdl structure ? Is it having both Request and Response Structure ? If so you need to handle in the Synchronous manner.
    <i>> To define messages interfaces (web services scenario), is mandatory download the wsdl and create an external definition with this wsdl provided by the web service that I want invoke? Is it possible doing the DT, MT and MI without wsdl?</i>
    It is mandatory to download the wsdl into External definition and use it in the Mapping etc.
    Hope this helps,
    Regards,
    Moorthy

  • Implementing Webservices Doubt

    Hi,
    i have few queries in my mind
    we have to integrate Third party webservices with our SAP R/3
    1) Assume that in IDOC--- SOAP scenario( External Web Service)  who has to generate the WSDL file????
    2) In SOAP -
    IDOC scenario( External web service) who has to generate the WSDL file.
    Regards
    Suman

    Hi,
    The basic thing behind the Webservice is to follow the wsdl structure.
    On Sender side of SOAP we could create the WSDL file with defining the Webservice in ID and that can be deployed on Sender system to send the request message from web service.
    On Receiver side normally the Webservice structure has to be define as per the receiver system so its preferrable to take the wsdl as per Receiver system and use it in XI as external defination.
    In your IDOC-SOAP scenario, Web service is on receiver end and you have to develope the wsdl on receiver end as per the services provided by receiver system and the URL directs to receiver system.
    Here you should not create the wsdl from XI as the url that you will be giving in XI will be pointing to XI Interface by giveing the service and communication details.
    http://<Host>:<port>/XISOAPAdapter/MessageServlet?channel=<party>:<service>:<communication channel>
    In SOAP ---IDOC Scenario do we need to deploy any WSDL File on XI Server and Why???
    Here SOAP will be sender and will be directing to XI server so we need to deploy it in XI.
    I hope now its clear to you
    Thanks
    Swarup

  • Webservice doubt

    Hi
    For this scenario which webservice I have to use and how to get the wsdl file ?
    can you pls give me links to download wsdl
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10c73036-f019-2b10-20bc-f15a25be9588
    In Page 8
    " create three communication channels, one for sending the xml file to the BPM, one for sending the request to Web Service from BPM and one for sending the response as xml file to the desired location."
    1st communication channel is with file adapter
    2nd  CC with SOAP Adapter
    3rd CC with File Adapter ?
    thanks
    manian

    when I tried to download wsdl from the link mentioned in the weblog
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    it takes me to some another website (godaddy.com) where I could not download currencyconverter.wsdl
    manian

  • Calling web service from portal

    Hi
    I have created a webservice to RFC scenario in XI. Now I need to access this webservice from enterprise portal. how do i inlcude this web service in the portal. I want to use ABAP web dynpro.
    thanks
    sankar

    Hi,
    Refer these links:
    Re: WebService Creation
    http://www.riyaz.net/blog/index.php/2007/12/10/xipi-consuming-xi-web-services-using-web-dynpro-part-i/
    How To Develop a Simple Web Service Application Using SAP NetWeaver Developer Studio & SAP XI 3.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac1555
    Check this thread also.
    Implementing Webservices Doubt
    Invoke Webservices using SAPXI
    Invoke Webservices using SAPXI
    Testing XI exposed Web-Services
    Testing XI exposed Web-Services
    RFC as Web Service step by step approach in XI
    Exposing Remote Function Module as Web Service in XI -    Step By Step
    Using RFC as WebService in WebDynpro
    Creating and Exposing BAPI as Web Service and using it in Web Dynpro
    RFC calls from Adapter modules...the Web Service Way!
    How Web services play a key role on the SAP NetWeaver
    http://www.sap.info/public/INT/int/index/Category-28943c61b1e60d84b-int/0/articlesVersions-500244687cbd30ffd
    How to develop a Simple Web Service Application Using SAP NetWeaver Developer Studio & SAP XI 3.0
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5f3ee9d7-0901-0010-1096-f5b548ac1555
    How To... Set Up a Web-Service Related Scenario with SAP xi
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f222711d10c0
    Enhancing Your Web Services with SAP Exchange Infrastructure
    http://www.sappro.com/downloads/SAPXI.pdf
    Regards,
    Nithiyanandam
    Edited by: Nithiyanandam A.U. on Aug 12, 2008 11:06 AM

  • RFC to WebService Scenario  doubt

    Hi,
           I'm passing  parameters from R/3 system  RFC.. and  based on that selection criteria  the data will fetch from the  Remote Application.. and  send it to R/3.. finally my RFC will load these data into  R/3 system. this is my Scenario( that means.. RFC to WEBSERVICE)  so, in the reciever side i should use the SOAP adapter..
         but for these type of scenarios..  is  WSDL file is   mandatory or.. with out WSDL file also can we do the  scenario.. and  if this is mandatory means..  how we will get the WSDL file... 
            because  according to my reqirement i know only the sender system (R/3) and Receiver system(Remote Application) details..  I dont know any thing about  other details..
    please  suggest me what are the things are needed.. so, that i will get from my client..
    Regards
    Jain

    Hi,
    WSDL contains the message /data structure for you input and output.
    If you know the Web Services input /output data , you can create it manually or if you have WSDL, you can directly import in IR and all the request/response message would be generated automatically.
    To call a Web Service, only URL is required.
    You can ask your client to provide the WSDL file.
    Regards,
    Piyush

  • Messages interfaces doubt in Webservices and BPM design

    i have a requirement where SAP sends data to some web application.. so we are going to use Proxy to webservices.. in this we are also using BPM.
    SAP sends the data to PI ..in PI BPM triggers it will check some login credintials with webserices application and response will be sent back to PI .. in PI it will have to append the login session id with SAP data and then finally PI pushes the data to target system(web application).
    SAP--SAP-PI (BPM)web services.
      1. SAP sends data to PI
      2. PI checks the login credentials with webservices
      3.Sen back the session id
      4. session id appended to SAP data
      5. Final data will be sent to webapplications
    So how many msg interfaces that i need to create.?
      1 DATAfrom SAP_Outbound (Asyn) ---
      2. Data from SAP_Abstarct(Asyn)_BPM
      3. Data webapplication to SAP- (abstarct )-Sync   ( which gets the session id)
      3. FinalDatato Webapplication(Asyn)-Abstract
    Please correct me if i'm wrong...
    Regads,
    Deeps

    Hi Shabarish,
      Proxy call is Async
    Prateek,
       can we make it with SOAP lookup? which one is best the option BPM or SOAP lookup..
       i hope it is always good to have a interface without BPM right ?
      Can you tell me how to approach SOAP lookup.. ?
    Regards,
    Deep

  • Doubt on Consuming webservices

    Hi all,
    I have a requirement to create a webservice from rfc and third party wantsto consume webservice from external system. I have created rfc and webservice from the same and got wsdl link. Can anyone tell how the external system can access wsdl link directly or is it required to register uddi ?
    thanks and regards
    Jijo

    put the WSDL URL into your favourite webbrowser and see what happens. if you can see some XML on your screen, your browser is 'consuming the WSDL'. if you see some proxy information or anything else that says that the desired host is not reachable you have a network issue to resolve. Resolve the issue and your webbrowser (aka client) is able to consume the WSDL. The story is completely the same for any other kind of client.
    No need for an UDDI. A UDDI is a phonebook, and usually you don't need a phonebook to make phone calls. It's the same for webservices and their descriptions(WSDLs).
    hope it helps,
    anton

  • Doubt about webservices

    hi this is seshagiri.i want to know
    1.what is a webservice.
    2.when we wil use
    3how  to write the webservices.
    please clarify all these to me
    thanks & regards
    giri

    Hi,
    The best 2 documents to understand how to use SOAP adapter and Webservices in XI,
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f222711d10c0">How to Set Up a Web Service-Related Scenario with SAP XI</a>
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79">How to use SOAP adapter</a>
    Regards
    Bhavesh
    PS : All documents are available on this link,https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/dd0326a7-0d01-0010-f690-b94802b06c8a [original link is broken] [original link is broken] .

  • Doubts regarding webservices

    HI all,
    1) If XI exposes any outbound interface as a web service how to make that webservice capable of handling attachments ? Does the keep attachments option while configuring sender CC alone is enough to handle attachments on sender side? Do i need to make any changes to the wsdl to enable it to handle attachments?
    2) Is there any webservice client that has the capability to send attachments to the webservice that we have exposed above.
    3) Is there any webservice on internet to test the attachments on the receiver side?
    Thanks in advance.Any help on this will be highly appreciated.
    Regards,
    Sudheer

    > HI all,
    >
    > 1) If XI exposes any outbound interface as a web
    > service how to make that webservice capable of
    > handling attachments ? Does the keep attachments
    > option while configuring sender CC alone is enough to
    > handle attachments on sender side? Do i need to make
    > any changes to the wsdl to enable it to handle
    > attachments?
    Have not tried it, but I think you are correct. Just select option in the Sender SOAP adapter . No need to make any changes in the WSDL as far as I know.
    Regards
    Bhavesh

  • Oracle WebService Management / Gateway doubts ?...

    hi all,
    i have some doubts with OWSM. i created one sample gateway
    called Gateway_test. While creating it in component url i have given
    http://172.28.10.71:8888/gateway
    1) While specifying this URL, Can i use any port number..?
    After that, i registered creditrating service to it. Now in service details it specifies
    tht
    Client Access URLs
    Service URL: http://172.28.10.71:8888/gateway/services/SID0003001
    Service WSDL URL: http://172.28.10.71:8888/gateway/services/SID0003001?wsdl
    But this URLs are not working...? it means Gateway is not running.
    Plz anyone can help me out.?
    /mishit

    Hi Mishit,
    did you configure the gateway with the registered component ID?
    Regisitering the Gateway via the OWSM Console is not enough. You have to copy the Component ID into a properties file used by the Gateway in order to establish the connection between the Gateway and the Policy Manager.
    To do this :
    Stop OWSM
    C:\oracle\owsm\bin> coresv stop
    Edit the file %OWSM_HOME/config/gateway/gateway-config-installer.properties and update the gateway.component.id attribute with the Component ID generated before :
    ex: gateway.component.id=C0003001
    Save the gateway-config-installer.properties file and re-start the OWSM :
    C:\oracle\owsm\bin> coresv start
    1) While specifying this URL, Can i use any port number..?
    The port number is the default OC4J (Oracle's J2EE container) port number.
    Hope that helps.
    Regards
    Kersten

  • Sun J2ee webservice tutorial doubt

    Hi,
    I am trying to understand how the JAX RPC static stub client is built in Sun Webservices tutorial
    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/JAXRPC3.html
    Here we have HelloIF and HelloImpl classes. Both these classes are in the
    package helloservice.
    package helloservice;
    public interface HelloIF extends Remote {
    }These have been built using
        asant build, asant create-war, asant deploy-war commands.Now the client HelloClient.java is in package staticstub.
    package staticstub;
    import javax.xml.rpc.Stub;
    public class HelloClient {
    public static void main(String[] args) {
    HelloIF hello = (HelloIF)stub;
    }}I wanted to know how does HelloClient compile WITHOUT importing package helloservice in which HelloIF has been declared.
    Isn't this against the basic java rules.
    Or is there a smart way ANT does.
    Can someone please explain or give me a plain javac command to compile the HelloClient.java
    regards
    Vasim

    Hello,
    Could you post a stack trace?
    Thanks,
    Bruce
    zbcong wrote:
    >
    hello
    i want to deploy the jax-rpc sample that come with the sun's tutorial(hello) and
    can works well in the tomcat into wls7,but the wls tell me that some files can't
    be found,then i add enough jar files under the jwsdp to the lib directory of the
    war package till the deployment success,but when i invoke it in the browser,the
    browser tell me "no jax-rpc context available",why?and the same package even can't
    be deployed in the jboss,the jboss always complain that the "class not found",but
    i am sure the classes is included in the lib jar files,why?who can help me?
    thank you

  • Doubt in Webservices soap header

    Hi All,
    I am using axis to send a request executeRequestResponseOperation command.
    I have authentication information that has to be transmitted. but the information is placed in
    <soap:body use="literal" />
    <soap:header message="s0:SendAuthHeader" part="AuthHeader" use="literal" />
    <s:element name="AuthHeader" type="s0:AuthHeader" />
    - <s:complexType name="AuthHeader">
    - <s:sequence>
    <s:element minOccurs="0" maxOccurs="1" name="User" type="s:string" />
    <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
    </s:sequence>
    can u suggest me how do i send the header information for sending the request to the server.?
    where should i have to pass the header infromation.
    i place my soap body in the input part of executeRequestResponseOperation.
    how do i place the header and where should i have to place the header.?
    please help me out ?
    regards,
    praveen.

    Hi Shabarish,
      Proxy call is Async
    Prateek,
       can we make it with SOAP lookup? which one is best the option BPM or SOAP lookup..
       i hope it is always good to have a interface without BPM right ?
      Can you tell me how to approach SOAP lookup.. ?
    Regards,
    Deep

  • How to update the Sent Idoc Status based on the Response From Webservice

    Hi All,
    I have to develop Idoc--SOAP Sync Process Scenario Using BPM .
    I have configured every thing using BPM and mapped
    MATMAS----SOAP Request
    SOAP Resp----STATUS.SYSTAT01
    In R/3  the Main Idoc Number(MATMAS) Status needs to be update , but it is creating the new Idoc with STATUS.SYSTAT01.
    I have used STATUS.SYSTAT01 Idoc to Update the status of the Original idoc based on the Response that is coming from webservice .
    I was posted the same thread a days ago and there Bhavesh suggested me some sugessions.
    How can we make the status of the Idoc based on some response Text
    iam unable to follow OR not able to clear my self on this.
    Please suggest me or give some over view kind of thing on this
    Regards

    Hi Suman,
    It is clearly mentioned in SAP help that "SAP Intermediate Documents (IDOCS) are EDI like documents that are asynchronous in nature."
    So Your Scenario is Asynch(receive) - Synch(WS call) -Transformation (Multimapping)- Asynch(Send to R/3).
    now go in this way:
    you can develop all the message Interfaces  of  Abstract catagory (not manditory )
    MI_AA_MATMAS   -> Abstract Asynchronous message    interface for your Matmas IDOC
    MI_AS_SOAP_ReqandResp  -> Abstarct Syncronous MI for SOAP request and response.
    MI_AA_STATUS ->Abstract Asyncronous MI for Status Idoc
    MI_AA_SOAP_Req ->  Abstarct Asyncronous MI for SOAP request .
    MI_AA_SOAP_Res ->  Abstarct Asyncronous MI for SOAP response .
    Thats all in Message interface.
    your first reciever :
    (This will receive the message asynchronously from R/3)
    create a conatainer varaiable (say preceive) and assign it message interface MI_AA_MATMAS
    Now in thw Propert TAB of this step: give this message name.
    Step2: Synchronous call :
    create container Variable psoaprequest and psoapresponse  give abstract message interface MI_AA_SOAP_Req and MI_AA_SOAP_Req  resp.
    Now in thw Propert TAB of this step:
    Synchronous Interface : MI_AS_SOAP_ReqandResp
    Request Message : psoaprequest
    Response Message: psoapresponse
    Transformation Step :
    Here you will specify Interface Mapping that will conatain Multimapping between Synch Response - MATMAs and STATUS
    Let's name it as IM_ResandMatmasToStatus
    create a container variable as pstatus and assign it abstract interface MI_AA_STATUS.
    In Property pan of this step :
    Interface mapping :IM_ResandMatmasToStatus
    Source Message :psoapresponse
                                preceive
    (IT will ask you for two source messages as IM selected in this transformation has 2 source messages)
    Target Message :pstatus
    Send step:
    Select a message as pstatus.
    thats all in IR.
    If have doubt in ID just let me know.
    Thanks
    Sunil Singh

  • Error when calling a Webservice's public method in Forms10g

    Hi,
    I'm getting the following error when calling a webservice's public method, i'm using Forms10g 10.1.2.3
    java.rmi.RemoteException; nested exception is: HTTP transport error javax.xml.soap.SOAPException
    java.security.PrivilegedActionException javax.xml.soap.SOAPException
    Message send failed javax.net.ssl.SSLException SSL handshake failed X509CertChI have added the Jar containing the client proxy in both Classpaths(system variable and default.env), the jar has been made with jdk 1.4
    I also have tested the client proxy from jDeveloper and it's working there, but in Forms i'm getting this error.
    I guess my problem might be that i'm calling a webservice that is secured since the url starts with https
    what should i do to fix this ??
    Regards
    Carlos

    I understand, so i have a doubt, why the webservice works on jDeveloper ??Not just JDeveloper even soapUI and Neatbeans have a way of working without a client certificate installed.
    I do not know how they achieve it. I know that they work without a client DC.
    Cheers,
    PS: See this http://stackoverflow.com/questions/8887434/webservices-ssl-https, it offers a clue.
    The java programs run unhindered when one-way authentication is being used. These products ship with a digital certificate that is in the path of most popular CAs.
    Corollary, if the Web Server is configured for mutual authentication then you need to install and configure the client certificate in the tools.
    Edited by: Prabodh on Dec 5, 2012 8:36 PM

Maybe you are looking for