Testing  WSDL through webservice navigator

HI All,
Please elaborate  on how to test the WSDL link though webservice navigator.
Di we require some different installations or what exactly is webservice navigator
Edited by: solutionProvider on Dec 24, 2010 8:43 PM

HI All,
Please elaborate  on how to test the WSDL link though webservice navigator.
Di we require some different installations or what exactly is webservice navigator
Edited by: solutionProvider on Dec 24, 2010 8:43 PM

Similar Messages

  • Runtime error while testing BAPI using Webservice Navigator

    Hi all,
    I created a webservice to a BAPI and tested in Webservice Navigator, while testing it is throwing the below error:
    Runtime Errors         SAPSQL_ARRAY_INSERT_DUPREC
    Exception              CX_SY_OPEN_SQL_DB
    Termination occurred in the ABAP program "SAPLCRM_LINK_DU" - in
    "CRM_LINK_SAVE_DU".
    The main program was "RSM13000 ".
    In the source code you have the termination point in line 15
    of the (Include) program "LCRM_LINK_DUU01".
    The program "SAPLCRM_LINK_DU" was started in the update system.
    The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in
    procedure "CRM_LINK_SAVE_DU" "(FUNCTION)", but it was neither handled locally
    nor declared
    in the RAISING clause of its signature.
    The procedure is in program "SAPLCRM_LINK_DU "; its source code begins in line
    1 of the (Include program "LCRM_LINK_DUU01 ".
    Thanks,
    Sanjani

    I have created customized teh bapi BAPI_ACTIVITYCRM_CREATEMULTI and created a webservice for it.
    I called BAPI_TRANSACTION_COMMIT in the Customized BAPI.
    I tested it in webservice navigator and could see the that OBJECT_ID was generated, but it is not getting updated in database table eventhough i called the Commit fm in my customized BAPI, it is showing an error with a popup as EXPRESS DOCUMENT "UPDATE WAS TERMINATED" received from author "xyz".
    Suggest me with some solution.
    Regards,
    Sanjani
    Edited by: Sanjani on Dec 2, 2010 2:26 PM
    Edited by: Sanjani on Dec 2, 2010 2:29 PM

  • Testing WebService through WS Navigator in CE 7.1.1

    Hello All,
    We have a scenario where the web service in created in ECC and hosted on PI Service Registry.
    When we  try to test this web service through WS Navigator, I am getting the error
    "Invalid Transport binding settings [_confidentiality0210] Expected only one certificate, but recieved 0 "
    Any pointers towards this issue would be of great help.
    Regards,
    Shailesh

    Resolved by service restart

  • Testing by Webservice Navigator

    Hi,
    Can we test SOAP <-> PI <-> BAPI ( Sync) scenario in PI 7.11 by using webservice navigator? If yes, how? If Not, Why?
    When i test from RWB and Test configuration in ID, it is working fine.  When i am trying to test from WebserviceNavigator it is giving me error.
    Error : Web service returned error. Fault Code: "(http://schemas.xmlsoap.org/soap/envelope/)Server" Fault String: "Server Error"
    Thanks,
    Ashwani

    >>Can we test SOAP <-> PI <-> BAPI ( Sync) scenario in PI 7.11 by using webservice navigator? If yes, how? If Not, Why?
    Yes. YOu can. Follow this  link
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/23725

  • WSDL of WebService

    Hi,
    I have a problem with the generated WSDL of a WebService, created in the NDS.
    First I created a stateless SessionBean in a EJB-module-project (and then a ear-application...). Then I generated with the WebService-wizard a WebService and deployed it on the J2EE engine. So far so good, I'm able to test the Service in the WebService Navigator and it works fine.
    Now, when I try to download the wsdl-file i miss the methods in the wsdl-description and also the Message I want to send and receive (for this I'm not able to generate my client-proxy-classes; in my special case I want to import the wsdl-description in XI). Can anybody explain me how to generate a wsdl-file, where I get the messages and methods-interfaces I need  to call the service?
    Regards Thomas

    In the WS Navigator you will see a link that looks like ...
    http://hostname:50000/WS_Name/Config1?wsdl
    If you open that link then you will see that it has a reference to another URL using <wsdl:import> tag. If you open this another URL it will reference one more 'import' URL.
    These imports when all added together complete the whole wsdl that will show your EJB methods. Most of the WS test/build tools are able to resolve these types of imports automatically.

  • NullPointerException while testing ID through WSNavigator

    Hi all,
    We are testing the Integration Directory configuration by executing the Sender Agreement WSDL url on Web Service Navigator, When we enter the data while testing it gives following error 'RemoteException: java.lang.NullPointerException'. Whereas if we test the BAPI through SAP R3 it works fine with the same data. Here BAPI is the target.
                             The scenario is that data is coming from .NET which is interfaced to a BAPI in SAP ABAP through PI.
    Regards,
    Atrinandan

    I have used SOAP UI  to test the interface. It has run successfully.
    Then through sxmb_moni transaction I took the xml of the request message generated and imported it in WSNavigator.
    And it tested succesfully in WS Navigator.
    But still the exact reason why it was not running directly in WS Navigator is not known to me
    Maybe some field was remaining null or maybe some field format was wrong...
    If any one knows the exact reason please post reply

  • Create Resource from URL (WSDL) through corporate proxy?

    In OSB I Create a Resource from a URL (WSDL) but I get a "No resource found".
    Im using this service to test...
    http://webservicex.net/stockquote.asmx?WSDL
    I suspect its because it needs to route though our corporate proxy. Do I set this up in the OSB or the Weblogic Administration Console?
    I setup the proxy in the OSB, but it appears I can only assign it to a business service at this point, but I cant create my business service till I load in the WSDL url.
    This works fine for internal WSDL's inside our network. Does anyone know how to configure weblogic or osb to take traffic through a corporate proxy so it can find the test wsdl on an external network?
    Thanks!

    Hi Cory,
    In SB Console go to System Administration > Global Resources > Proxy Servers... Add a new proxy server there...
    In your Business Service you configure the proxy server under Advanced HTTP Transport Configuration...
    You can create the WSDL on SB Console by copy and pasting the WSDL content...
    Hope this helps...
    Cheers,
    Vlad
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts)
    https://forums.oracle.com/forums/ann.jspa?annID=893

  • Webservice navigator not opening

    Hello All,
    I have created a webservice for an RFC enable function module in ABAP..
    For the FM i have created a webservice definition and release the webservice using WSCONFIG...
    Now i am trying to test the webservice from WSADMIN...
    The webservice navigator is not displaying the page in the internet explorer..
    Couly you let me know the problem for the above and provide me the solution
    Thanks in advance
    Regards
    Shiva

    Hi Shiva,
    Check for this now.
    WADMIN -> GOTO ->Administration Settings ->
    enter          http://<host>:<J2EE port>/
    this should work.

  • Pragmatically Reload WSDL for WebService

    Hey everyone,
    I'm new here and i'm starting to try out RIA. I'm currently
    working against a little test web service. Pretty simple and trim.
    Here's my problem.
    I want to seemlessly handle when the web service goes down.
    The senario is like this:
    1.) WebService goes offline at the web server.
    2.) User executes an operation with returns with a ioError
    fault.
    3.) This error is captured and identified as a
    "Disconnection"
    4.) Now the user is presented with a modal popup informing
    them the web service is down.
    5.) A time was started that will test if the web service is
    online at a set interval.
    6.) When the service is back online, the modal popup is
    removed, and the user can continue with their work
    My reconnection code is pretty simple. It's:
    myWebService.disconnect();
    myWebService.loadWSDL();
    My assumption is that when you execute the loadWSDL, it will
    go out to the server and attempt to download and reload the WSDL.
    There is a fault capture on the main webservice so i can detect
    when the loadWSDL fails. If it fails, the webserivce is offline so
    i keep the modal up. If the loadWSDL can be loaded, the "load"
    event is fired for the webservice. I detect this event and remove
    the modal popup.
    However, the loadWSDL does not go back to the server. It
    detects that it has already been loaded, and fires the "load" event
    for the webservice.
    So my main goal here is to have a way to test if the
    webservice is online. I *could* develop a simple webservice
    function that simply returns a string if it's online. But i want to
    avoid having odd calls like that in my webservice. There has to be
    a way you can do this.
    Any help would be hugely appreciated.

    Still looking for a response on this. So far we've
    implemented a webservice call to check if the webservice is active.
    But i'd be interested if there's an answer.
    I'm hopeing the answer will help me understand why the
    WebService object needs to download the WSDL everytime in the first
    place.

  • How to create a mock service from WSDL through J developer

    Hi All,
    I want to create a mock service from available WSDL through J developer. The thing is, the WSDL doesn't have any endpoints associated with it. But, I have a requirement where I have to create a mock service from the WSDL and it should be deployed into local server for testing purpose. What is the procedure for creating mock service? The WSDL has two operations request and response, whenever the bpel sends some input to it, the WSDL has to return some response.
    Thanks,

    Hi,
    Create a new web project then create a new "Java web service from WSDL"... This will generate the service for you in java... Edit the code to insert the mock data to be returned... Deploy the web project and should be all that you need...
    Cheers,
    Vlad

  • Facing Time out after 270 sec through webservice.

    Hello all,
    I am invoking PDF generator for Postscript through webservice along with a cofiguration xml which has timeout set to 10000. But the service doesnot recognise this value & always gets timed out at 270 sec which is its default value.
    I tried converting a PS file to PDF using the GUI by setting the timeout parameter to a higher value than 270 but it still got time out at the default value.
    Please help me solve this prob...
    Thanks in advance.
    -Vineesh.

    Which version of Java?
    Which web app server/db and version?
    Does it work for small (<10Meg files)?
    I've never needed a timeout over 4 minutes even for 500Meg+ PS files, although I'm interacting through the EJB interface, not the webservice.
    I believe there may be some way to increase the timeout further, although I think it involves editing configuration files within the ear/war/jar structure of the deployed libraries; the 270 second value does appear in native2pdfconfig.xml in the pdfg-all.ear on the professional version of PDFG, although I don't have time to test whether this value actually has an effect on the maximum timeout. It may appear elsewhere too. And I'm not sure if it will be in the same location in the postscript only version.

  • How to publish WSDL as Webservice in XI 3.0

    Hello,
    My Scenario is  SOAP --XI -- R/3(Proxy). XI version is XI 3.0 and SAP R/3 4.7
    Generated a WSDL for SOAP Sender(ID>Tools>Define webservice)
    I want to know  how can i publish this  WSDL as webservice.
    Appericiate your help.
    Srinivas
    Edited by: Srinivas on Apr 20, 2010 11:42 AM

    Generating the WSDL file (as you have already done) and then providing it to the sender application so that they send the message according to the format and to the target URL (your PI system) means that you have published your WSDL.....and this logic remains the same till the latest available version of SAP XI/ PI.....just that when you say SAP PI7.1 it is only addition of functionality on how the WSDLs are published.
    the application team is not required to publish the WSDL....they are required to consume it.
    Regards,
    Abhishek.

  • Queue Name is Initial while calling XI through webservice

    Hi All,
    While i am sending data to XIServer through webservice with Quality of service as EOIO i am getting the response
    <b>XIServerINTERNAL.ATTRIBUTE_INITIALQUEUE_NAMEAttribute QUEUE_NAME is initial</b>
    Due to this i cannot see any messages in SXMB_mONI..
    Can anybody give solution or suggestions...
    And also CCMS status is in red in component monitoring of Adapter engine for XISERVER...
    Thanks and regards,
    Sridhar

    Hi Michael,
    Thanks for u r reply,
    I am not using Soap Adapter, I am using XI adapter, and followed the Doc how to send XML data to BW using the doc
    http://service.sap.com/~sapidb/011000358700011142902001E/HOWTOSENDXMLDATATOBW.DOC
    My scenarion is XI-BW integration.
    Here I am trying to send XML data as mentioned in the doc.. i can see the messeges if i give the QOS as EO but if i give EOIO then the said response i am getting...
    Request u to give solution or suggestion...
    Regards,
    sridhar

  • Passing data through webservices.

    Hi All,
    I have two doubts.
    1. Can we call a webservice without calling creating an ABAP Proxy?
    2. If yes how can i pass my internal table through webservice.
    any code snippet or wiki link regarding this will be very helpful.
    TIA
    Vikash Singh

    Hi Vikash,
    Go through the below link, it has a simple example which will help you,
    just search for "Calling a web service in ABAP that validates an email id" and click on the link of saptechnicaldotcom
    or try this
    http://help.sap.com/saphelp_nw70ehp2/helpdata/EN/1f/93163f9959a808e10000000a114084/content.htm
    Also, for transforming your internal table into XML, you can use the below piece of code
    CALL TRANSFORMATION ID  
       SOURCE root = ITAB
       RESULT XML xml_string.
    And you can pass the XML_STRING as input to the "CREATE_BY_URL_METHOD".
    But the XML_STRING will need to be in the format that the service can understand, you might have to modify it accordingly.
    Regards,
    Chen
    Edited by: Chen K V on Apr 26, 2011 1:04 PM
    Edited by: Chen K V on Apr 26, 2011 1:07 PM

  • Send the adobe form through webservices

    Hello all,
    i have a requirement in adobe form. When i click on submit button the total pdf form have to be sent through webservices and update as a string in a SAP ztable. so that i can retrieve the string and convert it into pdf again and reuse it.
    can anyone suggest, is it possible to do. Please suggest if anyone already worked on this scenario before or like.
    Thanks in advance,
    Prakash reddy .S

    Hello Sreelatha,
    I think we cannot hide a page.  as in, page is the main container.  In a container, we can hide any field using some scripting.  Even though if we hide the field, it is present on page but not visible. 
    but if some logic is there, please let me know.
    Thanks,
    Rakesh.
    Edited by: rakhi966 on Sep 8, 2011 8:54 PM

Maybe you are looking for

  • Can I use my Time Capsule without cable internet?

    We lost our cable service and are now operating on our resort's wifi.  Is it possible to use my time capsule for backup and/or router now that we don't have internet coming in on a cable?

  • "The export operation failed because it ran out of memory"

    I'm trying to export from Flash CS5 to an mov. Project is in custom size (874  x 480) but when saved to SWF it's not really that big (15mb). So I'm a little confused. Anyone encountered this error message? This is quite new to me. I've got 2 HD on my

  • Wheather ASM Disk need to be configured before Oracle 11gR2 Grid software

    Hi All, I have a confusion regarding ASM Disk configuration. Whether this need to be done before the grid software installation or shall we do it after grid software installation. Kindly Advice over the same

  • Windows 8: AAM and DreamWeaver not working

    I am running Windows 8, and AAM Crashes on me during startup "Not Responding..." and Dreamweaver will not start. I have tried to uninstall, so I can try to do a reinstall but the Uninstaller Fails. Also tried to run the adobe cleaner but does not see

  • How to reinstall deleted apps

    I deleted some apps off my ipod touch to make room. They are still in my "apps" section of itunes. They correctly do not install automatically when I sync. If I change my mind and decide I want them back on my ipod touch, how do I reinstall them? THA