SOAP API WSDL not available

Not applicable

I am creating an Soap Pass through Proxy on APIGEE EDGE, Followed the below link and created it, though the Proxy is created with all the operations. We are not able to access the WSDL through the URL.

I have appended ?wsdl to the basepath and get the below error.

{"fault":{"faultstring":"Raising fault. Fault name : validate-content-type","detail":{"errorcode":"messaging.runtime.RaiseFault"}}}

https://{Domain}/v2/api/gateway?wsdl

http://docs.apigee.com/api-services/content/exposing-soap-service-api-proxy#creatingapassthroughprox...

Solved Solved
0 1 455
1 ACCEPTED SOLUTION

Not applicable

WSDL Endpoint was not generated by defalt but was added as an external resource, added an Custom flow to pass on the WSDL.

View solution in original post

1 REPLY 1

Not applicable

WSDL Endpoint was not generated by defalt but was added as an external resource, added an Custom flow to pass on the WSDL.