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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 4185 - 4214 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4185
I was trying to use the example from this page... http://www.webmasterworld.com/forum47/97.htm However, I get the following error... Err # -2147204343 ...
Chris Hoffman
blazemp
Online Now Send Email
Nov 3, 2005
2:37 am
4186
An addendum to the previous message. I forgot to mention I am using v1.5.2. Sorry about that. Sincerely, Chris Hoffman...
Chris Hoffman
blazemp
Online Now Send Email
Nov 3, 2005
2:37 am
4187
have you tried the google api sample from my site ? http://www.pocketsoap.com/samples/google.vbs Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 3, 2005
3:12 am
4188
Yes, I did. It said the same (or similar...I did not note the error from that one) error... Sincerely, Chris Hoffman...
Chris Hoffman
blazemp
Online Now Send Email
Nov 3, 2005
3:37 am
4189
Hmmm, i just tried it and it worked fine for me. I think you'll need to capture the entire response to try and work out what's going on. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 3, 2005
5:42 pm
4190
Okay. Thanks. Sincerely, Chris Hoffman...
Chris Hoffman
blazemp
Online Now Send Email
Nov 3, 2005
8:37 pm
4191
I am trying to figure out how to create a SAML Assertion but I can't figure out how to add custom attributes to the nodes. How can I create something that...
jm789456123
Offline Send Email
Nov 3, 2005
10:38 pm
4192
You'll need to write a custom serializer to generate attributes, see the docs & samples, its not as hard as it might sound. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 4, 2005
12:07 am
4193
I am trying to call the receive method directly to capture the response and put it in a string or blob variable. I just can't figure out how to do it. I hope...
jm789456123
Offline Send Email
Nov 4, 2005
3:09 pm
4194
so, what's the problem ? receive returns an array of bytes. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 4, 2005
4:23 pm
4195
I'm not sure what the problem is other than I get a runtime ole runtime error with text "Error calling external object function receive at line 40 in function...
jm789456123
Offline Send Email
Nov 4, 2005
4:31 pm
4196
PocketSOAP 1.5.3 is now available, this adds the wrapper object for xsd:long that I'd previously posted about. Details on how to use the new xsdLong object are...
Simon Fell
simonfell99
Online Now Send Email
Nov 7, 2005
12:15 am
4197
All - I'm looking at using pocket soap with Microsoft Visual C++ as it seams that the Microsoft soap toolkit does not have support for binary mime attachments....
Christopher S. Johnson
johnsocs@...
Send Email
Nov 7, 2005
4:45 pm
4198
yes you can send large binary attatchments using MIME, once its over a certain size it never keeps the entire attachment in memory. It does not support mutual...
Simon Fell
simonfell99
Online Now Send Email
Nov 7, 2005
8:30 pm
4199
I don't know anything about PowerBuilder, so don't know how much i'll be able to help. Can you get a COM error code out of PB ?...
Simon Fell
simonfell99
Online Now Send Email
Nov 7, 2005
8:43 pm
4200
Hi I appreciate that support is provided by the good will of the people involved in this project, but at the risk of sounding pushy (not the intention) could I...
Chris Gilbane
chrisgilbane
Offline Send Email
Nov 8, 2005
2:57 pm
4201
I haven't had chance to look into this yet, all of the work I've done on pocketSOAP over the last 5 years has been in my spare time, and as of late I have very...
Simon Fell
simonfell99
Online Now Send Email
Nov 8, 2005
4:53 pm
4202
xs:include isn't currently supported. patches welcome :) I'll put it on the todo list, not sure when i'll be able to get to it. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 9, 2005
4:54 am
4203
Hi Many thanks for the below, I do appreciate that you support this in your own time. The information regarding the MSXML bug and support for xs:includes is...
Chris Gilbane
chrisgilbane
Offline Send Email
Nov 9, 2005
12:28 pm
4204
Does pocketsoap support the ws-security spec? SOAP signatures and encryption really.. Thanks ..Chris...
Christopher S. Johnson
johnsocs@...
Send Email
Nov 9, 2005
11:55 pm
4205
... No, there's nothing built in for WS-Security. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 10, 2005
4:24 am
4206
I'm having a bit of trouble with a web service call. It appears it has to do with the fact that it has been defined as 'OneWay'. It is a .NET webservice. If...
timo1w
Offline Send Email
Nov 11, 2005
11:27 pm
4207
... If its a one way operation, then by definition there's nothing to parse. You should just call receive and check the HTTP status code. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 12, 2005
6:41 pm
4208
... I tried to call the Recieve method of the HTTPTransport interface and still recieve an error. Looking at the code it appears that you are looking for a...
timo1w
Offline Send Email
Nov 14, 2005
6:57 pm
4209
Hi! I am trying to develop a simple VBscript to access a web service (as a sort of 'proof of concept', since I don't program in VB), and am having dificulties...
j_p_suarez
Offline Send Email
Nov 15, 2005
4:22 pm
4210
I am trying without much success to get PHP to talk to a .Net SOAP server, either over SOAP or POST. Started using tcpTrace to look at the requests, and...
ibis_priest
Offline Send Email
Nov 15, 2005
4:25 pm
4211
The first thing you should try to do is use the WSDL Wizard to generate your SOAP client *for you*. This works well in most cases. In this case, the...
Martina, Steve
stevemartina
Offline Send Email
Nov 15, 2005
4:31 pm
4212
Thanks Martina! I tried the WSDL Wizard but had a few problems macking the objects compile. Since I don't program in VB, I wanted to write a simple code to ...
Pablo Suárez
j_p_suarez
Offline Send Email
Nov 15, 2005
8:46 pm
4213
... tcpTrace itself doesn't change anything, however the process of changing your client to use tcpTrace, can result in some changes in the HTTP headers of the...
Simon Fell
simonfell99
Online Now Send Email
Nov 16, 2005
4:22 pm
4214
dim t, res ' this account was specifically designed for testing user = "wstest" pwd = "test" NS_URI = "http://tempuri.org/" set t =...
Simon Fell
simonfell99
Online Now Send Email
Nov 17, 2005
4:55 am
Messages 4185 - 4214 of 5330   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