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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 3481 - 3510 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3481
Took me a while to spot this one, the soap message you're trying to parse is not correct. The pointed to items (the 2 elements with id='1' id='2' attributes) ...
Simon Fell
simonfell99
Online Now Send Email
Jan 3, 2005
6:09 pm
3482
When i run this, this is the response message i get back HTTP/1.1 200 OK Content-Length: 1214 Content-Type: text/xml Server: Microsoft-IIS/6.0 Content: ...
Simon Fell
simonfell99
Online Now Send Email
Jan 3, 2005
6:15 pm
3483
there are lots of samples for attachments on the samples page http://www.pocketsoap.com/samples/ You'll need to get the PHP folks to give you the server side...
Simon Fell
simonfell99
Online Now Send Email
Jan 3, 2005
6:16 pm
3484
... You can call receive on the transport object yourself and pass that to parse, but I don't think that'll help, because then receive will throw the error...
Simon Fell
simonfell99
Online Now Send Email
Jan 3, 2005
6:18 pm
3485
I just checked in a fix for this problem. Let me know if you're still having problems. Cheers Simon ... absolute reference on where I am in the stream since...
Simon Fell
simonfell99
Online Now Send Email
Jan 3, 2005
7:47 pm
3486
We are trying to use PocketSoap as an ActiveX type of control from Centura (a old 4GL). There is a "wizard" in Centura that builds a class from an ActiveX...
Blaine Anderson
anderjb2000
Offline Send Email
Jan 3, 2005
10:15 pm
3487
Has anyone integrated PocketSOAP with Centura Team Developer / Gupta Sql Windows?...
jrhurter
Offline Send Email
Jan 3, 2005
10:15 pm
3488
The server side is generated by Delphi 7. I will check if it is a known delphi bug or a bug which had been fixed in the meantime. Could you send me an example...
laszlotordai
Offline Send Email
Jan 5, 2005
3:37 pm
3489
hi everybody, i have developed a java-tomcat web service to download documents in DIME format and i'm writing a delphi client that uses pocketsoap. the web...
nicves66
Offline Send Email
Jan 5, 2005
4:51 pm
3490
the response has (skipping namespaces for clarity) <envelope> <body> <getDelearerResponse> <return> <item href=#1/> <item href=#2/> </return> <DealerInfo...
Simon Fell
simonfell99
Online Now Send Email
Jan 5, 2005
5:22 pm
3491
If you'd drop me the delphi code I'd check out the code. Maybe I can help, though I am novice myself to pocketsoap. laszlo ... all...
laszlotordai
Offline Send Email
Jan 6, 2005
11:55 am
3492
Hi Simon, I've checked the Delphi site if this was a bug in Delphi. Unfortunately nothing was reported. I will check still if I am able to control what is...
laszlotordai
Offline Send Email
Jan 6, 2005
2:02 pm
3493
Hi Simon, As usual you are right again. Thanks a lot. For Delphi developers the soUTF8InHeader option has to be set to True in the converter of...
laszlotordai
Offline Send Email
Jan 6, 2005
3:54 pm
3494
Hi Simon, I managed to generate with Delphi the output you described. It turned out that the soRootRefNodesToBody option of the HTTPSoapPascalInvoker's...
laszlotordai
Offline Send Email
Jan 6, 2005
5:11 pm
3495
Simon, Thanks a lot for your fix. All the problems I experimented are now gone. Sébastien Tardif ... From: Simon Fell [mailto:ws@...] Sent:...
Tardif, Sebastien
sebtardif
Offline Send Email
Jan 7, 2005
11:28 pm
3496
First off, let me say that I LOVE these three tools. I have been using all 3 of them for the past 2 years on at least a weekly basis. Would it be possible to...
baseballatreverenddav...
baseballatre...
Offline Send Email
Jan 8, 2005
8:04 pm
3497
I didn't spot this problem last time around, but its failing to deserialize correct because it doesn't think its using the soap encoding model, and that's...
Simon Fell
simonfell99
Online Now Send Email
Jan 8, 2005
10:15 pm
3498
this a delphi function that simply calls one function of my web service function getCatList(catName,userName,password: String): TStringList; var env:...
nicves66
Offline Send Email
Jan 10, 2005
4:59 pm
3499
If you take out the explicit call to throwFaults does it make a difference ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jan 10, 2005
8:18 pm
3500
After calling soap.Parse(t), I get the following result from a remote soap server: <S:Envelope S:encodingStyle="" xmlns:a="http://iqx.airiqonline.com" ...
dkeifer1970
Offline Send Email
Jan 11, 2005
3:08 am
3501
... Hmmmm, soap.Parameters.Item(0).Value should return an empty string based on the xml you posted. What's the error that you get? can you post a copy of the...
Simon Fell
simonfell99
Online Now Send Email
Jan 12, 2005
3:40 am
3502
Hi, I have the following response from a webservice and I need to get the items operation_message and user_session_id: <?xml version="1.0" encoding="UTF-8"?> ...
singa702001
Offline Send Email
Jan 13, 2005
5:44 am
3503
Simon, I am trying to consume a web service and I'm getting the error "Failed 0x80044309 at penv->Parse(CComVariant(pt),NULL)". I don't understand what's...
panashe3111
Offline Send Email
Jan 13, 2005
12:27 pm
3504
hi simon, i've still tried to take out the call to throwFaults, but it makes no difference. nicola ... TStringList; ... node); ... for ... service. ... access ...
nicves66
Offline Send Email
Jan 13, 2005
3:10 pm
3505
Not sure what to suggest, its sounds like Delphi isn't mapping the COM exception correctly, perhaps you could ask on a Delphi newsgroup ? Can you post a...
Simon Fell
simonfell99
Online Now Send Email
Jan 13, 2005
4:59 pm
3506
... That would be [helpstring("Unexpected status code returned by server")] E_STATUS_ERROR = MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x4309) The server...
Simon Fell
simonfell99
Online Now Send Email
Jan 13, 2005
5:01 pm
3507
hi. i tried binary file transfering with Apache and PocketSOAP. My PDA, It parsed mesg well but i cant convert it to any other type. ... Set t =...
zephyran2000
Offline Send Email
Jan 14, 2005
7:14 am
3508
Hi all! I'm using PocketHTTP not only for communicating my applications with Web Services. I'm using PocketHTTP for sending messages to external CGIs (.asp...
PKDor
pirrimanson2000
Offline Send Email
Jan 14, 2005
11:25 am
3509
... If you don't want the string transcoding to utf-8, then you'll need to transcode it to whatever encoding you want to use yourself and pass PocketHTTP an...
Simon Fell
simonfell99
Online Now Send Email
Jan 14, 2005
4:21 pm
3510
Hi group. I am new to the group and new to the pocketSOAP package. I found it just a day or so ago and have started to use it, creating a VB project around it...
William Du Chene
williamduchene
Offline Send Email
Jan 19, 2005
7:06 am
Messages 3481 - 3510 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