Webservice Test: an uknown attribute

Hi All,
I'm trying to test my simple rule base using SOAP UI.
When alterating the initial values of my attr how do I set a value to unknown so the OPA determination server sends a call back saying i need this.
e.g. The rule base is
A if
B and C
So i want to initialize the webservice call to give a true value to B and ask for C so that A is found
The Asses webservice request call follows this structure:
+type: _a+
outcome-style is attribute-only
screen-if-unknown is false
+type: _b+
type: boolean_val is true
My question would be on not setting an intial value to attribute C i.e.
+type: _c+
type boolean_val is *'uknown'/'certain'*
- i.e. these words both words break the Webservice how do i initialize it to a unknown value so the server calls back for the attr...
hope that made sense... thanks

Thanks,
Having set it to uknown.. i dont see how the Reply from the Determination Server from request drives further questions.
e.g.
Rulebase
A if
B and C
and B is assigned to true, C unknown, how do i get the callback to say, i require value of attr C to figure out what A is.
Server Request
    <typ:assess-request>
      <typ:test>
        <typ:global id="global">
          <typ:_B>
            <typ:unknown-val>true</typ:unknown-val>
          </typ:_B>
          <typ:_C>
            <typ:boolean-val>true</typ:boolean-val>
          </typ:_C>
          <typ:_A outcome-style="attribute-only" screen-if-unknown="false"></typ:_A>
        </typ:global>
      </typ:test>
    </typ:assess-request>
{code}
*Server Reply*
{code:xml}
      <typ:assess-response>
         <typ:test>
            <typ:global id="global">
               <typ:_B type="boolean">
                  <typ:boolean-val>true</typ:boolean-val>
               </typ:_B>
               <typ:_A type="boolean">
                  <typ:unknown-val/>
               </typ:_A>
            </typ:global>
         </typ:test>
      </typ:assess-response>
{code}
Hope that made sense
Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • 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 add a webservice to webservice test interface?

    Hi,
    i have to deploy a webservice for LDAP lookup in the form. I have seen the Webservice test interface URL where already some webservices have been deployed.My question is how to upload or deploy my webservice in it so that i can use it in my form.
    Plz help me on this.
    Raghava Kumar V.S.S.

    Generally your GUI code might be in a class extending JFrame, for example. It is good practice to try to keep your GUI separate from the rest of your application. So you can control your application from the GUI by public methods in the main part of the code, calling them from the GUI.
    This is best done by passing an instance of the main application to the GUI when it is constructed. For example:
    public class Host {
      public static void main(String[] args) {
        new Host();
      public Host() {
        GUI iface = new GUI(this);
      public doSomething(int value) {
         // A method that does something,
         // called from the GUI
    public class GUI extends JFrame implements actionListener {
      private Host app;
      public GUI(Host parent) {
        app=parent;
        // Do more stuff here
      // Rest of the GUI here
      public void actionPerformed(ActionEvent ev) {
        // Method called as a result of a button press
        // or something...
        app.doSomething(42);
    }Hope this helps a bit. Look around on the web for good GUI tutorials.

  • WebService Test page generation

    Hello,
    I have a question regarding WebService test page generator. I have OC4J standalone (10.1.3.3.0) configured on internal IP address like 10.x.x.x and for test reasons this server is accessible via internet.
    Test page for WebService generated by application server is always generated using this internal address as host (see page source fragment below):
    <p>Download the JavaScript Stub (<i>BETA</i>) for ServiceSoapHttpPort and see its documentation.</p>
    <script type="text/javascript" src="http://10.201.205.63:8888/testws/ServiceSoapHttpPort?ServiceSoapHttpPorttest.js"></script>
    <script type="text/javascript">
    Because of this, it is impossible to run test page using external server address.
    Is there any parameter or configuration file which control the way that webservice test page is generated ?
    Regards
    Tom

    Hello,
    The test page does the best it can to reflect and provide test values,
    however there are limitations. Note, this does not mean there is a
    problem with your service, it is simply a limitation of the dynamically
    generated test page.
    You might consider your own custom home page [1]
    Hope this helps,
    Bruce
    [1]
    http://edocs.bea.com/wls/docs81/webserv/webxml.html#1008158
    Sachin wrote:
    >
    Hi,
    I have a WSDL which refers to a xsd schema for types information.
    To create a webservice from this WSDL, I used following ant tasks.
    autotype : To generate type information from WSDL
    wsdl2service : To generate partial implementation of web service
    autotype : To generate type information for the session bean which implements
    webservice
    source2wsdd : To generate webservice from stateless session bean
    wspackage : To generate ear and client.
    My session bean uses the userdefined complex datatypes, which are defined in
    XSD, as parameters for a method.(The java classes for the complex datatypes are
    genrated by autotype ant task)
    I could successfully generate the webservice and deploy it to BEA 8.1, but when
    I open the BEA web console test-page to test the service, I get following error
    message.
    <!-- Do not know how to create a sample instance for this part due to the following
    exception:java.lang.IllegalArgumentException: argument type mismatch. Pls replace
    this with the correct XML before invoking the service. --->
    Test page is not able to generate the XML equivalent of the method parameter (complex
    datatype) .
    Can anyone help me solve the problem ?
    Regards,
    Sachin

  • XI SOAP adapter vs webservice testing tools

    Actually I have creted simple xslt mapping and managed to come up with exactly in the format of endpoint request format of the webservice.
    here is the payload( I have created the SOAP Envelop, Header and body in the payload)
    <?xml version="1.0" encoding="utf-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:eb="http://www.ebxml.org/namespaces/messageHeader" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
      <SOAP-ENV:Header>
        <eb:MessageHeader SOAP-ENV:mustUnderstand="1" eb:version="1.0">
          <eb:ConversationId>sucesss</eb:ConversationId>
          <eb:From>
            <eb:PartyId type="urn:x12.org:IO5:01">applevac.com</eb:PartyId>
          </eb:From>
          <eb:To>
            <eb:PartyId type="urn:x12.org:IO5:01">webservices.sabre.com</eb:PartyId>
          </eb:To>
          <eb:CPAId>P4XC</eb:CPAId>
          <eb:Service eb:type="sabreXML">session</eb:Service>
          <eb:Action>SessionCreateRQ</eb:Action>
          <eb:MessageData>
            <eb:MessageId>mid:[email protected]</eb:MessageId>
            <eb:Timestamp>2001-02-15T11:15:12Z</eb:Timestamp>
            <eb:TimeToLive>2001-02-15T11:15:12Z</eb:TimeToLive>
          </eb:MessageData>
        </eb:MessageHeader>
        <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/12/utility">
          <wsse:UsernameToken>
            <wsse:Username>5555</wsse:Username>
            <wsse:Password>password</wsse:Password>
            <Organization>L5x5</Organization>
            <Domain>DEFAULT</Domain>
          </wsse:UsernameToken>
        </wsse:Security>
      </SOAP-ENV:Header>
      <SOAP-ENV:Body>
        <eb:Manifest SOAP-ENV:mustUnderstand="1" eb:version="1.0">
          <SessionCreateRQ>
            <POS>
              <Source PseudoCityCode="P4XC"/>
            </POS>
          </SessionCreateRQ>
        </eb:Manifest>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I want XI to post just the payload and nothing else so....
    I selected Do not use envelope in the adapter configuration because we have every thing( SOAP envelop, header and body in the payload) but it is not working as i am still getting the same error message before implementing this xslt.
    Error Message:
    <StackTrace>com.sabre.universalservices.base.session.SessionException: errors.session.USG_CONVERSATION_ID_REQUIRED at com.sabre.universalservices.gateway.control.SecurityInterceptor.executeOnRequest(SecurityInterceptor.java:116) at com.sabre.universalservices.base.interceptor.Interceptor.execute(Interceptor.java:113) at com.sabre.universalservices.base.interceptor.InterceptorChain.applyInterceptors(InterceptorChain.java:32) at com.sabre.universalservices.base.interceptor.InterceptorManager.process(InterceptorManager.java:121) at com.sabre.universalservices.gateway.control.WSGateway.onMessage(WSGateway.java:415) at com.sabre.universalservices.gateway.control.WSGateway.handleRequest(WSGateway.java:313) at com.sabre.universalservices.gateway.control.WSGateway.doPost(WSGateway.java:247) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
    Do you have any idea like XI will add anything to this pay load when it sends out to the webservice?
    If i take the payload from the XI and try it in SOAPUI(tool to test webservice, you would know it already ) it works fine, I mean I was able to get the proper response but in XI it does not work.
    Any help in this regards is highly appreciated.
    we are using PI 7.0 and SP 9.
    Message was edited by:
            Venkat Marni
    Message was edited by:
            Venkat Marni

    Hi,
    Finally I could solve the problem.
    I was actually trying to post the information from the http client at the sender and receiver side I am getting the error.
    Later i have actually created the webservice for my sender interface in XI then post the info using the SOAPUI(3rd party tool) to post the info to XI and then Xi will communicate the webservice using SOAP adapter then I got the proper response from the webservice.
    In this whole episode I guess there is some thing wrong in using a htp client but technically we should be able to use http client as XI will take the payload and use xslt mapping to come up with target interface soap message( but i do not know why XI failed in that).
    thanks for all your help and hope this is clear.
    thanks,
    Venkat

  • Question about using OC4J in a webservice test

    Hi,
    I'm new in Java,and Web service world. In my company we have 9i Oracle Database with a large application developed in Forms, now they are creating a new corporate website and want to communicate with DB via Webservices.
    We want to do a 'Concept test' with a PL/SQL procedure to be deployed as a webservice to OC4J in a personal computer, then try to access this webservice from the internet corporate website).
    Our questions are.
    1.- Are We in a right path?
    2.- OC4J embbed version is good enough to working as a web-J2EE server and run this test.
    3.- What kind of configuration we have to keep in mind to make our webservice 'visible' from the internet.
    4.- Is there any white-paper you recommend..
    Thanks!
    John.

    2000 concurrent sessions...now that would require quite a big application server farm if you are using forms for this project. As you have experience in PL/SQL and none in Java/ADF the decision shouldn't be that hard. Java is an Object Oriented language whereas PL/SQL is procedural which means quite different ways of doing things when you e.g. want to write APIs. If you don't have any expierience in any Object Oriented language starting off with a quite big project in java might not be a good idea. This doesn't mean that you shouldn't learn java at all, but when learning a new language you usually start with a "Hello World" application, and not with writing a operating system with that language.
    APEX on the other hand is plain PL/SQL and not just for small websites; a good sample is the asktom site; it is written in APEX and I guess it has a fair amount of traffic.
    So APEX has some benefits
    - you have already knowledge in house
    - you are familiar with the language
    - APEX doesn't require an application server license; you can use oracle XE and if you don't want to expose the database to the www use a plain apache server to handle the http request
    So if it were me, APEX would be the way to go.
    cheers

  • Using BPEL console testing with XML attributes

    I'm having trouble with using an XML attribute in my BPEL process. When I put an attribute on my input element, the BPEL Console test page no longer works. Here's what I'm doing:
    I create a synchronous new BPEL project in JDeveloper using the default input and output XSDs, and add a simple assign to assign the input to the output. When I deploy this and look at it in BPEL console, I can see the input field and enter my value to test.
    Now I go back into JDeveloper and add an attribute to the input element, and then redeploy my process. Now when I go into BPEL console, the Initiate tab no longer has any field for me to enter my value. Clicking the XML Source radio button doesn't help either. (I also tried invoking the BPEL process web service through the app server control - same issue.)
    I'm using JDeveloper 10.1.3.3 with App Server 10.1.3.3.0. Does anyone know how to make the BPEL Console testing work with XSDs that contain attributes?
    Thanks,
    Skip

    A bit more info on this. It doesn't appear that the problem is limited to the console tester. I created another BPEL process which calls my original process, and attempted to set the attribute on the input using the Assign activity. JDeveloper generated this:
    <assign name="Assign_1">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/client:TestAttributes2ProcessRequest/client:input"/>
    <to variable="Invoke_1_process_InputVariable" part="payload"
    query="/ns1:TestAttributesProcessRequest/ns1:input"/>
    </copy>
    <copy>
    <from expression="'bob'"/>
    <to variable="Invoke_1_process_InputVariable" part="payload"
    query="/ns1:TestAttributesProcessRequest/ns1:input/@attribute1"/>
    </copy>
    </assign>
    As you can see this is mapping a variable into the /TestAttributesProcessRequest/input element and then attempting to set the attribute of that element to the value 'bob'. This compiles just fine but when this code is executed, this error occurs:
    Error in <assign> expression: <to> value is empty at line "87". The XPath expression : "" returns zero node, when applied to document shown below:
    oracle.xml.parser.v2.XMLElement@7efe7efe
    (Line 87 is query="/ns1:TestAttributesProcessRequest/ns1:input/@attribute1"/>)
    Is there something wrong with this generated code? Do I need to do some kind of custom code to set attributes, instead of using the graphical tools in JDeveloper?

  • BeginTimer and EndTimer Not Working In Data-Driven Unit Test Using DataSource Attribute

    Using VS2012 Ultimate I have a unit test with the <DataSource> attribute which passes in values from a CSV file.  I'm wrapping the unit test in a load test.  I expect a Transaction to appear in the load test results for each row in my DataSource
    due to the BeginTimer and EndTimer methods in the unit test.  However, I only get 1 transaction, with response time roughly equal to the overall test time.  For example, if each row in the DataSource takes 1 second to process, then my test time and
    transaction time would be about 10 seconds with 10 rows in the CSV file.
    I've created a load test with Constant Load Pattern, 1 user, and 1 test iteration.  Seeing the behavior described above.
    I have tried with and without and the check for $LoadTestUserContext.  I'm only using that because I get a NotSupportedException when running the unit test on its own.  I can't believe this bug still
    exists, but that is another topic.
    Note also that I cannot see the Debug output in the Output window in VS2012.
    Any tips?  Thank you.
        <TestMethod()>
        <DataSource("Microsoft.VisualStudio.TestTools.DataSource.CSV", "|DataDirectory|\TestData\MyValues.csv", "MyValues#csv", DataAccessMethod.Sequential)>
        Public Sub WebServiceTest()
            Dim service As MySvc = New MySvcClient()
            Dim input As MyInput = New MySvcInput()
            input.A = testContextInstance.DataRow("A")
            input.B = testContextInstance.DataRow("B")
            Dim g As Guid = Guid.NewGuid()
            If TestContext.Properties.Contains("$LoadTestUserContext") Then 'running as load test
                TestContext.BeginTimer("MySvcTrans")
                Debug.WriteLine("Begin Transaction MySvcTrans:  {0}", g)
            End If
            Dim output As MySvcOutput = service.Method(input)
            If TestContext.Properties.Contains("$LoadTestUserContext") Then 'running as load test
                Debug.WriteLine("End Transaction MySvcTrans:  {0}", g)
                TestContext.EndTimer("MySvcTrans")
            End If
            Assert.AreEqual(0, output.ReturnCode)
        End Sub

    Hi John,
    >> I expect a Transaction to appear in the load test results for each row in my DataSource due to the BeginTimer and EndTimer methods in the unit test.  However, I only get 1 transaction, with response time roughly equal to the overall test
    time.
    Could you share me a screen shot about the reslut in load test?
    Could you share us the load test result in "Transaction"Tables?
    About how to use the
    Transaction for unit tests, maybe you could get useful informaiton here:
    http://blogs.msdn.com/b/slumley/archive/2006/04/14/load-testing-web-services-with-unit-tests.aspx
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • OEDQ - IndividualMatch WebService Testing

    Hi,
    I would like to test OEDQ IndividualMatch web service using Web Service Tester. I have created 2 records and provided similar value. I got result back saying "No Records in Result".
    Please help me to test this functionality.
    EDQ Version : 9.0.8
    EDQ CDS Version : 9.0.4
    OS : Windows 7 (64 bit)
    Values used:
    Record 1:
    Last Name : Perumal
    First Name : Moorthy
    Record 2:
    Last Name : Perumal S
    First Name : Moorthy
    Rest all fields are empty.
    Thanks in advance.
    Regards
    Moorthy

    Please read the CDS Business Services Guide to understand the interface and the CDS Matching Guide to understand matching.
    In particular, you need to input a recordid for each record, and a value for the candidate attribute to denote whether each record is a driving record (candidate=0) or a candidate for matching (candidate=1), where candidates are not compared with each other, but the driving record is compared against each candidate.
    Secondly, unless you enable the match rules to match records using only the name, you will not get matches back for your test cases. The default match rules include name-only match rules but these are not enabled by default, as in most cases our customers do not want to use them. Name only matches are generally 'noise' from a data steward's perspective as they are impossible to resolve. You can enable them if you are trying to use EDQ to integrate directly with a CRM system as a DQ-powered search engine, but this is not the lead use case. The default match rules are intended to intervene if there is a likely duplicate, which cannot reasonably be determined from just name details, as name is a relatively weak identifier of a person. See the matching guide for more information.
    Regards,
    Mike

  • Wls 10.3 weblogic-webservices.xml transaction-timeout attribute not working

    Hi, need some urgent need.
    I have a stateless ejb webservice and I'm trying to set the transaction timeout for some of the methods. Right now my webservice transaction is timing out to the default of 30 secs. I've tried setting in the admin console the JTA transaction timeout option, didn't work (file a case with bea support #81233). And after days of researching and searching I came across that you can setup the weblogic webservice transaction-timeout thru the weblogic-webservices.xml deployment descriptor. Tried setting the transaction-timeout attribute to 120 secs. and that didn't work. Here is the snippet of the xml file.
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-webservices xmlns="http://www.bea.com/ns/weblogic/weblogic-webservices" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-webservices http://www.bea.com/ns/weblogic/weblogic-webservices/1.0/weblogic-webservices.xsd">
    <webservice-description>
    <webservice-description-name>com.starcomsoft.pp.system.jws.SystemWSImpl</webservice-description-name>
    <webservice-type>JAXRPC</webservice-type>
    <port-component>
    <port-component-name>SystemWSSoapPort</port-component-name>
    <service-endpoint-address>
    <webservice-contextpath>starcomsoft_ws</webservice-contextpath>
    <webservice-serviceuri>/SystemWSImpl</webservice-serviceuri>
    </service-endpoint-address>
         <transaction-timeout>120</transaction-timeout>
         <reliability-config>
              <inactivity-timeout>P0DT600S</inactivity-timeout>
         </reliability-config>
    </port-component>
    </webservice-description>
    </weblogic-webservice>
    Does anybody have any clue to solve my urgent need.
    Thanks in advance for your help or suggestion.

    Unhandled exception
    Type=Segmentation error vmState=0x00040000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=F144C588 Handler2=F1446A9C
    Module=/app/oracle/product/Middleware/wlserver_10.3/server/native/aix/ppc/libmuxer.so
    Module_base_address=D8457000
    Target=2_40_20091214_049398 (AIX 5.3)
    CPU=ppc (4 logical CPUs) (0x600000000 RAM)
    ----------- Stack Backtrace -----------
    (0xD696E748 [libj9vm24.so+0x48748])
    (0xD8383EDC [libjclscar_24.so+0x10edc])
    (0xD8384514 [libjclscar_24.so+0x11514])
    (0xD6967718 [libj9vm24.so+0x41718])
    (0xD6967158 [libj9vm24.so+0x41158])
    (0xD69640D0 [libj9vm24.so+0x3e0d0])
    (0xD6932C9C [libj9vm24.so+0xcc9c])
    (0xD69BBA18 [libj9prt24.so+0x3a18])
    (0xD6932BB8 [libj9vm24.so+0xcbb8])
    (0xD69A77CC [libj9thr24.so+0x27cc])
    pthreadbody+0x118 (0xD010D784 [libpthreads.a+0x3784])

  • Webservice testing from ABAP

    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

    in WSADMIN did you set the url of the j2ee engine from go to->administration settings ?
    Raja

  • Webservice Test Problem

    Hi friends,
    i created the webservice using BAPI (acctglposting).
    when i tried to test this service i got the error
    Object content does not correspond to Schema restrictions of type [urn:sap-com:document:sap:rfc:functions][char10].
    thanks&regards
    srinivas.

    Object content does not correspond to Schema restrictions of type urn:sap-com:document:sap:rfc:functionschar10.
    Looks like there is a type mismatch on the data element you are passing. Please check if  the data type for the passing parameter is CHAR10.
    Pls reward points if helpful.

  • ABAP webservice testing - step bye step guide

    Could any one point me to any good resource for testing an ABAP web service? What are the pre-requisites I have to check to test a web service?
    It would be great if anyone could point me to a step-by-step guide for ABAP web service testing in SAP version 7.0.
    ( As I am not a developer and new to this web service area. I do not need to develop a web service but i would like to know the steps we follow when we test a existing or custom developed web service in our systems)
    Thanks,
    Himadama

    Hi,
    The given Document is helpful to me.
    But in My ECC 6.0 SP18.WSConfig and WSADMIN Transaction codes are Absolete.
    New Transaction code SOAMANAGER We get the exposed Webservice.
    But What the Problem is We forget some things while creating Webservices.
    We are getting the Error While Testing Webservice Under Wsnavigator Of Portal.
    I Am getting Below Error
    An error has occurred. Maybe the request is not accepted by the server:
    Connection refused (errno:239)
    The above ABAPWebservice i consumed in Webdynpro.After Deploying i will get the error.
    Exception on execution of web service on destination 'DEFAULT_WS_EXECUTION_DEST' for operation 'ZK2GenProjInfo' in interface 'z_k2_gen_proj_info'
    I Am in confused State What I Will Do.
    I Am Thinking the Webservice is not correct.
    And also We have some Internet Webservices.
    https://usint.skire.com/ws/services/mainservice?wsdl
    the above Webservice Protocol is https.
    But Our Portal Run under http.
    Thanks
    Subba Rao

  • Webservice testing

    Hi Experts,
    I have used the below url to create the webservice. When I tried to test the webservice ( just tried to open the webserivce as per 8th page from the below doc),  I am getting only "Please wait while loading page" message..for more than half an hour time..and still I couldn't see the page..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d053a531-be1c-2a10-5895-86e8c3f9806f
    May I know the reason, why I am not able to test the webservice?
    Regards
    Sara

    same problem here ... Can you share the solution?
    kr,
    Joachim

  • WebService - Testing in WSNavigator is not working but SOAP UI its working

    Dear Experts,
    I am using the URL of 'Open WSDL document for selected binding' for testing in SOAP UI  from the T-Code SOAMANAGER.
    I am getting the output in that tool.
    But while testing the same URL using WSNavigator available in SAP gives the error like this.
    "Cannot download WSDL from http://host:8000/sap/bc/srt/wsdl/client=200: It is not allowed to access this service. If you believe you should be able to, please contact your system administrator ".
    I tried with the previous threads for the same issue in this forum as below,
    SOAMANGER: Cannot download WSDL
    But i am not getting it.
    Am i need to do any settings in the WS Navigator or something else?
    Kindly help me to solve the issue.
    Thanks & Regards,
    Ragunathan.R

    Dear Trevor,
    Your answer solved my issue.
    BASIS need to do the settings in Visual Administrator as per the SAP Note 1394544.
    Thank you very much.
    Regards,
    Ragunathan.R

Maybe you are looking for

  • How do I change backgrounds in my PDF using Acrobat X?

    I have been wholly unsuccesful in changing my PDF background of certain documents.  It works for some, but not other documents.  Is there an easy explanation for this?  Here is the link to the PDF document I'm having trouble with:  http://www.geoffha

  • Iphone 6 with iOS 8.1.1 and still wifi issues

    I have Cox internet service with Netgear 2.4 router at home.  Have been having issues with my 2 iphone 6 wifi staying connected, even after two updates.  Very disappointed that with 8.1.1 the problem was not fixed.  Wifi stays on for a few seconds to

  • ITunes won't quit - who can help?

    I running iTunes v8.0.2 on a Mac Pro 3Ghz Dual-Core Intel Xeon, 4MB Ram, 200Mb spare space on 500 Mb HD drive, plus extra drives. Now I find iTunes won't quit, and won't Force Quit. It closes and reopens. Shut down and reboot doesn't solve it. I have

  • OCP 9i "Hands on Course Requirement"

    I work and live in the New York, Manhattan area. I have inquired to several computer schools about the OCP 9i "Hands on Course Requirement". They appear to have little or no ideas about what I am talking about. Can anyone point me to a reputable or a

  • Webmin start problem

    Hi. I've got a problem with Webmin start: [xxx@yyy] ~ % sudo /etc/rc.d/webmin start :: Starting Webmin daemon [FAIL] /etc/rc.d/webmin: line 10: 7019 Bad instruction $start > /dev/null 2>&1 < /dev/null [xxx@yyy] ~ % My rc.d/webmin: #!/bin/bash . /etc/