[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Need some examples to start



Your request should look something like this...

<soapenv:Envelope
  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
 
xmlns:xsd="http://mattelpdmd:8095/axis2/services/PDMApplicationService/xsd";>
   <soapenv:Header/>
   <soapenv:Body>
      <xsd:processService>
         <xsd:PDMServiceInput>?</xsd:PDMServiceInput>
      </xsd:processService>
   </soapenv:Body>
</soapenv:Envelope>

? = necessary data.

Like someone else said, SoapUI is a great testing tool that will serve you
well. Using it you could in a min or two know exactly what your request
should look like as it analyzes the WSDL for you.


-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------