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...
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...
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 ...
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...
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...
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...
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 ...
[helpstring("Received a SOAP Fault from the Server")] E_SOAPFAULT = MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x4201), The server returned a SOAPFault....
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...
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...
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...
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...
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...
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. ...
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...
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...
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...
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...
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...
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...
... 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...
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...
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...