You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by John-Paul Delaney <Jo...@wfp.org> on 2007/04/10 16:36:47 UTC

[newbie] PostSOAP example: help to run

Hello List...

I know nothing about digest authentication nor SOAP requests, but in my
ignorance would like to test the PostSOAP against a .NET-based monitoring
tool.

According to the sample, the class should be invoked with the following
parameters:

 <URL> <SOAPAction> <filename>

I have the server url, and a SOAPAction header
("http://schemas.ipmonitor.com/ipm70/GetMonitors"), but I'm a bit confused
by what the file is for, and what it should contain?  I've looked, but fail
to find more documentation on the example.

Thanks for any pointers, or further explanation,

/j-p.



-----------------------------------------
The information contained in this electronic message and any
attachments are
intended for specific individuals or entities, and may be
confidential, proprietary or
privileged. If you are not the intended recipient, please notify
the sender
immediately, delete this message and do not disclose, distribute or
copy it to any
third party or otherwise use this message. The content of this
message does not
necessarily reflect the official position of the World Food
Programme. Electronic
messages are not secure or error free and may contain viruses or
may be
delayed, and the sender is not liable for any of these occurrences.
The sender
reserves the right to monitor, record and retain electronic
messages.


---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-user-help@jakarta.apache.org


Re: [newbie] PostSOAP example: help to run

Posted by Roland Weber <RO...@de.ibm.com>.
Hello John-Paul,

> According to the sample, the class should be invoked with the following
> parameters:
> 
>  <URL> <SOAPAction> <filename>
> 
> I have the server url, and a SOAPAction header
> ("http://schemas.ipmonitor.com/ipm70/GetMonitors"), but I'm a bit 
confused
> by what the file is for, and what it should contain?

The file should contain the XML SOAP request you want to post.

cheers,
  Roland