| Author |
Badly formed SOAP Message when calling Web Service
|
vijay chilukuri
Greenhorn
Joined: Nov 27, 2004
Posts: 1
|
|
Hi All, I am facing problem to send a string of size more than 32KB when invoking the webservice. Its working fine upto 32KB.I need to send string of size 80KB to web service. I Used the jax-ws 2.0, WebSphere Application Server 6.1.0.7 (Web service feature pack). Is there any where i need to set size in program or in Application Server I am getting following Exception when trying to send string size more then 32kb. Exception in thread "main" javax.xml.ws.soap.SOAPFaultException: Badly formed SOAP Message at com.sun.xml.ws.encoding.soap.ClientEncoderDecoder.toMessageInfo(ClientEncoderDecoder.java:84) at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.toMessageInfo(SOAPXMLDecoder.java:209) at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:538) at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.doSend(SOAPMessageDispatcher.java:258) at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.send(SOAPMessageDispatcher.java:137) at com.sun.xml.ws.encoding.soap.internal.DelegateBase.send(DelegateBase.java:84) at com.sun.xml.ws.client.EndpointIFInvocationHandler.implementSEIMethod(EndpointIFInvocationHandler.java:172) at com.sun.xml.ws.client.EndpointIFInvocationHandler.invoke(EndpointIFInvocationHandler.java:106) at $Proxy17.process1(Unknown Source) can anybody give me hint/suggestion thanks
|
 |
 |
|
|
subject: Badly formed SOAP Message when calling Web Service
|
|
|