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.

Messages

  Messages Help
Advanced
Messages 5133 - 5162 of 5182   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5133
Hi I'm having a problem that I hope you can help me with. I have a PC application written in C++/MFC using VS2005. The application calls a web service using...
importlib
Offline Send Email
Jun 9, 2008
10:36 am
5134
What does your calling code look like ?...
Simon Fell
simonfell99
Offline Send Email
Jun 11, 2008
4:03 pm
5135
hi all, I want to develope a SOAP client on pocketPC (WINCE) in C++. can PocketSoap will help in this. can anybody tell me the steps that I should follow. ...
mokalvishalv
Offline Send Email
Jun 20, 2008
2:43 am
5136
... yes, see http://www.pocketsoap.com/pocketsoap/ and http://www.pocketsoap.com/samples/default.aspx?cat=eVC Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jun 20, 2008
2:44 am
5137
Sorry for the late response; I'm on holiday and the weather is nice in Sweden :-) It's a MFC-application, so COM is initialized using HRESULT hr =...
importlib
Offline Send Email
Jun 25, 2008
5:58 am
5138
Nothing seems to jump out, have you built a stand-alone re-pro case i could debug with ? Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jun 27, 2008
3:15 pm
5139
Hi, When accessing a URL like http://www.example.com/foo/bar.html, the first line of an HTTP request starts like this: GET /foo/bar.html HTTP/1.1 but when...
ldeller_work
Offline Send Email
Jul 8, 2008
4:40 pm
5140
... Sound right, good catch. I'll take a look at your patch, thanks for submitting it. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Jul 9, 2008
3:53 pm
5141
Hi! When I install binary version of PocketXMLRPC on a Mobile Windows 2003SE machine I get the warning that it might not work well, since it has been built for...
Bojan Hrnkas
BalthasarFor...
Offline Send Email
Jul 10, 2008
11:44 am
5142
Nevermind the last post, I don't need it anymore. It was not the problem with the older version of pocketXMLRPC, but CoInitialise() was not called in my...
Bojan Hrnkas
BalthasarFor...
Offline Send Email
Jul 10, 2008
1:10 pm
5143
Hi there I am using PocketXML-RPC v1.2.1 installed using PocketXMLRPC_w32_121.exe to connect to a remote XMLRPC service. It works on another host but I am...
karenwalshcairns
karenwalshca...
Offline Send Email
Jul 10, 2008
4:12 pm
5144
the exact port number(s) will depend on the service(s) you're calling, but the default port for HHTP is 80 and for HTTPS is 443....
Simon Fell
simonfell99
Offline Send Email
Jul 13, 2008
11:51 pm
5145
Thanks for the patch, I added this and posted a new PocketHTTP build last night. I see that PocketXML-RPC & PocketSOAP are both a number of releases behind now...
Simon Fell
simonfell99
Offline Send Email
Jul 14, 2008
7:33 pm
5146
Hi Simon Thanks for your reply. Not sure if I am missing your point but as far as I am aware the service I am calling is just an XML RPC service. Both port 80...
karenwalshcairns
karenwalshca...
Offline Send Email
Jul 16, 2008
2:48 am
5147
... XML-RPC uses HTTP, which can use any port, so you need to know the URL of the service(s) you are trying to call, and either they don't specify a port, in...
Simon Fell
simonfell99
Offline Send Email
Jul 16, 2008
2:52 am
5148
Hi again Simon. The application is using the correct url port combination for the service as I use the it locally and on another web host without problems. I...
karenwalshcairns
karenwalshca...
Offline Send Email
Jul 17, 2008
1:15 am
5149
Hi again The hosts have looked into it and it seems that the problem is a 64 bit server and this only runs on 32 bit machines. Does that sound correct to you...
karenwalshcairns
karenwalshca...
Offline Send Email
Jul 17, 2008
4:22 am
5150
Certainly sounds reasonable....
Simon Fell
simonfell99
Offline Send Email
Jul 17, 2008
4:06 pm
5151
A user is reporting that on certain machines - pockethttp has to be frequently reinstalled because it loses registration. Is it possible that the MS ActiveX...
redsky_thane
Offline Send Email
Aug 14, 2008
12:34 pm
5152
Hi! I found the couse; it was my "F-Secure Client Security" software. It works fine when running on a computer without that software. I'm not sure what to to...
importlib
Offline Send Email
Aug 14, 2008
3:32 pm
5153
... From what I've read re-installing pockethttp would not reset the kill bit flag, so it seems its not that. Perhaps you can get them to use a tool like...
Simon Fell
simonfell99
Offline Send Email
Aug 14, 2008
4:08 pm
5154
Another question. Working with authorize.net who NEVER MAKES A MISTAKE (they tell us so all the time) - I have (partial info below) sent a request and received...
redsky_thane
Offline Send Email
Aug 15, 2008
9:55 pm
5155
In the original posting it's hard to tell but this quote may show - that there are some spaces before the buffer return and that the rest of the buffer lines...
redsky_thane
Offline Send Email
Aug 15, 2008
9:57 pm
5156
Hi all, I'm getting this response from a server, but the received data isn't be decompressed. Is there a setting I need to change for it to decode properly? ...
Jay
craazyc
Offline Send Email
Aug 18, 2008
6:23 pm
5157
Ok, I found the reason for my problem... I was thinking that the CoEnevelope was a 2-way operation, that the Env.Parameters.Item(0).Value would hold the...
Jay
craazyc
Offline Send Email
Aug 18, 2008
6:23 pm
5158
Hi, I'm using the last version of PocketSoap on a WIN2003 server. I built a web application working with a webservice to retrieve data. The application was...
g4bbian0
Offline Send Email
Aug 19, 2008
3:04 pm
5159
I remember there was a version for Win2K last year, but I can't seem to find the link on Simon's Website anymore. Now I have XP- any version available? ...
kevindotcar
Offline Send Email
Aug 20, 2008
4:44 pm
5160
... The error means the server returned a response that wasn't soap, I'd suggest start of by looking at what the server actually returned. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Aug 20, 2008
4:45 pm
5161
... You might be thinking of SforceHerder ? http://www.pocketsoap.com/weblog/2006/02/1596.html or Apex Explorer ? ...
Simon Fell
simonfell99
Offline Send Email
Aug 20, 2008
4:49 pm
5162
Hey all,, I'm using Maildrop with Apple mail to upload email into salesforce.com. However I have 2 salesforce.com orgs and 2 different emailadresses. Is it...
chretien65
Offline Send Email
Aug 29, 2008
3:45 pm
Messages 5133 - 5162 of 5182   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help