Error during consuming the SOAP Service

Not applicable

While consuming the url of SOAP Services I am getting this erro{"fault":{"faultstring":"Raising fault. Fault name : unknown-resource","detail":{"errorcode":"messaging.runtime.RaiseFault"}}}r"" and also in the trace page I am getting"HTTP/1.1 404 Resource not found"this error please do suggest me how to fix it.

Solved Solved
0 8 1,027
1 ACCEPTED SOLUTION

Ok. If you want to get flight data, the URL should look like -

http://{ORG_NAME}-test.apigee.net/v1/fasttrack/flightdata 

Eg -

 http://devjammingorg-test.apigee.net/fasttrack/flightdata 

You will get an error if you call just with base URL like the one below -

http://devjammingorg-test.apigee.net/fasttrack/ 

View solution in original post

8 REPLIES 8

That's the default error page. You will get this error when the resource path you have specified is incorrect. We need more information to identify the actual problem. Are you using the sample WSDLs provided by Apigee or some other WSDL? What's the base path of the API proxy? Also share names of the resource you are trying to access with its path? Most of this info will be available under "Overview" page of the API proxy.

Former Community Member
Not applicable

Hi @Samir Kanta Lenka have you used the SOAP to REST wizard while creating an API Proxy? If you have the wizard will insert an "unknown-resource" conditional flow which kicks in when you invoke the proxy with a resource path that it doesn't support. One option is to click on the overview tab of the proxy to see what resources are created & to make sure that you are invoking the API proxy with the specific resource paths.

Not applicable

Hi @sudheendra1 Yes Now I am using the sample WSDL provided by Apigee.End Point Base Path-

/v1/fasttrack.End point url-

http://webservices.flightexplorer.com/FastTrack.asmx.

Ok. If you want to get flight data, the URL should look like -

http://{ORG_NAME}-test.apigee.net/v1/fasttrack/flightdata 

Eg -

 http://devjammingorg-test.apigee.net/fasttrack/flightdata 

You will get an error if you call just with base URL like the one below -

http://devjammingorg-test.apigee.net/fasttrack/ 

Hi @sudheendra1I tried with-http://samirkantalenka-test.apigee.net/v1/fasttrack.Still I got error.I am getting the same error ,the URL which you have given.

Did you accept all resources while importing the WSDL?

I see following resource urls work -

http://samirkantalenka-test.apigee.net/v1/fasttrack/codeshareflightdata

and

http://samirkantalenka-test.apigee.net/v1/fasttrack/flightdataex

Hi @sudheendra1could you please share email id so that I can let you know the problem I am facing.

Not applicable

Hi ,

The issue is with the back end WSDL looks like it is decommissioned, try a different service which is up.

Example :

4315-capture.png

WSDL URL: http://www.thomas-bayer.com/axis2/services/BLZService?wsdl

In the output console use

http://{org-name}-test.apigee.net/{base-path}/bank?blz=50110400

Regards,

Anusha.