Search the web
Sign In
New User? Sign Up
pocketsoap
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1676 - 1705 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1676
< 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...
Robert Kylberg
bobkylberg
Offline Send Email
Feb 3, 2003
6:38 am
1677
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...
alex_baker001 <alex_b...
alex_baker001
Offline Send Email
Feb 3, 2003
3:59 pm
1678
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...
alex_baker001 <alex_b...
alex_baker001
Offline Send Email
Feb 3, 2003
5:44 pm
1679
... You can pass an array of bytes instead of the filename to put data directly into the attachment. Cheers Simon...
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 3, 2003
6:09 pm
1680
... That's not a valid dateTime as per the XSD spec. To pass an empty value here, you need to either have it tagged as nil ( i.e. add the attribute...
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 3, 2003
6:10 pm
1681
... 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)....
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 3, 2003
6:12 pm
1682
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...
mjd_91 <mjd_91@...>
mjd_91
Offline Send Email
Feb 3, 2003
6:31 pm
1683
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@...
Send Email
Feb 3, 2003
6:31 pm
1684
... see http://groups.yahoo.com/group/pocketsoap/message/1590 Cheers Simon...
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 3, 2003
6:45 pm
1685
... 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...
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 3, 2003
6:47 pm
1686
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@...
Send Email
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...
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 3, 2003
7:25 pm
1688
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...
Hugo Silva
hugo_int
Offline Send Email
Feb 4, 2003
2:46 pm
1689
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...
Omnibound Technologie...
omnibound
Offline Send Email
Feb 4, 2003
5:41 pm
1690
... 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...
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 4, 2003
9:26 pm
1691
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...
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 4, 2003
9:30 pm
1692
Simon, I hate to be a bother, but I reran the wizard using the command line and the /fixImports as follows: wsdl-cl...
Omnibound Technologie...
omnibound
Offline Send Email
Feb 4, 2003
11:11 pm
1693
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...
xiaohuliu <xiaohuliu@...
xiaohuliu
Offline Send Email
Feb 6, 2003
5:01 pm
1694
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...
pairmindspringco <pai...
pairmindspri...
Offline Send Email
Feb 6, 2003
5:46 pm
1695
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...
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 6, 2003
8:54 pm
1696
... Nope, this is not possible. Cheers Simon...
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 6, 2003
8:56 pm
1697
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 Fell <ws@...>
simonfell99
Offline Send Email
Feb 6, 2003
8:58 pm
1698
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...
pairmindspringco <pai...
pairmindspri...
Offline Send Email
Feb 6, 2003
9:44 pm
1699
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...
Mike Hillyer
squeebee1
Offline Send Email
Feb 6, 2003
11:39 pm
1700
can you email a response message that causes error ? Thanks Simon...
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 7, 2003
12:19 am
1701
... The attribute element is missing an arrayType attribute, e.g. <complexType name="ArrayOfstring"> <complexContent> <restriction base="soap-enc:Array"> ...
Simon Fell
simonfell99
Offline Send Email
Feb 7, 2003
5:08 am
1702
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...
pairmindspringco <pai...
pairmindspri...
Offline Send Email
Feb 7, 2003
1:39 pm
1703
Thanks Simon, I will get that added to the generator. Mike ... From: Simon Fell [mailto:ws@...] Sent: Thursday, February 06, 2003 10:09 PM To:...
Mike Hillyer
squeebee1
Offline Send Email
Feb 7, 2003
2:28 pm
1704
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 ...
Simon Fell <ws@...>
simonfell99
Offline Send Email
Feb 7, 2003
5:31 pm
1705
I was aware, but I don't know how to fix it. Mike ... vb ... m_sf.LocalTypeMapping "MasterPersonalProxy", "http://producer", "agent ... java ... <ws@z...> ... ...
pairmindspringco <pai...
pairmindspri...
Offline Send Email
Feb 7, 2003
8:20 pm
Messages 1676 - 1705 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help