IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

[ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied in wM 9.10

  • 1.  [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied in wM 9.10

    Posted Fri August 19, 2016 04:07 AM

    I am using this WSDL file for testing and it is working fine on IE browser.

    http://www.webservicex.net/stockquote.asmx?WSDL

    But when I am using same URL in webMethods 9.10 then I am getting below error.

    [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied
    [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied
    com.wm.net.NetException: [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied
    at com.wm.net.NetURLConnection._getInputStream(NetURLConnection.java:591)
    at com.wm.net.NetURLConnection.getInputStream(NetURLConnection.java:320)
    at com.wm.driver.comm.b2b.http.SessionHTTPLink.transportMsg(SessionHTTPLink.java:88)
    at com.wm.driver.comm.b2b.http.HTTPLink$HTTPSendReceive.run(HTTPLink.java:375)
    at java.lang.Thread.run(Thread.java:745)

    I have created webservice provider WSDL in wM itself for testing but while consuming in wM itself getting same error.

    Please advise ASAP.


    #webMethods
    #soa
    #API-Management


  • 2.  RE: [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied in wM 9.10

    Posted Fri August 19, 2016 05:44 AM

    What is your requirement? Make sure you have the required access or ACL set on the WS you are invoking. For more details read below:

    If you want to understand how to create consumer WSD and call the connector in your flow service. Pass the required input and get the output you may try the below WSDL.

    http://www.webservicex.net/country.asmx?WSDL

    Make sure you are connected to internet to access the WS without any issues. After you create the consumer WSD you may run the connector service “countrySoap_GetCountryByCountryCode” by passing the input tns:GetCountryByCountryCode/tns:CountryCode=US

    If success, you will see the response output as below.

    us United States
    us United States

    OR

    You can create a flow service, expose that as a WSD Provider and copy the WSDL URL. Create a connector WSD with this WSDL URL and invoke the connector in designer or in SOAP UI (after loading the WSDL in SOAP UI)


    #soa
    #API-Management
    #webMethods


  • 3.  RE: [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied in wM 9.10

    Posted Fri August 19, 2016 06:45 AM

    Hi Mahesh,

    Thanks for your quick updates on request.

    My requirement is

    I am able to test the WS url in SOAP UI as well in wM Designer as a consumer WS.

    But while creating cloudeStream connector I am getting error. Please find attached screen shot for your reference
    Error_CloudeStream.docx (472 KB)


    #soa
    #API-Management
    #webMethods


  • 4.  RE: [ISC.0064.9314] Authorization Required: [ISS.0084.9004] Access Denied in wM 9.10

    Posted Fri August 19, 2016 08:37 AM

    In your earlier post you have never mentioned about the Cloud connectors. I need to have a look at this before giving you ideas or suggestions. Stay tuned!


    #webMethods
    #API-Management
    #soa