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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 4651 - 4681 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4651
Hello, I used the WSDL Wizard v2.3.105 to generate a VB6 project from this WSDL: https://telemarketing.donotcall.gov/downloadsvc/downloadsvc.wsdl I named the...
abqbill02
Offline Send Email
Nov 2, 2006
12:50 am
4653
We had a message change that caused our Visual Basic Proxy objects to start throwing incompatible type exceptions. Originally our messages contained the...
Philip Maher
zeus_apollo
Offline Send Email
Nov 2, 2006
1:19 am
4654
As far as VB goes array of string == Safearray. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 2, 2006
1:57 am
4655
Simon, Thanks for your reply. The reason I was trying pocketsoap was down to problems with the .Net proxy class generated by the web reference, some googling...
zi95ter
Offline Send Email
Nov 2, 2006
3:53 pm
4656
Hello, I am beginner in PocketSoap. I'll try to construct a simple message which purpose is to change an old password. PocketSoap message was: <S:Envelope ...
vputys
Offline Send Email
Nov 2, 2006
5:41 pm
4657
... I am attempting to access the array from JScript. Here's what I'm trying to do: var service = new ActiveXObject("DownloadSvc.DownloadSvcSoap"); ... var...
abqbill02
Offline Send Email
Nov 2, 2006
5:41 pm
4658
O.S Winxp Pro ,Pocket PC 2003 Hi, I do not know if this is the right place to ask this, but any way. Can any one point me in the right direction. I would like...
jobarbpro
Offline Send Email
Nov 2, 2006
5:44 pm
4659
... Hi Simon, I also prototyped my code in VBScript and I encountered the same problem--the string0 member initially shows in the debugger as a "SafeArray",...
abqbill02
Offline Send Email
Nov 2, 2006
11:39 pm
4660
See the FAQ. When you create the username and password nodes in the soap header, you need to specify the namespaceURI, so those elements get qualified...
Simon Fell
simonfell99
Online Now Send Email
Nov 3, 2006
6:51 am
4661
So, there's a few mostly unrelated issues. 1) VBScript only supports arrays of variants, it does not support strongly typed arrays. However there is a config...
Simon Fell
simonfell99
Online Now Send Email
Nov 3, 2006
7:02 am
4662
... See the sample code for the stock quote demo, its written in evc3, and demonstrates a simple webservice call. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 3, 2006
7:05 am
4663
ummm, yeah, looks like the serializer factory by default only registers the stongly typed deserializers for the main xml schema types, and not for the...
Simon Fell
simonfell99
Online Now Send Email
Nov 3, 2006
7:16 am
4664
Hello, Thank you for yours reply. I write code in Delphi, namespaceURI is http://www.vlk.lt/AsmensDrautumoServisas/. I have no ideas what is wrong. There is a...
vputys
Offline Send Email
Nov 3, 2006
5:06 pm
4665
You need to pass the namespace into these 2 calls. H1.Create('VartotojoVardas', 'USERNAME', '', '', '', node1); node.Get_Nodes(H1); H1.Create('Slaptazodis',...
Simon Fell
simonfell99
Online Now Send Email
Nov 3, 2006
6:31 pm
4666
... http://www.pocketsoap.com/pocketsoap/docs/psdocs/interface_ISerializerFactoryConfig_method_SetConfig.html Yes, I'm aware of that. As I mentioned, I edited...
abqbill02
Offline Send Email
Nov 4, 2006
6:04 pm
4667
Sorry, i missed the point where you said you were using the code generated by the WSDL wizard, this always generates strongly typed arrays, so its not going to...
Simon Fell
simonfell99
Online Now Send Email
Nov 4, 2006
10:19 pm
4668
... Ok. That's what I needed to know. Thanks. Thanks for PocketSOAP and the WSDL Wizard. Bill...
abqbill02
Offline Send Email
Nov 4, 2006
10:41 pm
4669
Hi all, I'm a new on the list and very interesting about SOAP which I begin learn now. But seems that PocketSOAP manuals and FAQ not full clear show the right...
Maciej Reszelski
macres78
Offline Send Email
Nov 8, 2006
6:16 pm
4670
As far as i can tell this has nothing to do with SOAP at all, that's not a soap request, and the response is not a soap response. .NET includes a generic HTTP...
Simon Fell
simonfell99
Online Now Send Email
Nov 9, 2006
8:32 pm
4671
I'm using PocketXML-RPC to communicate to a Confluence server from VBA code in MS Project. I'm having a problem specifically with sending the login method to...
mneilly
Offline Send Email
Nov 16, 2006
7:45 am
4672
you should be able to use the callbyname function, something like gAuthToken = callbyname (p, vbMethod, "login", gUsername, gPassword) Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 16, 2006
8:01 am
4673
Hi community, I have the following problem: I have a .NET 2.0 WEB-Service, which returns a XMLDocument type. The problem is, when I try to create the Proxy...
roland_prantl
Offline Send Email
Nov 16, 2006
5:12 pm
4674
ARGH!!! Callbyname worked for calling the appropriate method. Unfortunately, I have a similar problem now with accessing the "id" field in the page object. ...
mneilly
Offline Send Email
Nov 16, 2006
8:24 pm
4675
You can use callbyname to get property values as well. Cheers Simon ... from VBA ... sending the ... auto-capitalizes ... there...
Simon Fell
simonfell99
Online Now Send Email
Nov 16, 2006
9:59 pm
4676
Thanks again. I'll give it a try. I was able to use gPage("id") instead of gPage.id. Any chance there is example code on passing arrays? I'm trying to call...
mneilly
Offline Send Email
Nov 17, 2006
2:36 am
4677
Yeah! Well at the end of the day most of my woes were directly related to VBE wanting to 'smartly' capitalize field and method names returned in the...
mneilly
Offline Send Email
Nov 17, 2006
4:49 pm
4678
Hi I am a complete newbie to the world of SOAP The problem I is that I call a method and get a response however I cannot work out how to process the response ...
mc24883288
Offline Send Email
Nov 17, 2006
6:39 pm
4679
Have you looked at the complexType section of the docs? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 20, 2006
9:45 pm
4680
Hi! I am using PocketXMLRPC with C++ to connect to a XMLRPC server. It works most of the time, but sometimes, the answer is not parsed as it should. This is my...
Bojan Hrnkas
BalthasarFor...
Offline Send Email
Nov 22, 2006
4:24 pm
4681
That error is for XML parsing failed. If you look at the COM ErrorInfo object, you'll be able to get the exact details of what its erroring out on. Cheers ...
Simon Fell
simonfell99
Online Now Send Email
Nov 22, 2006
4:37 pm
Messages 4651 - 4681 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