You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by D Johnson <vt...@home.com> on 2001/06/28 14:45:34 UTC

RE: Urgent(is there any limit for the size of data which can be t rans ported through SOAP)

Anil,


	Have you tried splitting the data up and running it all through in blocks?
Perhaps a data content issue? (Just tossing some suggestions out there). Let
us know what you come up with!


=- Dj

-----Original Message-----
From: Anil Kumar, Anumakonda [mailto:anil@profitera.com]
Sent: Thursday, June 28, 2001 7:36 AM
To: 'soap-dev@xml.apache.org'
Subject: RE: Urgent(is there any limit for the size of data which can be
t rans ported through SOAP)


Hi raja,
  this data i am sending across .
i am attaching text doc.

Thanks & regards
Anil

-----Original Message-----
From: raja [mailto:raja@innova.stph.net]
Sent: Thursday, June 28, 2001 8:25 PM
To: soap-dev@xml.apache.org
Subject: RE: Urgent(is there any limit for the size of data which can be
t rans ported through SOAP)


can u send the code ?

Raja
Innova Solutions
Ph: Off : 3543139,40,50 X 217
     Res : 3551023


-----Original Message-----
From: Anil Kumar, Anumakonda [mailto:anil@profitera.com]
Sent: Thursday, June 28, 2001 5:53 PM
To: 'soap-dev@xml.apache.org'
Subject: RE: Urgent(is there any limit for the size of data which can be
t rans ported through SOAP)


Hi raj,
	same thing is working fine, if i decrease data.
what i am doing is ,i am passing a vector of strings in a hashtable.
if i decrease the no.of strings in a vector it is 100% working fine. i can
get data to client.
if i increase no of string in a vector i am getting problem.
can u please help how to solve.

-----Original Message-----
From: raja [mailto:raja@innova.stph.net]
Sent: Thursday, June 28, 2001 8:18 PM
To: soap-dev@xml.apache.org
Subject: RE: Urgent(is there any limit for the size of data which can be
t rans ported through SOAP)


hi
 sorry, the mail was sent by accident. you can always send large amounts of
data. the exception clearly talks about the serializer/deserializer. all u
need to do is use the default serializers available or implement one in case
the datatypes are not supported to be serialized.
u need to register the serializer/deserializer both at the server side (
thru the deployment descriptor.xml) and at the client side too ( mapx).

Raja
Innova Solutions
Ph: Off : 3543139,40,50 X 217
     Res : 3551023


-----Original Message-----
From: Anil Kumar, Anumakonda [mailto:anil@profitera.com]
Sent: Thursday, June 28, 2001 5:43 PM
To: 'soap-dev@xml.apache.org'
Subject: Urgent(is there any limit for the size of data which can be
trans ported through SOAP)



Hi ,

If  i send huge data through SOAP(hashtable which contains a lot of data), i
am getting this error.
Is there any limit for the size of data which can be transported through
SOAP. How to over come this problem.
I am using SOAP 2.1.

SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to
deserialize a 'http://www.w3.org/1999/XMLSchema:ur-type' using encoding
style 'http://schemas.xmlsoap.org/soap/encoding/'.;
targetException=java.lang.IllegalArgumentException: No Deserializer found to
deserialize a 'http://www.w3.org/1999/XMLSchema:ur-type' using encoding
style 'http://schemas.xmlsoap.org/soap/encoding/'.]

Thanks & regards,
Anil Kumar