I am trying to figure out which tool I need to use or if any from the pocketsoap site will help me. I have an asp.net client trying to talk to a third party...
I am running this on a Windows 2000 machine. I am trying to call a .Net webservice from VBScript using PocketSOAP. The service is callable from .Net and I can...
Hi Chris, We use pocket xml-rpc in the enterprise project you and I worked on for handheld synchronization it works really well. The .cfc extension you...
I am using the C# language, and I have looked at the client samples. They looked like they might work. I am new to the term xml-rpc, so I wasn't sure if it was...
Well, I tried the xml-rpc but didn't have any luck. Mainly because I didn't find any samples in .NET and I couldn't open the vb6 sample because I don't have...
... Sounds good, i was hoping to get a new release out, but am trying to track down a problem with connect not erroring correctly from PocketPC's via...
Can you run the generated VB project in debug mode, then step through it to see exactly where the Can't Create Object is coming from ? It looks like you have...
... It could be something deep in the bowls of the SSL code, but that's not something i've heard of before. CComBSTR sErrorB; pErrorInfo->GetDescription(...
Your service is rpc/enc, no need to put the envelope URI on the parameter elements. (i.e. remove the e.URI from the Paramaters.Create calls) Cheers Simon...
PocketXML-RPC is for the XML-RPC protocol developed by Userland Software. For rpc/encoded SOAP Web Services use PocketSOAP. Sounds like your server is having...
I have thought that the server may be having problems, but I don't think so. I have been running this program called SOAPScope by Mindreef and I can invoke the...
CString handles NULL BSTR assignment properly. Just sees it as an empty string. I've been able to successfully duplicate the crash in our development ...
Hmmm, i'll try and re-pro it, see what i can find. Are you only seeing it with SSL ? Cheers Simon ... support, if I ... to crash. ... tracing ... code ... ...
... sorry its taken so long to get to this, have been out of commission with the flu for the last couple of weeks. Lets concentrate on the deserialization...
Hi. I've reached a dead end! I'm pretty new to C#, SOAP, XML etc, but I have to write some code which sends a SOAP With Attachments message to a secure web...
I have the same problem lost week. We have to manually read the certs. retmove First Line ----BEGIN CERTIFICATE---- and lost line ----END CERTIFICATE---- I am...
.NET has many protection of of security. You have to check security all the times when you are design and coding. I want you to check your security of user and...
Hi There, I think I've managed to sort it out. There was a problem with the certificate - it had an invalid root certificate which generated an error: "A...
I have vb6 program which calls a dll generated by PocketSoap WSDL Wizard 2.3.28. I am getting a classCastException from the server. Attached are the wsdl and a...
I was going to attach the files but don't see an option to do so anymore. Here is the tcpTrace. How can I attach the wsdl or should I just paste it here? ...
Hi to everyone! I'm new, and I've a question about using PocketSoap with embedded Visual C++ 4.0. I've tried to compile two samples which are in the web site....
Hi, I have to create a SOAP With Attachments message which has a complicated SOAP Envelope. I am using C#. Could anybody give me an idea how I can create a...
Problem solved. Developer of web service defined functions which use data type array instead of vector and now it works. thanks - Jim I still would like to...