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.
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 3704 - 3733 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3704
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...
cblackburn_sw
Offline Send Email
Apr 4, 2005
12:56 am
3705
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...
cloutier1340
Offline Send Email
Apr 4, 2005
4:15 pm
3706
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...
Mark Janveaux
mjanveaux
Offline Send Email
Apr 4, 2005
4:16 pm
3707
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...
cblackburn_sw
Offline Send Email
Apr 4, 2005
7:42 pm
3708
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...
cblackburn_sw
Offline Send Email
Apr 4, 2005
7:54 pm
3709
the first parameter is a complextype, so has no direct value, access the Nodes collection of the first parameter to get to your data. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Apr 4, 2005
8:16 pm
3710
... Because no one asked for it. Patches welcome. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Apr 4, 2005
8:16 pm
3711
... Read the tutorial in the docs, and look at the samples, there are some eVC samples available. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Apr 4, 2005
8:19 pm
3712
... 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...
Simon Fell
simonfell99
Offline Send Email
Apr 4, 2005
8:19 pm
3713
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...
Simon Fell
simonfell99
Offline Send Email
Apr 4, 2005
8:20 pm
3714
... 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(...
Simon Fell
simonfell99
Offline Send Email
Apr 4, 2005
8:22 pm
3715
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...
Simon Fell
simonfell99
Offline Send Email
Apr 4, 2005
8:23 pm
3716
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...
Simon Fell
simonfell99
Offline Send Email
Apr 4, 2005
8:25 pm
3717
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...
cblackburn_sw
Offline Send Email
Apr 4, 2005
9:42 pm
3718
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 ...
Michael Demler
xdemlerx
Offline Send Email
Apr 4, 2005
10:12 pm
3719
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 ... ...
Simon Fell
simonfell99
Offline Send Email
Apr 5, 2005
5:28 pm
3720
can you post an example response message that gives the problem, and your code ? and the exact error message you get. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Apr 5, 2005
5:29 pm
3721
All SOAP calls that we do are SSL, so yes ;-). Thanks, mike _____ From: Simon Fell [mailto:ws@...] Sent: Tuesday, April 05, 2005 10:28 AM To:...
Michael Demler
xdemlerx
Offline Send Email
Apr 5, 2005
6:22 pm
3722
... 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...
Simon Fell
simonfell99
Offline Send Email
Apr 6, 2005
4:04 am
3723
Hi, digging through the code failure, its failing on the creating the code for these headers. <element name="password"> <simpleType> <restriction...
Simon Fell
simonfell99
Offline Send Email
Apr 6, 2005
4:21 am
3724
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...
george789932
Offline Send Email
Apr 7, 2005
3:08 pm
3725
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...
Murali Inguva
inguvam
Online Now Send Email
Apr 7, 2005
3:33 pm
3726
.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...
Seunghee Lee
le5happy
Offline Send Email
Apr 8, 2005
3:42 pm
3727
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...
george789932
Offline Send Email
Apr 9, 2005
5:20 am
3728
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...
codebird
Offline Send Email
Apr 12, 2005
9:20 pm
3729
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? ...
codebird
Offline Send Email
Apr 12, 2005
9:28 pm
3730
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....
blacksheepone2000
blacksheepon...
Offline Send Email
Apr 13, 2005
3:15 pm
3731
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...
george789932
Offline Send Email
Apr 13, 2005
3:48 pm
3732
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...
codebird
Offline Send Email
Apr 13, 2005
4:58 pm
3733
Glad you got it solved. To attach files, post to the mailing list using an email client, not the web interface. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Apr 13, 2005
7:58 pm
Messages 3704 - 3733 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