Ask a Question related to PERL Modules, Design and Development.
-
markdibley@gmail.com #1
Serialization by SOAP server
I wonder if anyone can help.I have a SOAP web service that seems to
work OK until it has to send large amounts of data (e.g. 2MB). The data
is initially in the form of an array of objects.
I have checked everything I can and so I know that the method called by
the cgi script has finished and has returned the data (within 5
seconds).
For the next few minutes everything hangs, I presume while things are
being serialized, until eventually the http connection times out.
Then, about 10 minutes later I get a whole load of "Cannot encode
'item' element as 'hash'. Will be encoded as 'map' instead" errors in
the http error log, which I presume is either the output of a
"buffered" response OR is the serializer finally doing its job.
Does anyone know what is actually going on during the response part of
SOAP::Transport::HTTP::CGI->dispatch_to()? I can very easily serialize
the data myself but I don't know how to produce the envelope and insert
my own serialized content.
Any help would be gratefully received.
Thanks!!!!
markdibley@gmail.com Guest
-
#39635 [NEW]: Better control for serialization (keyword for permit property serialization)
From: t dot prochazka at centrum dot cz Operating system: all PHP version: 5CVS-2006-11-26 (CVS) PHP Bug Type: Feature/Change... -
SQL Server 2005 Native Soap
SQL Server 2005 allows you to create native SOAP web services. I am trying to access these using the webserviceconnector component but with no luck.... -
How to log the SOAP message after serialization on the cleint side?
I know I can use SOAPExtension to read request and response SOAP messages on the server side for a Web Method. Is there a way to do the same thing... -
server control serialization problem with UiTypeEditor
Have a expandable property that is passed to a uitypeeditor which the property does not get serialized. Value from uitypeeditor updates in the... -
avoiding XML serialization, different WSDL generation, soap serialization
Hello, I think my problem is interesting for most of developers who wish to exchange actual business entities with webservices, not just xml...



Reply With Quote

