Soap request and response

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kri25in
    New Member
    • Mar 2008
    • 2

    Soap request and response

    Hello folks...

    i need some help in implementing soap in java... i need to write a program wher the client will send a soap request.. the server will parse the xml file and give back the response as a xml file.. but the client shud recieve it as a soap response.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by kri25in
    Hello folks...

    i need some help in implementing soap in java... i need to write a program wher the client will send a soap request.. the server will parse the xml file and give back the response as a xml file.. but the client shud recieve it as a soap response.
    What have you done so far and what problems are you facing now?

    Comment

    • kri25in
      New Member
      • Mar 2008
      • 2

      #3
      Originally posted by r035198x
      What have you done so far and what problems are you facing now?
      i can send the soap response and also kinda parse the xml file.. am not sure as to how to send back the response in the soap format...

      Comment

      Working...