| Code: |
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:q0="FgApp/com/fg/service" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body> <q0:loadLookupsByElement> <element>State</element> </q0:loadLookupsByElement> </soapenv:Body> </soapenv:Envelope> |
| Code: |
| <?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <SOAP-ENV:Body> <loadLookupsByElement xmlns="FgApp/com/fg/service"> <element>State</element> </loadLookupsByElement> </SOAP-ENV:Body> </SOAP-ENV:Envelope> |