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 5213 - 5242 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5213
Hi, I've tried the pocket SOAP libraries on my local machine in Visual Studio 2005 .NET and it all works. But when the third party wants to use this code, they...
janverstuyft
Offline Send Email
Nov 6, 2008
5:44 pm
5214
... The prebuilt binaries are for 32 bit only. If you want 64 bit versions, you'll need to grab the source and update/rebuild it for 64 bit. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 6, 2008
5:52 pm
5215
Hello, I try to pass parameters to a web service that requires other types than string. It's not very complex either, I need to pass an int. But whatever I do...
timokcg
Offline Send Email
Nov 15, 2008
5:24 pm
5216
If you don't want a string, don't pass a string as the value. e.g. soapRequest.Parameters.Create("year", 2008, null, null, null); Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 15, 2008
5:52 pm
5217
Thanks Simon, it works just fine. I believe I've been the average bull with the parameters Namespace, Type and TypeNamespace waved in front of my eyes like the...
timokcg
Offline Send Email
Nov 17, 2008
7:59 am
5218
Hello, I have tried to add a MIME attachment from a file as follow: CoSoapAttachment att = mgr.Request.Create("msp.xml", TypeNameFormat.tnfMediaType,...
timokcg
Offline Send Email
Nov 18, 2008
1:11 pm
5219
you can pass an array of bytes instead of the filename for the body parameter. See the docs for more info ...
Simon Fell
simonfell99
Online Now Send Email
Nov 18, 2008
7:16 pm
5220
Namespace is only needed if you're calling a service that's doc/literal, its not needed for rpc/encoded requests. The type/typeNamespace parameters are only...
Simon Fell
simonfell99
Online Now Send Email
Nov 19, 2008
2:35 am
5221
I didn't find a group about proxyTrace, so Simon, could you please help me with this; proxyTrace works perfect, except when there is SSL protocol involved. For...
Dusko Vuksanovic
dule_v
Offline Send Email
Nov 25, 2008
8:34 pm
5222
proxyTrace is about being able to examine the traffic, this doesn't make any sense for SSL, because you cannot determine anything useful as a man in the middle...
Simon Fell
simonfell99
Online Now Send Email
Nov 25, 2008
8:36 pm
5223
I am encountering a problem using PocketHTTP in my eVB application. My program runs fine if the server is up, and response to my post is received correctly....
Seng Chia How
lotiseng
Offline Send Email
Nov 26, 2008
8:16 am
5224
its returning a standard COM error, its upto you to handle it. (for eVB see the on error keyword) Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Nov 26, 2008
4:15 pm
5225
Hi Simon, Would it be possible to get an updated release of Pocket XML-RPC with the fix contributed by Luke Deller to Pocket HTTP to send the correct HTTP ...
Timothy Gates
tim.gates@...
Send Email
Dec 5, 2008
5:07 am
5226
... You can just install the newer version of PocketHTTP after PocketXML-RPC and it'll use the new version automatically. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Dec 5, 2008
5:11 am
5227
I have just come across this same problem. After downloading a local copy of the wsdl and xsd files, I made several attempts to modify the schemaLocation...
Tanner, Benjamin
savethepennies
Offline Send Email
Dec 12, 2008
5:43 pm
5228
Hi Simon, I am using VB6 to connect to sugarcrm through pocksoap(1.5.4). First, I got the Soap Proxy --- a ActiveX Dll through "PocketSOAP Wsdl Wizard"; With...
michael.zhao168
Offline Send Email
Jan 7, 2009
4:24 am
5229
You could try installing the latest version of pocketHTTP, if you still see the same error after that, then you'll need to investigate further, as the server...
Simon Fell
simonfell99
Online Now Send Email
Jan 7, 2009
4:30 am
5230
Hi Simon, Thanks for so quick response! I got lastest pocketHttp(1.3.3), replaced the existing one(1.2.7), but i got the same message. I will try your 2nd...
michael.zhao168
Offline Send Email
Jan 7, 2009
9:26 pm
5231
Hi Simon, As you suggested "set an option on the transport so that the client says not to compress the response.", then I set compressed.accept=false, and it...
michael.zhao168
Offline Send Email
Jan 8, 2009
1:23 am
5232
Hello, We're having a problem getting pocket soap to return arrays of our strings. Based on the message logging, we believe that pocket soap is receiving the...
joycirco
Offline Send Email
Jan 15, 2009
12:47 am
5233
Do you have a full wsdl and soap message i can test this with. I don't see anything wrong from what you've posted. (you can email them direct to me if they're...
Simon Fell
simonfell99
Online Now Send Email
Jan 24, 2009
5:47 pm
5234
Hi all I am having problems when trying to set the data types of some fields in a SOAP request. I am working with ASP3.0 (IIS 6.0 in W2003) using JScript as...
xcenogar
Offline Send Email
Jan 26, 2009
4:08 pm
5235
Here you go!  Let me know if you need anything else.  Thank you so much for looking at this! ... From: Simon Fell <simon@...> Subject: [pocketsoap] Re:...
Joy Circo
joycirco
Offline Send Email
Jan 27, 2009
4:19 pm
5236
Problem: web service MOSS 2007 VS Search Server Express Hi, I hope you can help us out with the following problem: We connected to MOSS Search Web service to...
koen.bohm
Offline Send Email
Jan 28, 2009
4:44 pm
5237
PocketSOAP's website provides an example for using HTTPS with VB: dim http set http = CreateObject("pocketSOAP.HTTPTransport.2") http.send...
annavperez25
Offline Send Email
Feb 3, 2009
4:21 am
5238
... Yes it does. http://www.pocketsoap.com/samples/default.aspx?cat=C%2b%2b Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Feb 3, 2009
4:22 am
5239
Add on to my initial question... here's the error I receive using C++ & PocketSOAP: HttpTransport: Failed to send soap request: <COM> Source = PocketHTTP ...
annavperez25
Offline Send Email
Feb 3, 2009
6:34 am
5240
... PocketSOAP / PocketHTTP version?, which OS? what's your code look like? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Feb 3, 2009
6:35 am
5241
Below is the code Anna referenced: CComPtr<ISOAPEnvelope> spSoapEnvelope; CComPtr<IHTTPTransportAdv2> spHttpTransport; ...
torresaivy
Offline Send Email
Feb 5, 2009
4:11 am
5242
well, you're missing the code that creates the envelope and calls send, but if you getting Failed during SSL handshake (and the AV sounds like a red herring,...
Simon Fell
simonfell99
Online Now Send Email
Feb 5, 2009
4:14 am
Messages 5213 - 5242 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