Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I’ve gone through your web services example and got to work fine. I would like to be able send an existing soap file in my request and read one back in the response. Do you have an example of how to do that with xFire? I’ve searched the xFire documentation and can’t find an example.
Hi
It should be possible. In 1.2.6 it i will be very easy, but now you have to do some coding.
– Create your own MessagerServializer ( just like SoapSerializer.java ), which write soap message from e.g. file
– Create handler which setup your serializer on message
You can see example of such classes in : DOMOutHandler.java and DOMSerializer.java