| Author |
sending and receiving soap msg with JWSDP1.4
|
Garandi Garandi
Ranch Hand
Joined: Jan 07, 2003
Posts: 192
|
|
Hi, I have the following code to send and receive soap msg. Send request and get the response SOAPMessage response = connection.call(message, destination); where "message" is of type SOAPMessage, and destination is URL String. Before getting the response I get the following exception: the request gets into the server, and server sends a response and then the exception happens. [ July 27, 2004: Message edited by: Garandi Garandi ]
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
|
Apparently the SAAJ implementation strictly requires a specific content-type (text/xml). You might want to repeat this question in Sun's own discussion forum for web services at forum.java.sun.com.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: sending and receiving soap msg with JWSDP1.4
|
|
|