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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 5118 - 5149 of 5181   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5118
yeah that's quite bizarre. Do you call send / receive one after the other, like in the GetResponse implementation, or do you do something in between (but even...
Simon Fell
simonfell99
Offline Send Email
May 3, 2008
11:42 pm
5120
I am getting an error using the wizard which I have not had previously. I believe the wsdl is referencing the definitions in another namespace and the Wizard...
codebird
Offline Send Email
May 8, 2008
9:30 pm
5121
I more closely read the limitations of the WSDL Wizard and believe I found the answer. "It only looks at the message parts to build the message / function ...
codebird
Offline Send Email
May 9, 2008
12:03 am
5122
Those limitations are for the old 1.0 proxy generator, not the 2.0 proxy generator. There are MSXML issues with cross schema references that can sometimes trip...
Simon Fell
simonfell99
Offline Send Email
May 9, 2008
7:27 pm
5123
I had MSXML4 SP2; Installed MSXML6 and SDK6;Same behavior; Here is a excerpt from the download page: 'MSXML6 will install side by side with MSXML 3 and MSXML4...
codebird
Offline Send Email
May 9, 2008
11:51 pm
5124
I have been unable to produce a class file which after compilation will successfully consume the web service. Here are the steps I have taken. I used the...
codebird
Offline Send Email
May 13, 2008
7:48 pm
5125
i'm trying to do some small test using pocketSoap, latest version (1.5) and using IIS 5.51 i have helloworld webservice made by C# and trying to call it from ...
eng_aaa
Offline Send Email
May 14, 2008
5:41 pm
5126
[helpstring("Received a SOAP Fault from the Server")] E_SOAPFAULT = MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x4201), The server returned a SOAPFault....
Simon Fell
simonfell99
Offline Send Email
May 14, 2008
5:43 pm
5127
I run PocketSOAP 1.5.4 on VISTA and VS2008 & VB.NET I write a DLL for the .NET FW called WebSpSe This DLL (managed code) calls .COM object in SpSe.DLL for...
josef.stadelmann
josef.stadel...
Offline Send Email
May 22, 2008
3:16 pm
5128
The interfaceFinder object was designed for use with VB6 generated objects, its unlikely to work with com objects generated from other tools (as you've...
Simon Fell
simonfell99
Offline Send Email
May 22, 2008
4:31 pm
5129
Hi Simon thanks for the fast answer - well - seems to me some more work to do instead of just having on VB.NET/Vista running what runs so well on VB6/W2K. I...
josef.stadelmann
josef.stadel...
Offline Send Email
May 22, 2008
4:59 pm
5130
This is the error you're getting. [helpstring("Unable to locate suitable serializer for Com Type")] E_NO_SERIALIZER = MAKE_HRESULT(SEVERITY_ERROR,...
Simon Fell
simonfell99
Offline Send Email
May 29, 2008
3:34 am
5131
This is a .NET issue, not really vista related. Can you not run the VB6 version on vista ? (in my experience the only relationship between VB.NET and VB is...
Simon Fell
simonfell99
Offline Send Email
May 29, 2008
3:41 am
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
Messages 5118 - 5149 of 5181   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