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 3833 - 3862 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3833
Hi there. I have been trying to modify the VB macro made to work with PocketXMLRPC and Microsoft Word to post to a BLOG. I just want to run the script from...
Robert Merrill
theloseweigh...
Offline Send Email
Jun 5, 2005
3:52 am
3834
Hi, I have a few questions to anyone using delphi to build webservices: 1. Does a TypeLibrary need to be created (like using MS Soap Toolkit) in the delphi...
nicroche2002
Offline Send Email
Jun 5, 2005
3:52 am
3835
Please post some code and we may be able to help. ________________________________ From: pocketsoap@yahoogroups.com [mailto:pocketsoap@yahoogroups.com] On ...
Mark Janveaux
mjanveaux
Offline Send Email
Jun 5, 2005
7:31 am
3836
Hi, ... No ... Yes and No. The soap interface published at http://<domain>/<dll>/soap is used instead (no modifications needed). ... ...
nicroche2002
Offline Send Email
Jun 5, 2005
9:36 pm
3837
Hi, I notice 4 dlls in the package. Which files need to be employed for Envelope & HTTP transport functionality? Is this spelt out in the docs? tia Nic Roche...
nicroche2002
Offline Send Email
Jun 5, 2005
9:36 pm
3838
We are facing the following problem. Case 1> We are able to transfer 9427 records belongs into Pocket PC 2002 using pocketsoap service. Case 2>We are not able...
mb_jagadeesh
Offline Send Email
Jun 8, 2005
3:20 pm
3839
... You need to deploy all of them, what happens if someone has an older version installed and you upgrade half of the DLLs ? your app might still work but...
Simon Fell
simonfell99
Online Now Send Email
Jun 9, 2005
7:58 pm
3840
... The main limit on PocketPC is available memory. What error code from which call do you get in the cases where its not working ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jun 9, 2005
7:59 pm
3841
... Thanks Simon, I did not know the libraries where interedependent... Nic Roche...
nicroche2002
Offline Send Email
Jun 9, 2005
9:13 pm
3842
Dear Simon, The Memory available in Pocket pc is 64MB.( Storage - Allocated 32MB In use 6MB Free 26MB Program - Allocated 32MB In use 6MB Free...
BHANU JAGADEESH
mb_jagadeesh
Offline Send Email
Jun 10, 2005
9:59 am
3843
and how big is the response message that fails ? are you using attachments or just plain soap ? what version of PocketSOAP are you using ? ... application ... ...
Simon Fell
simonfell99
Online Now Send Email
Jun 10, 2005
3:51 pm
3844
PocketSoap version 1.4.0. No attachements, It is a text in XML format. This XML document is being written ASP.NET.DATA set. The XML file will have approximatly...
BHANU JAGADEESH
mb_jagadeesh
Offline Send Email
Jun 11, 2005
9:04 am
3845
PocketSoap version 1.4.0. No attachements, It is a text in XML format. This XML document is being written ASP.NET.DATA set. The XML file will have approximatly...
BHANU JAGADEESH
mb_jagadeesh
Offline Send Email
Jun 11, 2005
9:15 am
3846
I get the following error running the WSDL Wizard Unexpected error whilst parsing WSDL Error in loading DLL err=48 I'm pointing it to a service I've developed...
mek363
Offline Send Email
Jun 13, 2005
7:56 pm
3847
How should I declare a SOAP parameter in VBScript so that it gets encoded as base64Binary? Is it possible? I don't know of a way to control the Variant type...
mek363
Offline Send Email
Jun 13, 2005
10:59 pm
3848
Hi there and guys and help is needed, Hi there,I really stuck at the psQuote program(understood how it works).I spent the whole week figuring out how to change...
joshua
comcrash2002
Offline Send Email
Jun 14, 2005
3:43 pm
3849
Hello, In the documentation, I see the following Soap request: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <m:AddNumbers...
eltesto
Offline Send Email
Jun 14, 2005
3:44 pm
3850
Have you tried a newer version of PocketSOAP, that one's pretty old. Exactly how big is the entire response XML (in bytes), capture it with a HTTP sniffer like...
Simon Fell
simonfell99
Online Now Send Email
Jun 14, 2005
3:44 pm
3851
... You need to install MSXML 4.0 for the WSDLWizard to work. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jun 14, 2005
3:45 pm
3852
... You can't, VBScript doesn't support arrays of bytes....
Simon Fell
simonfell99
Online Now Send Email
Jun 14, 2005
3:46 pm
3853
... The 2 requests are semanticly identical, and i've done extensive testing with .NET and am not aware of an issues relating to where the namespaces are...
Simon Fell
simonfell99
Online Now Send Email
Jun 14, 2005
3:49 pm
3854
... prm is an ISOAPNode interface, you can see the definition of that by looking in pSOAP.idl, or looking in the generated header file pSOAP.h or just could...
Simon Fell
simonfell99
Online Now Send Email
Jun 14, 2005
3:50 pm
3855
... Hi again Simon, I wondering if I changed the VT_I1 or something else,do I still need to get the value by :ie resVal.iVal?? like resVal.ChangeType(VT_BSTR)...
joshua
comcrash2002
Offline Send Email
Jun 15, 2005
3:27 am
3856
... Yes, you have to use the accessor, based on the VT type. and decent COM book should cover Variants. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jun 15, 2005
3:33 am
3857
Hi again, After looking through the docs,giving vb examples are more than c++.I actually can't find a solution to my problems. 0)I actually got the response...
joshua
comcrash2002
Offline Send Email
Jun 15, 2005
4:05 am
3858
... What's the SOAP response from your server look like (capture it with YATT or SOAPScope). What's your code look like ? look at the .vt property on the...
Simon Fell
simonfell99
Online Now Send Email
Jun 15, 2005
5:13 am
3859
Hi Simon, Thanx for your reply...so here it is.I using PocketSoap on pocket pc. ... Could that be use in pocket pc?I am coding the soap client for pocket pc. ...
joshua
comcrash2002
Offline Send Email
Jun 15, 2005
6:13 am
3860
Sorry I think I feel like enclosing the response and request log for you.I did this from the server side.Not using YATT or Soapscope. *Client Ip :...
joshua
comcrash2002
Offline Send Email
Jun 15, 2005
6:16 am
3861
The response is a structure, so you need to walk the struct to find the element you want. the variant returned by get_Param(0) will be an object that...
Simon Fell
simonfell99
Online Now Send Email
Jun 15, 2005
3:32 pm
3862
... No you run it on your desktop and sniff the request/response of the network. ... Did you check that the ChangeType call succeeded ? ... This is not valid,...
Simon Fell
simonfell99
Online Now Send Email
Jun 15, 2005
3:35 pm
Messages 3833 - 3862 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