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

Re: New to http questions



Hi,
a great tool for testing soap services would be soapui.
You can get a free version of the program at www.soapui.org

One of the best uses of the program is, that it can generate testmessages 
for the wsdl files you load into it.

This is the sample it generated for your wsdl

<soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ser="http://services.prealert.hwy.pgl";>
   <soapenv:Header/>
   <soapenv:Body>
      <ser:processLoad>
         <loadInfo>text</loadInfo>
      </ser:processLoad>
   </soapenv:Body>
</soapenv:Envelope>

But I think the problem was the blank soapaction as Scott noted.

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