look at the code in
specialpurpose\oagis
you will see they pass xml using http URLS.
this form of SOAP is know as POST
http://www.w3schools.com/soap/soap_httpbinding.asp
in this you would use URL through the controller with events that would
evaluate the xml
this give you variable URLS you want.
vivtops86 sent the following on 7/29/2010 4:10 AM:
Sorry BJ, but i didn't get it...Can you just make it clear as i am new to
it..
My remote service call is:
<service name="testClient" engine="soap" export="true"
location="http://localhost:8080/webtools/control/SOAPService"
invoke="learningFirstSoap">
<description>Test SOAP service; calls the OFBiz test
service</description>
<attribute name="test" type="String" mode="IN" optional="true"
default-value="Vivek" />
<attribute name="ret" type="String" mode="OUT" optional="true"
/>
</service>