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 4572 - 4601 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4572
Hello, What would be a good, efficient way to transform the array of bytes returned by the HTTPTransport's Receive method into a String in VB6? I'm doing...
ebolanost
Offline Send Email
Aug 4, 2006
7:43 pm
4573
Its probably easier to use pocketHTTP directly in this case, rather than the pocketSOAP wrapper for it (which assumes that you'll be using PocketSOAP to parse...
Simon Fell
simonfell99
Online Now Send Email
Aug 4, 2006
8:07 pm
4574
Thanks, Simon! With what I have now, I found that I could use the StrConv function, which returns a String that I can use: bytes = http.Receive("") '... ...
ebolanost
Offline Send Email
Aug 5, 2006
1:00 am
4575
Hi Simon, I found the VB6 salesforce.com example stuff. Is there any C++/salesforce.com sample code avaialble? Do see any problems running PocketSoap...
emerson80220
Offline Send Email
Aug 13, 2006
1:59 am
4576
Hi Bill, There's no C++ samples for that, you'd have to convert the VB to C++ to "make" your sample. There should be no problems running PocketSOAP side by...
Simon Fell
simonfell99
Online Now Send Email
Aug 14, 2006
2:43 am
4577
Hello everyone, I am developing an application for Windows CE and am using eVC++ 4.0. I need to make remote procedure calls using pocketsoap. It is pretty ...
yaziraheer
Offline Send Email
Aug 14, 2006
2:52 am
4578
http://www.pocketsoap.com/samples/default.aspx?cat=eVC...
Simon Fell
simonfell99
Online Now Send Email
Aug 14, 2006
3:52 am
4579
is this for eVC 4.0 or 3.0. Because i am using 4.0 and it is not building at all. Plus does anyone know any good library that i can use if i want to avoid all...
Yasir Aheer
yaziraheer
Offline Send Email
Aug 15, 2006
2:03 am
4580
It was written against 3.0, but should build on 4.0 as well. If you don't like using COM from C++, then don't do it., ask the gsoap/easysoap guys what...
Simon Fell
simonfell99
Online Now Send Email
Aug 15, 2006
7:44 pm
4581
I have a WSDL where Quote contains an array of Item. ItemCash extends Item. PocketSOAP (1.5.4), using proxy code generated by the wizard (2.3.28) correctly...
chris_watts_au
Offline Send Email
Aug 18, 2006
1:44 am
4582
... You can attach a WSDL by posting to the list by sending email, rather than the web UI. Do you have a capture of the server's response that causes the ...
Simon Fell
simonfell99
Online Now Send Email
Aug 18, 2006
3:06 am
4583
This is in reply to me earlier message: http://groups.yahoo.com/group/pocketsoap/message/4581 I have cut down the WSDL and sanitized the data a bit (mainly...
Chris Watts
chris_watts_au
Offline Send Email
Aug 18, 2006
5:39 am
4584
Hello all. I need some help with an error. I send my request to the server and it returns me : "Client : Bad types (class java.lang.String -> class ...
ulrickk
Offline Send Email
Aug 23, 2006
2:19 am
4585
Hi Ulrick, I wouldn't get too hung up about "xs" and "xsi" - they are merely XML shorthand to define which schema applies to whichever datatypes are prefixed...
Nick Shaw
njshaw2
Offline Send Email
Aug 23, 2006
4:27 pm
4586
As Nick mentioned XS vs xsi is most like a red herring, the actual prefix used doesn't mater as long as its bound to the same namespace (see the namespace...
Simon Fell
simonfell99
Online Now Send Email
Aug 25, 2006
1:39 am
4587
HI everyone~ I'm korean program developer So I can't speak english well I'm need help I need Old version pocketSOAP client ver. 1.3.7 but i can't find this...
sjun4620
Offline Send Email
Sep 6, 2006
2:36 am
4588
Hi everyone. I've been using Pocket XML-RPC for a while now, and it's been pretty stable. But recently I've had a complaint from a user who told me their proxy...
Jason Irwin
jasonpirwin
Offline Send Email
Sep 9, 2006
5:03 pm
4589
Hi! I'm trying to get PocketSOAP 1.5.4 to work in BartPE. My BartPE is built from a Windows XP SP2 source with WSH/VBScript support. When I run this sample...
petitacarien
Offline Send Email
Sep 11, 2006
8:51 pm
4590
Hi Folks, Although I'm not a newbie techie I am a newbie this Soap stuff. I have created a COM dll using the WSDL wizard from the wsdl at ...
tstallan
Offline Send Email
Sep 11, 2006
8:52 pm
4591
Never heard of BartPE what is it ? ... support....
Simon Fell
simonfell99
Online Now Send Email
Sep 12, 2006
2:21 am
4592
Hello again, I've had a scan through the code (C isn't my thing, so I may well be missing something obvious) and the docs again and no where can I see how to...
Jason Irwin
jasonpirwin
Offline Send Email
Sep 12, 2006
4:40 pm
4593
Hi Simon, I downloaded the binary and the source for PocketSoap. It looks like the ISimpleSoapDeSerializer interface was removed from CoSerializerDate even...
emerson80220
Offline Send Email
Sep 13, 2006
12:41 am
4594
BartPE (www.nu2.nu) is used to make a bootable Windows XP CD. It's a popular tool among network admins and techs. I need to have access to web services from...
petitacarien
Offline Send Email
Sep 13, 2006
3:30 pm
4595
More on this. It seems the Big-IP box isn't a network proxy as far as the browser is concerned (y'know, the kind of thing you set up in your Internet Options) ...
Jason Irwin
jasonpirwin
Offline Send Email
Sep 13, 2006
3:38 pm
4596
Hi Bill, I think you're running into a VBism, in order to hid the "nasty" interface based programming that is COM, in VB, it hides the default interface of an...
Simon Fell
simonfell99
Online Now Send Email
Sep 13, 2006
3:41 pm
4597
Do you have the real COM error number (err.Number from VB) ? ... missing ... define ... According to ... secure...
Simon Fell
simonfell99
Online Now Send Email
Sep 13, 2006
3:42 pm
4598
All I have is the information I have been given (I'm getting only screenshots). I have asked them for their event logs and to what they say (if anything). I...
Jason Irwin
jasonpirwin
Offline Send Email
Sep 13, 2006
5:57 pm
4599
Hi, First of all, thanks for such a good application. I am using PocketSoap in VB, and get no problem at all. Now I have to update te server, and it is https...
willbelair
Offline Send Email
Sep 14, 2006
1:56 pm
4600
... Yes you can use https, that's all you need to do, change the endpoint URL to be https, e.g. transport.send "https://www.foo.org/services/bar", env Cheers ...
Simon Fell
simonfell99
Online Now Send Email
Sep 14, 2006
3:51 pm
4601
Hi Simon, Thank you for your response. I tried to change the http to https. And it did not work. I get this error message: Run-time error '-2147417848...
willbelair
Offline Send Email
Sep 20, 2006
8:28 pm
Messages 4572 - 4601 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