Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Error while creating soap proxy. Not able to find address location.

ajytwi
New Member

Hi Team,

I wanted to consume sample SOAP proxy via APIGEE http://www.dneonline.com/calculator.asmx for testing purpose.but once I consume proxy I can't see soap address location in proxy end point please help me to resolve issue.

Value of Address location should start from http:// like that.

capture.png

Solved Solved
0 4 261
1 ACCEPTED SOLUTION

Hi @Ajay Tiwari, now I understand the question, so you have used a Soap-Pass through Proxy and you are making a GET call to get the WSDL from a Raise Fault policy in Proxy

7192-ajay.jpg

As seen in the image it is coming from a context variable, which is just taking the request host value.

One way is to manually hardcode http://before @request.header.host# variable

location='http://@request.header.host#/calculator-5'

View solution in original post

4 REPLIES 4