SOAPUI

Hi guys,
We are testing a bunch of We Services with SOAPUI tool, and we are having the folllowing problem:
All descriptions depending on language are displayed in english in SOAPUI. Our client works in spansh language, so they are getting problems with the interfaces depending on these Web Services.
How can I configure SOAPUI to get the descriptions in spanish? Is there anyway, or do I have to make some settings in SAP?
Thank you very much in advance,
Best regards
Lucas

Hi,
A late answer.But If someone searching this case in the future may find exact result.
You will see a tab to add additional http parameter to header in the request.You should add sap-language=TR parameter.
It's ok .System will return in your specified language.
Cheers

Similar Messages

  • Issue in calling web service from SoapUI 4.0.0 to Oracle web logic server10

    Hi All,
    I am trying to call a web service from soapUI 4.0.0 to Oracle Web logic server 10.3 in which primavera p6 war file is deployed..
    getting an error::*this class does not support saaj 1.3*
    setting the following system property in the Weblogic startup script:
    -Djavax.xml.soap.MessageFactory=com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl does not work..
    setting the following system property in the Weblogic startup script:
    -Djavax.xml.soap.MessageFactory=weblogic.xml.saaj.MessageFactoryImpl
    even does not work..
    how to resolve this error,plz help me its urgent..

    Have you tried submitting your help request on the SmartBear soapUI forum?
    http://www.eviware.com/forum/viewforum.php?f=5
    Or if a soapUI Pro user:
    http://www.eviware.com/forum/viewforum.php?f=2
    Best,
    Alex

  • Problem in testing a Web service using SOAPUI

    Hi Experts,
    I have developed a web service in our ECC 6.0 and download the WSDL file generated from SE80. When i downloaded the file, it saved as only XML file.  As I dont have JAVA stack in the ECC 6.0, i was testing using SOAPUI. But when i try to upload the file, it always says "Found nothing to import <URL>".
    Can anyone help me why it is giving this error? I still doubt there is some problem with the WSDL file which is generated for the service.
    Please guide me how to check the WSDL file generated is correct or not?
    Cheers,
    Madhu

    Thanks for the blog Salil.
    What ever it is mentioned is already done in SOAMANAGER. Endpoints are available for the service.
    Below is the Overview of the service:
    Object Status:               Services: 1 / Endpoints: 1 
    Porttype Namespace:   urn:sap-com:document:sap:soap:functions:mc-style
    Porttype Name:             YMTEST_WS
    Internal Name:               YMTEST_WS
    SOAP Applikation:         URN:SAP-COM:SOAP:RUNTIME:APPLICATION:RFC:710
    Package Name:             $TMP
    Ok, i have developed 2 web services. One web service in ECC 6.0, where Java stack not available so i provided CRM system Java stack address in the global setting and executed my ECC 6.0 web service which says "No endpoints are found for the Web service"
    Following is the URL:  http://tuasd06db.tuasw2k.tuaspower.com.sg:8000/sap/bc/srt/wsdl/sdef_YMTEST_WS/wsdl11/ws_policy/document?sap-client=220
    The one web service which created in CRM 2007, i can test in the navigator, no problem with that. 
    Following is the URL: 
    http://tuasd06db.tuasw2k.tuaspower.com.sg:8002/sap/bc/srt/wsdl/bndg_DE7DA5BA0B3A93F1AF60001A64258BFC/wsdl11/allinone/standard/document?sap-client=220
    You can find the URL difference btw the URL's. Do i need to publish the service in the service registry? I thought for testing it is not required.
    Now all i have problem with the ECC 6.0 web service.
    Cheers,
    Madhu

  • Error when calling BizTalk ESB WCF service using SOAPUI tool

    Hi,
    I have an itinerary and when I call the ESB.ItineraryServices.Response.WCF service passing the message from .Net code I am able to successfully able to get a response. However when I use SOAPUI I am getting the error HTTP/1.1
    400 Bad Request
    ==============Request message =====================
    <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:itin="http://schemas.microsoft.biztalk.practices.esb.com/itinerary" xmlns:mic="http://microsoft.practices.esb/">
       <soap:Header>
          <itin:ItineraryDescription>
             <Name>Sample.Itinerary</Name>
             <Version>1.0</Version>
          </itin:ItineraryDescription>
       </soap:Header>
          <mic:part>
    <ns0:Add xmlns:ns0="http://tempuri.org/">
      <ns0:a>10</ns0:a>
      <ns0:b>20</ns0:b>
    </ns0:Add>
          </mic:part>
       </soap:Body>
    </soap:Envelope>
    ==============================================
    when I pass this message in SOAPUI, I get the error message
    HTTP/1.1 400 Bad Request
    Server: Microsoft-IIS/8.5
    X-Powered-By: ASP.NET
    Date: Mon, 23 Feb 2015 14:57:53 GMT
    Content-Length: 0
    Has anybody tried calling ESB Web services like ESB.ItineraryServices.Response.WCF service from SOAPUI.
    does anybody know how to fix it.
    Thanks in advance
    PLEASE HELP
    Vikram

    Dear Vikram,
    The xml you are sending is invalid it does not have SoapBody Opening tag.
    Use this below xml and try
    <soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:itin="http://schemas.microsoft.biztalk.practices.esb.com/itinerary" xmlns:mic="http://microsoft.practices.esb/">
       <soap:Header>
          <itin:ItineraryDescription>
             <Name>Sample.Itinerary</Name>
             <Version>1.0</Version>
          </itin:ItineraryDescription>
       </soap:Header>
       <soap:Body>
          <mic:part>
    <ns0:Add xmlns:ns0="http://tempuri.org/">
      <ns0:a>10</ns0:a>
      <ns0:b>20</ns0:b>
    </ns0:Add>
          </mic:part>
       </soap:Body>
    </soap:Envelope>
    Regards,
    Mandar Dharmadhikari
    Please mark as answer if this helps you to solve the issue.

  • Testing SAP PI 7.0 WSDL with SOAPUI

    Hello everybody.
    I'm trying to call an async web service in SAP PI 7.0 with the help of SOAPUI
    (got the WSDL with the define Web Service in the integration builder)
    I get the following error:
    ERROR:java.net.SocketException: Software caused connection abort: connect
    The HTTP log of SOAPUI is empty.
    the message in the error log is:
       java.net.SocketException: Software caused connection abort: connect
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(Unknown Source)
            at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
            at java.net.PlainSocketImpl.connect(Unknown Source)
            at java.net.SocksSocketImpl.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
            at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)
            at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
            at com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(SoapUIMultiThreadedHttpConnectionManager.java:1637)
            at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
            at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
            at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
            at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:202)
            at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:123)
            at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
            at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
            at java.util.concurrent.FutureTask.run(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    did anyone tried to use SOAPUI with SAP PI 7.0 WSDL's ?
    Any help will be welocme.
    Thanks.

    Thank you for the quick reply.
    I have installed SOAPUI on my desktop.
    I have checked telnet with the server - ports 8000 and 50000 - it works fine.
    I have also tried to change the WSDL so that instead of the server name I wrote the server IP and created a new SOAPUI project, and still the same error occured.
    If the problem is indeed a network problem, why can't I find any thing in the HTTP log of SOAPUI?
    I also used "netstat 1 -na" to check if the application tries to open a session, but nothing appeared.
    Is there any thing else I can check?
    Thanks again.

  • Start BPM instance from soapUI

    Hi all,
    I want to start an instance of a BPM process by using soapUI. I enabled WS-RM and WS-A but I get the following error:
    <SOAP-ENV:Envelope xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
       <SOAP-ENV:Header>
          <To xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</To>
          <Action xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing/fault</Action>
          <RelatesTo xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">uuid:18bf251f-6f8e-46b2-a107-54ee9e8a6432</RelatesTo>
       </SOAP-ENV:Header>
       <SOAP-ENV:Body>
          <SOAP-ENV:Fault>
             <faultcode xmlns:dPrf="http://www.sap.com/NW05/soap/features/wsrm/">dPrf:N/A</faultcode>
             <faultstring xml:lang="en">Error during obtaining data for Sequence ID: dPrf:ProcessException. No relevant data available in DB.</faultstring>
             <faultactor>Server</faultactor>
             <detail>
                <yq1:com.sap.engine.services.wsrm.exceptions.ReliableMessagingException xmlns:yq1="http://sap-j2ee-engine/error">Error during obtaining data for Sequence ID: dPrf:ProcessException. No relevant data available in DB.</yq1:com.sap.engine.services.wsrm.exceptions.ReliableMessagingException>
             </detail>
          </SOAP-ENV:Fault>
       </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Somebody got an idea how to solve this? Starting in instance from the WSNavigator or VC is possible, but for automated testing, I would like to use soapUI.
    Thanks!

    Hi,
    Change your WSDL file you will have a tag
    <wsp:Policy ... />
    add to that tag the following lines
    <wsp:Policy ... >
    <sapcomhnd:enableCommit xmlns:sapcomhnd="http://www.sap.com/NW05/soap/features/commit/">false</sapcomhnd:enableCommit>
    <sapblock:enableBlocking xmlns:sapblock="http://www.sap.com/NW05/soap/features/blocking/">true</sapblock:enableBlocking>
    <saptrhnw05:required xmlns:saptrhnw05="http://www.sap.com/NW05/soap/features/transaction/">no</saptrhnw05:required>
    <saprmnw05:enableWSRM xmlns:saprmnw05="http://www.sap.com/NW05/soap/features/wsrm/">false</saprmnw05:enableWSRM>
    </wsp:Policy>

  • SOAP SENDER - test in soapui

    Hi
    I have SOAP sender.
    my user has created a wsdl and provided this to me. I have uploaded this in ESR and done a SOAP - PI - abap PROXY scenario
    To test this scenario, should I download the sender agreement and consume within SOAPUI and proceed the testing. Kindly let me know if I am missing somethin. Will the target url would be present already in the wsdl that is provided by the user to me ?
    How should I go ahead with the testing.

    >To test this scenario, should I download the sender agreement and consume within SOAPUI and proceed the testing. Kindly let me know if I am missing somethin. Will the target url would be present already in the wsdl that is provided by the user to me ?
    Are u using soap sender or soap receiver? Brief information about SOAP Sender and SOAP receiver.
    SOAP Sender:  You need to create WSDL from the sender agreement and pass it to external system to use your webservice using soap sender. Here you host the webservice
    SOAP Reciever: Here you are not hosting the webservice. You are just consuming the external system webservice. So in this case only you have to import WSDL in the ESR and use the target message as WSDL message. Also in the soap receiver you have to configure the external system's web service parameters such as Target WSDL URL and SOAP action.
    If you are using SOAP Sender easiest way to test is,  Use the created WSDL in the SOAPUI and test as that of external system.
    Hope that helps.

  • Strange soapUI TimeOut

    Dear,
    I've a very simple asynchronous scenario: web service -> SAP PO 7.4 -> file.
    Without a operation mapping in my ICO object, it performs as expected.
    But when I include the operation mapping, containing a graphical message mapping with only 2 fields, I get this error in soapUI:
    ERROR:java.net.SocketTimeoutException: Read timed out
    java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(Unknown Source)
    at java.net.SocketInputStream.read(Unknown Source)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:149)
    at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:110)
    at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:264)
    at org.apache.http.impl.conn.LoggingSessionInputBuffer.readLine(LoggingSessionInputBuffer.java:115)
    at org.apache.http.impl.conn.DefaultResponseParser.parseHead(DefaultResponseParser.java:98)
    at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:252)
    at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:281)
    Any thoughts?
    Thanks a lot.

    Hi Dimitri,
    A message in delivering state cannot be cancel or reprocessed. You need to force into error status. You can achieve this by restarting the java instance.
    And if you make changes to the configuration make sure to test with a new message.
    Did you try and resend a old message, if so please test with a new message.
    Your target is SOAP correct? Please ask the third party to make sure that the service is up and running.
    Please also confirm with the network guys that the Firewall Rules have been added to allow communications in and out.
    Good luck,
    Regards,
    Jannus Botha

  • How to minimize the incident where SOAPUI project is in hung status

    Hi
    Has anyone faced the issue where SOAP UI Project is in hung status. We are using it for BPM service invocation which points as service entries to SOAP UI during testing to get BPM service invoked. Is it the fact that unresponsive request to SOAPUI project keeps the open connection and is there a limit on the services configured in SOAP UI project. Please let me know how we can avoid these issues
    Thanks
    Anish

    Hi
    You should see that the database time should be always less,
    Let the ABAP processing time is little more
    so first fetch all the required data for all dates from the database table  into an internal table
    then loop that Internal table.
    and with in that ITAB loop do whatever calculations and modifications you wants to do and display as per your requirement
    Regards
    Anji

  • SharePoint lists.asmx web service error in InfoPath and SOAPUI

    We have a SharePoint 2013 farm with web applications using Claims Authentication. I'm trying to create an InfoPath 2013 form where I want to add lists.asmx (https://servername/_vti_bin/lists.asmx) web service to receive/submit data, but I'm getting below
    error, even if I use the farm account when it prompts for credentials. SharePoint logs look clean, IIS logs have some 401 errors. 
    "The file is not a valid XML file. Not enough storage is available to process this command"
    When I add the web service in SOAPUI using the farm account, it works fine. It only throws below error when I use my user account, which is a farm admin and also added to web application's User Policy. IIS logs have 401 error.
    "Error loading [https://servername/_vti_bin/lists.asmx?wsdl]: org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: Unexpected end of file after null"
    Does anyone know how to troubleshoot this issue?
    Thank you,

    Hi rdoe,
    Do you have any update for this issue?
    Whether you checked as Dats said.
    In addition, if you have found a solution for this issue, please share it, it will be beneficial to others in this forum who meet the same issue in the future.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • BAM and SoapUI

    Hi,
    I'm newbie in Oracle BAM and I'm having problems using BAM with SoapUI, a test enviroment for webservices.
    I send records, via XML, from SoapUI to BAM succesfully, but in date fields, if I keep this fields blank, a default date is received from BAM (01-01-1900 00:00:00).
    I would like that field have been received with blanks (empty values).
    Somebody have an idea?
    Thanks.
    Luciano Gomes

    Hi,
    What is the data type of the field in BAM Data Object?
    I checked that if I have the type in BAM data object as dateTime and leave it Nullable, it keeps the null value without populating anything if the input has the field blank. On the other hand, if the data type is Timestamp, it populates the current timestamp from BAM Server.
    Cheers,
    -AR

  • ACE load balancing and testing using soapUI

    Hey, I am trying to crowd source a solution for this problem.
    A client is testing using soapUI to an application that is being load balanced via ACE. There are two webservers behind the VIP servicing the client request. When client tests, requests are timing out per the soapUI log. A packet capture was taken and it clearly shows that ACE is not forwarding the HTTP data back to the client. When client tests by bypassing the ACE load balancer, it works fine. But, there are other clients from other applications that are making successful connection to the load balanced application via the VIP.
    Question, is there any thing unique with making HTTP/XML based requests using soapUI? LB configuration is shown below:
    class-map match-all EAI_PWS_9083
      2 match virtual-address 10.5.68.29 tcp eq 9083
    serverfarm host EAI_PWS_9083
      description WebSphere Porduction
      failaction purge
      probe tcp9083
      rserver ESSWSPAPP01 9083
        inservice
      rserver ESSWSPAPP02 9083
        inservice
    policy-map type loadbalance first-match L7_POLICY_EAI_PWS_9083
      class class-default
        serverfarm EAI_PWS_9083
    policy-map multi-match L4SLBPOLICY
    class EAI_PWS_9083
        loadbalance vip inservice
        loadbalance policy L7_POLICY_EAI_PWS_9083
        loadbalance vip icmp-reply active
        appl-parameter http advanced-options CASE_PARAM
    parameter-map type http CASE_PARAM
      case-insensitive

    Hi,
    Your configuration looks fine. I am not familiar with soapUI but if it is like a normal TCP connection followed by HTTP requests, i don't see why this shouldn't work.
    Do you know if there is a difference while using soapUI and normal request using browser?
    Regards,
    Kanwal

  • Webservice error in browser. Not in SoapUI

    Hi everybody,
    I hope you can help me in solving a webservice issue...
    We are having a server in our network. This server has the IP 10.42.42.104. If you want to connect from the outside you must call 213.23.42.104. Then the firewall will redirect you to the server (10.42.42.104).
    I'm using JDeveloper 10.1.3.3 and OC4J 10.1.3.3 and developed a webservice to save xml in oracle database 10g R2. If I test the webservice local or inside of the network 10.42... it is working fine.
    But if I want test it from outside over the 213.23.42.104 IP address it is failling (only over browser, see below).
    What I did:
    - I gave permissions to ports 1521, 8888, 23791. So that all requests over 213.23.42.104 will come to 10.42.42.104.
    - In JDeveloper I created the connection to database and application server over 10.42.42.104 IP address (I tried also with 213... IP address)
    - I'm not using Proxy in the JDeveloper Properties
    - I deployed the webservice to instance
    Curious:
    In the wsdl file we have a command line like <soap:address location="http://10.42.42.104:8888/VPN_Webservice-VPN_Webservice-context-root/VPN_WebserviceSoapHttpPort"/>.
    If I paste the URL in browser inside the network the web frontend of the webservice will open and I can test it successfully.
    If I change now the URL in browser to 213.23.42.104 I can again see the web frontend of the webservice. But after invoking I'm getting this error: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused
    BUT:
    If I change the URL in the saved wsdl file of my JDeveloper and import that in SoapUI I can use the webservice also successfully. Then it is working fine. Only the request over browser is failing with the above error.
    Is here somebody who can help me?
    I'm so confused right now and I don't have any ideas...
    Thanks a lot!
    Regards David

    PHP packages from Fedora repositories usually do not contain OCI8 module. Your problem usually happens on the PHP installations that do not have OCI8 enabled. On the other hand, you are able to successfully connect to the database from the shell. That means that the PHP in your web server is not pointing to the same installation as the PHP executable in your path. The first thing to do is to check the httpd.conf, like this:
    [mgogala@dibidus conf]$ egrep -i 'loadmodule .*php' /etc/httpd/conf/httpd.conf
    LoadModule php5_module /usr/lib/httpd/modules/libphp5.so
    # LoadModule php5_module modules/libphp5.so
    [mgogala@dibidus conf]$
    I had the same problem and had to comment out the delivered libphp5.so. That module did not have
    OCI8 enabled. Where did your libphp5 go? I am using CentOS 5.2:
    [mgogala@dibidus conf]$ cat /etc/redhat-release
    CentOS release 5.2 (Final)
    [mgogala@dibidus conf]$
    [mgogala@dibidus conf]$ uname -a
    Linux dibidus 2.6.18-92.1.10.el5.centos.plus #1 SMP Thu Aug 7 12:19:36 EDT 2008 i686 i686 i386 GNU/Linux
    [mgogala@dibidus conf]$
    That should be similar enough to Fedora 6 and 7. You should also create a "phpinfo" web page on
    /var/www/html and look for the exact versions and directories. Phpinfo page should look like this:
    <?php
    phpinfo();
    ?>
    That should give you all the information you need. Pay special attention to the directories and versions.

  • Invoking Webcenter sites web services from SoapUI

    Hi,
    I want to invoke the OOTB web services of WCS from soap UI.
    I have installed the soap UI and trying to create a new project. I entered the WCS web service URL "http://localhost:8080/cs/REST/types" in the create new project pop up in soapUI.
    On hitting OK button, I am getting the following error:
    Error loading [http://localhost:7001/cs/REST/types]: org.apache.xmlbeans.XmlException: org.apache.xmlbeans.XmlException: error: does not close tag
    If I use the same URL in IE browser, I am redirected to the CAS login page, and upon entering the credentials for WCS site, I am shown the XML result
    I think I am not able to figure out how to pass WCS site credentials from soapUI. Please help.

    It is not a simple case of appending or posting credentials to the REST call, you first need to get a ticket, then a service ticket, then you can make the rest call with your service ticket. You can find a description of the sequence of http calls here http://docs.oracle.com/cd/E29542_01/doc.1111/e29634/wemsecurity.htm#autoId2
    I am not very familiar with soapUI to describe exactly how to create this as a continuous and automatic sequence of steps but it seems you can do it within a generic project with a TestCase, containing two HttpRequest TestSteps, one to get the ticket, one to get the service ticket.
    The first TestStep needs to post "username" and "password" params to http://{host}:{port}/cas/v1/tickets, with the postQueryString box checked. The response contains the TGT (ticket granting ticket), which you can extract and store as a variable using an assertion with a script (see here). The response looks like this
    HTTP/1.1 201 Created
    Server: Apache-Coyote/1.1
    Location: http://celovmfw010.us.oracle.com:8080/cas/v1/tickets/TGT-20-EokDucPIpGduAfbazhmK7cDTPJ2ZZeaNH07AyazZ4eFOcCJbMP-cas-celovmfw010.us.oracle.com-1
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Date: Tue, 04 Feb 2014 02:53:46 GMT
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><html><head><title>201  The request has been fulfilled and resulted in a new resource being created</title></head><body><h1>TGT Created</h1><form action="http://celovmfw010.us.oracle.com:8080/cas/v1/tickets/TGT-20-EokDucPIpGduAfbazhmK7cDTPJ2ZZeaNH07AyazZ4eFOcCJbMP-cas-celovmfw010.us.oracle.com-1" method="POST">Service:<input type="text" name="service" value=""><br><input type="submit" value="Submit"></form></body></html>
    The second TestStep then posts "service" param to http://{host}:{port}/cas/v1/tickets/{your_TGT}. The response contains the ST (service ticket), which you can extract with another assertion.
    Then you can make the REST call http://{host}:{port}/cs/REST/types?ticket={your_ST}
    Phil

  • OSB: Issue while testing OSB proxy service using SOAPUI

    Hi,
    I am trying to test an OSB proxy service using SOAPUI.
    The below are the steps i have followed in SOAPUI:
    1. File->New SOAPUI project
    2. Opens the dialog to create REST service
    3. Given service endpoint as: http://<osb servername>:<port>
    4. Opens dialog to create a REST resource
    5. Resource Path/EndPoint is the OSB proxy service end point.
    6. HTTP method = POST
    The proxy service accepts 'text' input so i have given Media Type as 'text/plain'
    But, when i give the request message and run the request. The request is not running. I am not seeing the processing symbol at the bottom right of the SOAP UI request. Whereas i am able to run other services.
    Kindly help me resolve this issue.
    Thanks,
    Kalpana.

    your problem:
    Missing class: oracle.tip.adapter.jms.JmsManagedConnectionFactory
    Dependent class: oracle.tip.adapter.fw.wsdl.WSDLUtils
    Loader: oracle.bpel.common:10.1.3
    Code-Source: /oraclesoa/oraclesoa/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar
    Configuration: <code-source> in /oraclesoa/oraclesoa/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml
    It happens when server is custom installed, try to reinstall it as full version and problem should disappear otherwise your need another full installation to retrieve and replace orabpel.jar file from (or maybe more)

  • Error while executing BAPI_USER_CREATE1 in SOAPUI

    I am using BAPI_USER_CREATE1 for adding new user. This BAPI is working fine when I am executing it in se37.
    But when i am  exposing this BAPI as webservice and consuming the WSDL in SOAPUI. Any try to execute the BAPI from SOAPUI. it is returning me error that
    Type:- E
    MSG ID:- 0 01
    MSG no:- 026
    Message:- Internal error: FM SUSR_USER_BUFFERS_TO_DB , exception: Internal error

    Hi,
    I recommend you to put a external breakpoint in the backend and debug in developement environment in order to know what is the cause.
    Good luck debugging.

Maybe you are looking for

  • How To Install oracle 10g

    Hello, I'm new to Oracle. I want to install oracle 10g (10.2.4.0 ) in windows server 2008. I want to know how should it install when we have set domain control. previously i have installed it and after that i add domain. But this time i'm going to in

  • Issues with Adobe Acrobat X Professional

    Hello, Currently, my team is facing several issues while using Adobe Acrobat X Professional. Description about the issues: Here, users have been migrated from Adobe Acrobat 8 Professional to Adobe Acrobat X Professional. But in case of Adobe Acrobat

  • Error while reversing document posted through cash desk

    Hi, I have posted a payment through cash journal/cash desk (FPCJ) and closed the the lot. Now I want to reverse the payment, however SAP function module 'FKK_CJ_PROHIBIT_RVRSL_OF_DOCS' is throwing an error - 'reversal not performed'. Does anyone know

  • Session Variable : How to find out where all it is used in the repository?

    Hello Everyone, We have a requirement where we need to convert a few session variables into repository variables. For this we need to figure out where all is that session variable used in the repository and webcat (which all logical columns use it, w

  • Headphones and constant pausing with iPhone 3G

    Anybody having an issue with non-apple iPhone headphones and just stereo plugs in general, where the iPhone constantly pauses, as if it doesn't have a secure connection even though its in as far as it can go? I'm wondering if this is limited to my iP