facebook

Example using soap file in request/response

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #267345 Reply

    Hello,

    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.

    thanks,
    Richard

    #267366 Reply

    tomeksz
    Member

    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

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Example using soap file in request/response

You must be logged in to post in the forum log in