I have successfully called a webservice using the definition:

 <service name="testSoap" engine="soap" export="true"
            location="http://localhost:8080/webtools/control/SOAPService";
invoke="testScv">
        <description>Test SOAP service; calls the OFBiz test
service</description>
        <attribute name="message" type="String" mode="IN" optional="true"/>
        <attribute name="resp" type="String" mode="OUT"/>
    </service>

Is there anyway to make the value of location dynamic?
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Making-wsdl-URL-dynamic-tp2305224p2305224.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to