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

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.

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)

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)

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!