System.Net.WebException: There was an error downloading

Im trying to invoke BLZService from uipath. I imported WSDL and set input and endpoint as I did on SOAPUi with a success request.

But when I run I receive below error. Is any package missing? Or what?

An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
System.Net.WebException: There was an error downloading ‘http://www.thomas-bayer.com/axis2/services/BLZService’. ----> System.Net.WebException: The request failed with the error message:

<?xml version="1.0" standalone="no"?>org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is /axis2/services/BLZService and the WSA Action = null

  • at org.apache.axis2.engine.DispatchPhase.checkPostConditions(DispatchPhase.java:86)*

Thanks

Has anyone idea?
Thanks

Hi @supermg,
I’m not quite sure but I think your endpoint url is not referring to SOAP WSDL service. Look here:

There is always URL ending with “/blabla.wso?WSDL” or “/blabla.asmx?WSDL”

Hi Pablito,
you’re right. I’m not using the url fro wsdl :frowning:

My point is, is there a different way to invoke webservice if i dont know such kind of url or if not available?

Thanks a lot

I don’t think so to be honest.