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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3789 - 3818 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3789
Thanks!!! SAP apply a note in XI release 3 and its work's fine Thanks for support PocketSoap is great! ... header ... as ... This ... omitted. ... specified ...
jon_gecex
Offline Send Email
May 2, 2005
12:37 pm
3790
Hi There, I hope somebody can help me out. I'm desperate on this one!! I installed 4s4c and I loved it right out of the box. Light years away from the crappy...
Max P
maxez
Offline Send Email
May 2, 2005
10:12 pm
3791
... Are you recieving / sending classes or structs ? 4s4c maps soap complex types to COM structs, not classes. If you are using a struct can you post an...
Simon Fell
simonfell99
Online Now Send Email
May 3, 2005
7:35 pm
3792
Hi! I'm trying to compile psQuote2 sample, with eVC++40, but I'm not found the include file pSoap.h. I`m downloaded the "src-ps-v1-4-3.zip" file and also this...
pablodossow
Offline Send Email
May 5, 2005
12:37 am
3793
the psoap.h file is generated from the IDL file, either build the entire source, or just compile the IDL. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
May 5, 2005
2:09 am
3794
Just posted PocketSOAP v.1.5.1 mainly bug fixes, includes * A fix for a problem recieving small attachments when the server is using a chunked response with a...
Simon Fell
simonfell99
Online Now Send Email
May 5, 2005
3:29 am
3795
Hi Simon, I just installed both pocketHTTP 1.2.5 and pocketSOAP 1.5.1, and I am willing to use the logging facility of pocketHTTP. Strangely enough, all the...
sgm0369
Offline Send Email
May 6, 2005
1:36 pm
3796
Has anyone successfully implemented a working ebxml application (to spec) using PocketSoap? The only real hurdle I think is that I don't see built-in support...
Rob
rstockfleth1
Online Now Send Email
May 11, 2005
4:16 am
3797
client: PocketSOAP 1.5.1, WSDL Wizard 2.3.0 server: JBoss 4.0.1/Tomcat 5.0.x/Axis v? Seems the translation of dateTime types is not working right for me. I...
darickard
Offline Send Email
May 12, 2005
5:35 pm
3798
Hi Simon, Am I agains, I was compile my programs, and copy the .exe file to my pocket pc 2003, but when I execute this (MyPsQuote2.exe). It Send the following...
pablodossow
Offline Send Email
May 13, 2005
3:37 am
3799
... The time returned by PocketSOAP is in UTC, it is NOT changed back to local time. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
May 13, 2005
3:39 pm
3800
If you build with eVC4, then you need to add a call to CoInitialize, if you bould with wVC3, then this is taken care of for you. try CRM for the stock ticker. ...
Simon Fell
simonfell99
Online Now Send Email
May 13, 2005
3:39 pm
3801
I bug crept into the PocketHTTP 1.2.5 release that stops its from logging the response, I'll be posting a new releases of PocketHTTP and PocketSOAP over the...
Simon Fell
simonfell99
Online Now Send Email
May 13, 2005
7:27 pm
3802
... I haven't done anything with ebXML. ... you can't. Prefixes are meaningless, only the namespace URI that they are mapped to have any significant. ... The...
Simon Fell
simonfell99
Online Now Send Email
May 13, 2005
7:30 pm
3803
See the IDL or Typelibrary, its [helpstring("Received a SOAP Fault from the Server")] E_SOAPFAULT = MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x4201) the...
Simon Fell
simonfell99
Online Now Send Email
May 13, 2005
7:35 pm
3804
Simon, Hi, :) ... project 'MiTest - Win32 (WCE ARMV4) Release'. ... Compiling resources... Compiling... StdAfx.cpp Compiling... MiTest.cpp MiTestDlg.cpp ...
pablodossow
Offline Send Email
May 13, 2005
10:28 pm
3805
you'll have to read the MSDN docs to work out what additional library to link to. Or just use eVC3 which is what the project was originally written with. ...
Simon Fell
simonfell99
Online Now Send Email
May 13, 2005
10:48 pm
3806
I posted new releases of PocketHTTP & PocketSOAP with this fixed. Cheers Simon www.pocketsoap.com...
Simon Fell
simonfell99
Online Now Send Email
May 14, 2005
10:39 pm
3807
Thank you! Stefano. ... none...
sgm0369
Offline Send Email
May 15, 2005
6:35 am
3808
Hi Simon, I was choose test with eVC3, and all run OK. Thank's so much, Cheers Pablo ... library ... originally ... CoInitialize, ... to ... Send ... ok .. ......
pablodossow
Offline Send Email
May 16, 2005
5:31 pm
3809
Using vb6 client and dll generated from wsdl wizard. I am catching and handling the Err object and am able to get the generic .Description but am unable to see...
codebird
Offline Send Email
May 16, 2005
10:28 pm
3810
Hi Simon The sample Get Quote, run Ok with rpc/enc, but I'm Trying to use same sample with this location : www.webservicex.net/stockquote.asmx, Soap Action :...
pablodossow
Offline Send Email
May 17, 2005
5:21 pm
3811
The current version of the WSDL generator doesn't do anything about handling the children of the detail element. You'd have to modify the generated code to...
Simon Fell
simonfell99
Online Now Send Email
May 17, 2005
7:30 pm
3812
... Yes its possible, looking at the example soap message, the URI is http://www.webserviceX.NET/ (it namespace of the first child of the body element) <?xml...
Simon Fell
simonfell99
Online Now Send Email
May 17, 2005
7:31 pm
3813
Ok. Thanks. I need to get more intimate with it anyway. If I get the generated code modified correctly then I'll have a go at the generator. Do you think the...
codebird
Offline Send Email
May 17, 2005
8:07 pm
3814
You'd need to modify the wsdlParser as well, as it doesn't currently capture that info from the WSDL doc. All the latest code is in CVS. Cheers Simon ... ...
Simon Fell
simonfell99
Online Now Send Email
May 18, 2005
3:25 am
3815
Hi there, Has anyone tried to get the proxy server details from a PPC 2003 device using the InternetQueryOption with the INTERNET_OPTION_PROXY flag set?...
igreager
Offline Send Email
May 18, 2005
3:45 pm
3816
I used the WSDL wizard to build a VB project to interface with a Web Service. I've used it several times before with great success. I had the DLL working just...
James Cates
digigeek
Offline Send Email
May 18, 2005
9:52 pm
3817
... Never mind. The Web Service was modified without me being notified... should have checked that first. Doh....
James Cates
digigeek
Offline Send Email
May 19, 2005
7:12 pm
3818
I use PocketSOAP v1.5.2 in Windows 2000 with C++Builder 5 When I use the following function I have the following Error. "CoInitialize n'a pas été appelé" ...
thelemetheleme
Offline Send Email
May 23, 2005
7:41 pm
Messages 3789 - 3818 of 5330   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