Hi guys,

I'm a fairly adavanced flash programmer but i've been thrown into the deep
end with some web services. I have no idea where to begin, i have looked at
documentation..but nothing has helped so far.

Below is the xml they have given me saying this is the request format, they
will also give me the URL to access this.. i guess it is a wsdl? Or is that
different because it is SOAP?



Can i use the webserivce component to connect to this?

How do i send the all of variables that it is asking me for?

If i look at the documentation for flash it says:

wsConn.WSDLURL = "http://www.flash-mx.com/mm/tips/tips.cfc?wsdl";;
wsConn.operation = "getTipByProduct";
wsConn.params = ["Flash"];

And this all makes sense! But i can't relate it to this xml below.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
  <soapenv:Body>

     <s0:ReportRequest
         name="LiveInventory"
         language=""
            xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/
            xmlns:s0=http://URI/interfaces/ReportRequest.xsd
            xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance
            xmlns:xs=http://www.w3.org/2001/XMLSchema
            xmlns:s1=http://www.w3.org/2005/XQueryX>

        <s0:Specification responseType="Csv" returnTotalRecords="true">
           <s0:CountPerPage>10</s0:CountPerPage>
           <s0:Page>1</s0:Page>
           <s0:OrderBy direction="asc"></s0:OrderBy>
           <s0:LogonId>admin</s0:LogonId>
           <s0:Locations>
              <s0:LocationId>1</s0:LocationId>
           </s0:Locations>
        </s0:Specification>

        <s1:whereClause>
           <s1:expr/>
        </s1:whereClause>

        <s0:Destination>
           <s0:Email>
              <s0:From></s0:From>
              <s0:FromPersonal></s0:FromPersonal>
              <s0:To></s0:To>
              <s0:ReplyTo></s0:ReplyTo>
              <s0:Subject></s0:Subject>
              <s0:Body></s0:Body>
           </s0:Email>
        </s0:Destination>

     </s0:ReportRequest>

  </soapenv:Body>
</soapenv:Envelope>
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to