Forum Discussion

dlm8751's avatar
dlm8751
New Contributor
8 years ago

<soap:address location="${foo.service.url}" />

WTH? location = "${foo.service.url}

 

<wsdl:service name="FooService">

<wsdl:documentation>Foo Service doc</wsdl:documentation>

<wsdl:port binding="tns:FooServiceSOAP" name="FooServiceSOAP">

<soap:address location="${foo.service.url}" />

</wsdl:port>

</wsdl:service>

3 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    An incomplete question. Would you take a moment to mention the question clearly?
    • dlm8751's avatar
      dlm8751
      New Contributor

      Why is there a macro in location = "${foo.service.url}

      • nmrao's avatar
        nmrao
        Champion Level 3
        Really sorry, your questions are too short to understand. You might better check with the one who provided you the service / wsdl and why does it have like that.