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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3331 - 3360 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3331
Hi Simon, I have successfully send the request to the webservices using VB code as show below, by creating a UserType.dll based on your example on propertybag....
jdftp2004
Offline Send Email
Nov 2, 2004
3:00 am
3332
sory, if this was asked before I wanna ask for help. I just find this pocketsoap control. Can somebody help me how to write using this control in C#? I liked...
cdhandphone
Offline Send Email
Nov 2, 2004
8:43 pm
3333
I'm going to take it up with BEA again, as I'd like to get to the bottom of it. What sort of files do you need for a test case? Pete...
PeteInman
Offline Send Email
Nov 2, 2004
9:38 pm
3334
Seems the answer is here; http://forums.bea.com/bea/message.jspa?messageID=202429282 does that make sense or not? ... in the ... that it ... elementformdefault...
PeteInman
Offline Send Email
Nov 2, 2004
10:00 pm
3335
Its correct in that in the SOAP message the elements should be unqualified, what doesn't make sense is why the WSDL says the elements will be qualified....
Simon Fell
simonfell99
Offline Send Email
Nov 3, 2004
4:51 pm
3336
I am getting the following error: "org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying...
ekta_name
Offline Send Email
Nov 3, 2004
4:51 pm
3337
Hi, I am using pocketsoap for visual basic soap client and I am a new user. I see the mapitem being a key as string and value as string. Could I possibly...
skuppamtu
Offline Send Email
Nov 4, 2004
4:30 pm
3338
I get something like: <S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" xmlns:XS="http://www.w3.org/2001/XMLSchema" ...
sebtardif
Offline Send Email
Nov 5, 2004
6:22 am
3339
String href = envelope.Parameters.get_Item(1).href; CoSoapAttachment attachment = mgr.Response.Find(href); if (attachment.Located ==...
Sebastien Tardif
sebtardif
Offline Send Email
Nov 5, 2004
3:17 pm
3340
... PocketSOAP won't insert #text elements, are you sure they're not coming from the xmlNode.Value values ? Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Nov 5, 2004
3:18 pm
3341
You are right. I was not detecting that value of element is null but had instead #text children which has the value I wanted! So my use case is now working. I...
Sebastien Tardif
sebtardif
Offline Send Email
Nov 5, 2004
8:27 pm
3342
Hi, I am trying to connect to a proprietary web service using PocketPC 2003, and am wanting to find a library to link in with, such as PocketSoap or Soap...
igreager
Offline Send Email
Nov 5, 2004
8:29 pm
3343
I now have an explanation why pocketsoap doesn't handle the attachment correctly. It's because Axis send the response in chunked mode and so pocketsoap...
Sebastien Tardif
sebtardif
Offline Send Email
Nov 5, 2004
8:30 pm
3344
... chucked ... taking each 4 ... content ... bytes for a ... be 23 ... difficult to ... xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ... ...
Simon Fell
simonfell99
Offline Send Email
Nov 5, 2004
8:32 pm
3345
That's odd because PocketHTTP supports the chunked encoding, see ChunkedTE.h/cpp. Also my test endpoint for attachments is running on Axis/Tomcat, so i'd...
Simon Fell
simonfell99
Offline Send Email
Nov 5, 2004
8:33 pm
3346
After creating a workspace that includes all the project I can now compile and trace the code. I see this in the console: Accumulating payload,...
Sebastien Tardif
sebtardif
Offline Send Email
Nov 5, 2004
9:50 pm
3347
This doesn't work C:\pocket-soap-src>cvs -d :pserver:anoncvs@...:/cvs/pocketsoap login Logging in to...
Sebastien Tardif
sebtardif
Offline Send Email
Nov 5, 2004
11:21 pm
3348
I have a patch! The problem is probably because I'm the only user of Axis and PocketSoap that expect in the response more than one parameters when using...
Sebastien Tardif
sebtardif
Offline Send Email
Nov 5, 2004
11:40 pm
3349
my environment : server side: Apache/1.3 + php5 client side: VC/VB parsing process: 1.I send requesting with pocketsoap, like this: HRESULT hr =...
wjackyh9
Offline Send Email
Nov 7, 2004
3:39 pm
3350
what error do you get ?...
Simon Fell
simonfell99
Offline Send Email
Nov 8, 2004
1:02 am
3351
Hi, I would like to roll the PocketSoap dlls (from compilation) into my own installation for simplicity. As a result I wonder how it is possible to register...
igreager
Offline Send Email
Nov 8, 2004
3:17 pm
3352
Hi, Thanks for your reply. Here is vb error : Run-time error'-2147204544(80044240)': Error during parsing, xml processing instruction not at start of external...
wjackyh9
Offline Send Email
Nov 8, 2004
3:33 pm
3353
You get that error because there is whitespace before the <?xml element, you need to fix your server to remove that white space. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Nov 8, 2004
4:20 pm
3354
If you're using a standard CAB/Intelisync approach to install on to the CE device, then you just need to use the CESelfRegister entry in the .inf file (see ...
Simon Fell
simonfell99
Offline Send Email
Nov 8, 2004
4:22 pm
3355
Hi, I am trying to communicate with a .NET WebService (.asmx) which takes a single string parameter. I send the request no problem, however when I try and...
igreager
Offline Send Email
Nov 9, 2004
2:32 pm
3356
Hi All, I am relatively new to SOAP and have been playing around with Axis for a while now. I am currently working on a SOAP client for PocketPC 2003 (Which ...
cianomaidin
Offline Send Email
Nov 9, 2004
4:50 pm
3357
see the FAQ entry "Why does my .NET webservice ignore the data I send it with PocketSOAP ?"...
Simon Fell
simonfell99
Offline Send Email
Nov 9, 2004
4:50 pm
3358
just wondering if anybody has a work around for using pocket soap on the .net compack framework ? Cian...
cianomaidin
Offline Send Email
Nov 9, 2004
4:51 pm
3359
send them as arrays of bytes, you'll take a 4/3 size hit as it'll be base64 encoded, but it'll work, and is interopable. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Nov 9, 2004
8:36 pm
3360
... You can bundle the PocketSOAP install into your own install easily enough, the download is so big because it contains the binaries for 3 different CPU's....
Simon Fell
simonfell99
Offline Send Email
Nov 9, 2004
8:39 pm
Messages 3331 - 3360 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