< First an apology. I had some trouble figuring out how to post to this group and so both Simon and the list owner may have already seen this message. I...
I am using pocket soap to send a soap message with a mime attachment. Currently I have to set the attachment using a reference to a file on the disk, however...
When I process a soap response, I get error -2147204512 (7FFBBDA0) "Invalid dateTime string, unable to convert to dateTime". This only happens when the date...
... Arrays are always deserialized into SAFEARRAYS, so there are no child nodes, the array node contains a value that is a SAFEARRAY (of objects in this case)....
i have been reading over some of the posts, and i am getting confused a bit ... i am running a web service that my pocket pc is trying to connect ... now i...
Hi, is there a practical limit to the size of a pocketsoap transmission ? I'm embedding large amounts of data in a routine and receive (i believe, not ...
Florian Overkamp
florian@...
Feb 3, 2003 6:31 pm
1684
... see http://groups.yahoo.com/group/pocketsoap/message/1590 Cheers Simon...
... how large is large ?, the SOAP envelope is handled in memory, so there are limits there. DIME and MIME attachments are streamed and not buffered entirely...
Hi Simon, ... About 6.5 Megs in this particular case, but it may differ (customer application). Is there a way to deal with this ? I'd prefer to not use...
Florian Overkamp
florian@...
Feb 3, 2003 7:00 pm
1687
... that should work, what's the server ?, many servers will limit the size of a POST message to stop DOS attacks, 6.5megs of binary data encoded would end up...
Hi... I have come across some problems and im wondering if any one can tell me how long thoes the ISOAPEnvelope::Parse method takes to timeout? And what are...
Hi Simon, I have a problem parsing a wsdl document produced by apache axis. WSDL wizard returns the following error: /schema[1]/complexType[position() = 2 and...
... default timeout is 15 seconds, you can change this through the timeout property on the transport object. Error codes are compiled into the typelibrary, you...
The WSDL is missing an xsd:import for the soap encoding namespace in the schema's that define arrays. As this is a common problem you can run the command line...
Hi Simon, Is it possible for my client to avoid server authentication when using https://.... . Like IE, you can choose to accept it even you don't have the...
Simon, I'm writing a custom serializer in VB6 and I've implemented the ISoapSerializer however, I receive an 'Class does not support Automation or does not...
have you tried the 2.0 WSDl wizard ? VB won't show ISoapSerializer in the object browser due to how it mangles default interfaces names into class names to try...
You may be running into a known problem with MSXML4.0 to do with how it handles circular references between schemas. The only work around that i know of is to...
Simon, Thanks for such a timely response. I was able to generate a VB project using the new WSDL tool with the /fiximports parameter, however, I received an...
Hello All; My WSDL at http://www.dynamergy.com/polibase/mdgetissues-wsdl.php?wsdl is giving trouble with the WSDL generator 2.x, I originally had a problem...
... The attribute element is missing an arrayType attribute, e.g. <complexType name="ArrayOfstring"> <complexContent> <restriction base="soap-enc:Array"> ...
Simon, I have successfully resolved this issue. One outstanding item is I'm trying to serialize a node with type long as specified in the WSDL. The generated...
I'll have to double check on how xsd:long is being handled, but you're aware that a java long (and xsd:long) are 64 bits, whilst a vb long is 32 bits ? Cheers ...
I was aware, but I don't know how to fix it. Mike ... vb ... m_sf.LocalTypeMapping "MasterPersonalProxy", "http://producer", "agent ... java ... <ws@z...> ... ...