I found this article:
http://www.ibm.com/developerworks/xml/library/x-jaxmsoap/
However this doesn't use cxf. Is it possible to use cxf to receive SOAP
messages with SAAJ ?
Thanks,
Bashar
Glen Mazza wrote:
Am Mittwoch, den 31.10.2007, 14:35 -0700 schrieb Bashar Jawad:
I have been banging my head against the wall on this problem, so I will
really appreciate any help. I am going to simplify the problem as much
as possible.
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><get_ip_for_stationResponse
xmlns="http://iiws.vmsinfo.com/WSVDMStationInfo/"><s-gensym3
xsi:type="xsd:string">216.169.138.213</s-gensym3></get_ip_for_stationResponse></soap:Body></soap:Envelope>
^^^^^^^^
I think you're using an rpc/encoded web service (if it were a phonograph
record, it would be a 78), which is not JAX-WS supported. No big deal,
you'll just need to use Dispatch objects and SAAJ to get your service to
work. Googling a bit may help.
Glen