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 1809 - 1838 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1809
Hi! Quickie question on TcpTrace - does is it provide packets info when using a loop back adapter? And if so how do I configure it? Thanks! -dirk ...
Dirk Hamstra
Dirk_Hamstra
Offline Send Email
Mar 2, 2003
6:32 pm
1810
... tcpTrace is just dumb tcp tunnel, it works fine with the loopback adapter. set it up to listen on 8080 and forward to 127.0.0.1 port 80, then have you...
Simon Fell
simonfell99
Online Now Send Email
Mar 2, 2003
7:48 pm
1811
I've just released PocketXMLRPC v1.1 RC1, this changes PocketXMLRPC to use PocketHTTP as its HTTP transport. PocketHTTP is a general purpose HTTP client...
Simon Fell
simonfell99
Online Now Send Email
Mar 2, 2003
9:26 pm
1812
... CoEnvelope::Parse ... PocketSOAP ... please ... Simon, This was PocketSOAP 1.4.2 Platform - Microsoft PocketPC Version 3.0.11171 (build 11178) Processor -...
vd_ru <vd@...>
vd_ru
Offline Send Email
Mar 3, 2003
11:25 am
1813
... it ... tested ... broke ... or ... SOAP package (which i beleive is at v2.3.1) ... I finally got some documentation and it looks like the SOAP servlet I'm...
soapman26 <dkaspers@....
soapman26
Offline Send Email
Mar 3, 2003
8:22 pm
1814
... JAXM is an API specification not an implementation. AFAIK, there are JAXM implmentations from at least Sun, TheMindElectric and Apache (in Apache Axis) ...
Simon Fell <ws@...>
simonfell99
Online Now Send Email
Mar 3, 2003
10:19 pm
1815
I am interested in using PocketSOAP ver. 1.4.2 on a Wintel XP/2000 platform in order to access some Java based Web Services. I am developing a client using...
develpingaspcomponent...
develpingasp...
Offline Send Email
Mar 4, 2003
4:01 pm
1816
... I don't have any C# examples of handling attachments, but it should be trivial for you to rewrite the VB6 example in C#. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Mar 4, 2003
4:27 pm
1817
... XP/2000 ... some ... al. ... should be ... Thank you for the reply. I actually didn't see the C# examples before writing the email. After a quick glance I...
develpingaspcomponent...
develpingasp...
Offline Send Email
Mar 4, 2003
5:42 pm
1818
... I ... me ... I know what you mean Kevin. MS Soap Toolkit 3.0 only supports DIME and not MIME attachements. PocketSoap is a good tool....
soapman26 <dkaspers@....
soapman26
Offline Send Email
Mar 4, 2003
5:46 pm
1819
I am developing and supporting application that using pockrtSOAP inside custom outlook form (VBscript). It's working fine for most of the users, but I have...
kinna34
Offline Send Email
Mar 5, 2003
4:56 pm
1820
... Sounds like some users are behind a firewall that needs outgoing connections to go through a proxy. If that's the case, use the SetProxy method on the...
Simon Fell
simonfell99
Online Now Send Email
Mar 6, 2003
1:37 am
1821
I am having some problems using attachments form C# with PocketSoap ver. 1.4.2. When I set up parameters and attach to the attachment, I have to assign an...
develpingaspcomponents
develpingasp...
Offline Send Email
Mar 6, 2003
2:44 pm
1822
I built PocketSOAP with VC++7 but the psoap and attachment components won't register. Is this an SDK mismatch? Can this be done easilly or should I give up...
frusso12000
Offline Send Email
Mar 7, 2003
12:05 am
1823
I am sending a SwA attachment by converting my string into an array of bytes and using this. This works fine in my VB prototype app, however I want to have the...
alex_baker001
Offline Send Email
Mar 7, 2003
4:32 pm
1824
... with a ... nothing ... Thanks Simon! But how would I determine proxy sever info for each user?...
kinna34
Offline Send Email
Mar 7, 2003
5:36 pm
1825
This is my first time using pocketsoap for pocket pc (version 1.4.2). I am attempting to use it in EVC++ and assume I will need to include at least one header...
Carl
cpa199
Offline Send Email
Mar 7, 2003
5:42 pm
1826
... grab the source and compile it to generate the psoap.h file. see http://pocketsoap.com/pocketsoap/build.aspx Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Mar 7, 2003
6:09 pm
1827
... you would have to ask their network admin people. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Mar 7, 2003
6:10 pm
1828
... te: > I am sending a SwA attachment by converting my string into an array > of bytes and using this. > > This works fine in my VB prototype app, however...
Simon Fell
simonfell99
Online Now Send Email
Mar 7, 2003
6:14 pm
1829
... just a guess, have you copied the depencies over to the buid directory (xmltok.dll xmlparse.dll zlib.dll) ? if they're not in the same directory as...
Simon Fell
simonfell99
Online Now Send Email
Mar 7, 2003
6:15 pm
1830
... directory (xmltok.dll xmlparse.dll zlib.dll) ? if they're not in the same directory as psoap32.dll then that'll cause registration to fail. ... Thank you...
frusso12000
Offline Send Email
Mar 7, 2003
9:08 pm
1831
... The follow C# code works fine for me CoEnvelope e = new CoEnvelopeClass() ; e.SetMethod("echo", "urn:EchoAttachmentsService") ; CoAttachmentManager mgr =...
Simon Fell
simonfell99
Online Now Send Email
Mar 8, 2003
4:07 am
1832
... I've been avoiding VC7 for this as there's no ATL7 on eVC. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Mar 8, 2003
4:09 am
1833
I have downloaded the source, and have sucessfully compiled both the expat projects in vc6. Now I go to compile the ppc project in EVC3 and I get 23 errors, 17...
Carl
cpa199
Offline Send Email
Mar 10, 2003
11:02 am
1834
I get this error when running a short program I have written to call a simple web method from an ISAP dll web service server written in Delphi. "Inavlid root...
Carl
cpa199
Offline Send Email
Mar 10, 2003
1:55 pm
1835
... You have to build xmltok, xmlparse & zlib in eVC before trying to build pocketSOAP in eVC. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Mar 10, 2003
5:53 pm
1836
... You're probably getting a HTML error page, rather than a SOAP response, use one of the tracing tools to see what the server is returning. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Mar 10, 2003
5:54 pm
1837
"ARMRelease Testing" project points to ARMDbg libraries for xmltok.dll and xmlparse.dll. I suggest rebuilding ...
sergeibob
Offline Send Email
Mar 10, 2003
5:55 pm
1838
Hi all, I'm attempting to call function from .NET Remoting service via PocketSoap. It works great only arrays does not work for me yet :( I have function...
martin_aliger
Offline Send Email
Mar 10, 2003
6:00 pm
Messages 1809 - 1838 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