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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 2642 - 2671 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2642
I don't know delphi, but GetParameters takes a pointer to a ISAOPNodes that it populates. Once you have this populated ISOAPNodes interface, you can call...
Simon Fell
simonfell99
Offline Send Email
Mar 1, 2004
8:32 pm
2643
I'm using eVC++ with PocketSOAP: This code: penv->get_Body(&params); //_HR( penv->get_Parameters(&params) ); _HR( params->Create (...
iceman_xp5
Offline Send Email
Mar 2, 2004
10:17 am
2644
yes, but I am too stupid probably. I do not bring it with the soap server sample to run. I don't know which are the right properties: e.SetMethod "?","?" ...
swincx
Offline Send Email
Mar 2, 2004
2:29 pm
2645
I suggest you walk through the tutorial, that explains how you can find that information out from the WSDL of the service you are calling. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Mar 2, 2004
3:53 pm
2646
Hi all, Has anyone seen this before: I'm using WSDL wizard to generate a DLL to allow VB and ASP clients to interact with a web service written in Java (using...
caroline@...
cjwoodley
Offline Send Email
Mar 2, 2004
4:46 pm
2647
... Typically you'll see this when the fault code is incorrectly typed as an xsd:string by the server. Can you post the server response when this occurs (use...
Simon Fell
simonfell99
Offline Send Email
Mar 2, 2004
5:04 pm
2648
The problem was that I was calling GetQuote instead of getQuote. Thank you. ... ISAOPNodes that it ... can call Create. ... function ... something ... delayed-...
alain_argos
Offline Send Email
Mar 2, 2004
11:27 pm
2649
Hi Simon, Thanks for your suggestion, and actually we did fix it from the Java side - Glue has a SOAPException which we need to use as the parent (rather than...
caroline@...
cjwoodley
Offline Send Email
Mar 3, 2004
9:32 am
2650
Hi there! First of all, thank you for your great effort! We have an application on the desktop, which has to communicate with the PDA, but the user (in front...
jonnybgood313
Offline Send Email
Mar 3, 2004
5:11 pm
2651
Hi Simon, I have been having a problem with the wsdl wizard. I have been getting the following error. Unexpected error whilst parsing WSDL ...
andrew.elliott@...
andy_at_ing
Offline Send Email
Mar 4, 2004
2:35 pm
2652
Hi, i have a problem with getting the value of a "long"-type. i´m using: PocketSOAP 1.4.3 Windows 2000 MSXML 4.0 SP2 The following script shows my problem. I...
mkecks
Offline Send Email
Mar 8, 2004
12:49 pm
2653
Hi, I'm trying to upload a DIME attachment using PocketSOAP 1.5 beta, to an ASP.NET service through SSL. I also have to send Specific SOAP headers and use...
ucalegons
Offline Send Email
Mar 8, 2004
6:41 pm
2654
... I'm not aware of an XML-RPC server for PocketPC, but i haven't really looked. ... You could possibly use RAPI to trigger starting a new process on the PDA...
Simon Fell
simonfell99
Offline Send Email
Mar 9, 2004
5:05 am
2655
... I'm not entirely sure what the error message means, I looked through the WSDL and my schema reference and nothing poped out as being a problem. .NETs...
Simon Fell
simonfell99
Offline Send Email
Mar 9, 2004
5:18 am
2656
xsd:long which is a 64 bit signed int is mapped to variant of type VT_I8. but VBScript doesn't support that variant type, you'll either have to change the...
Simon Fell
simonfell99
Offline Send Email
Mar 9, 2004
5:24 am
2657
Hi, You can't trace SSL at the HTTP level, that's the whole point of SSL. One way to debug what's going on, is to use stunnel, this will let you have a normal...
Simon Fell
simonfell99
Offline Send Email
Mar 9, 2004
5:27 am
2658
Hi Simon, ... This is great, thanks! Worked like a charm. I figured out the problem. It's that the ASP.NET service sends back a cookie in the first call: ...
Deepak Shenoy
ucalegons
Offline Send Email
Mar 9, 2004
8:11 am
2659
... I found out that this also works (my mistake) and that I recreated the HTTP Transport object for each call. Reusing the same HTTP object sends back the ...
Deepak Shenoy
ucalegons
Offline Send Email
Mar 9, 2004
11:38 am
2660
Hello Simon, thank you. I added the following line to my VB6-Project (generated by the pocketSOAP WSDL Proxy Generator) m_sf.Deserializer "long",...
mkecks
Offline Send Email
Mar 9, 2004
4:41 pm
2661
Pardon the newbie question. We're using PocketSOAP client-side hooking into a PoS application and using SOAP to hook into a GLUE server and a bunch of Java...
kaladornbgh
Offline Send Email
Mar 10, 2004
2:33 am
2662
... when pocketSOAP see's a nil value, it returns a variant of type VT_NULL, you can check the node's value for this before trying to assign it to a variable...
Simon Fell
simonfell99
Offline Send Email
Mar 10, 2004
3:43 am
2663
I'm in the process of adding this into PocketHTTP, it'll be in the next release, you use it like this Dim req As CoPocketHTTP Set req = New CoPocketHTTP Dim...
Simon Fell
simonfell99
Offline Send Email
Mar 10, 2004
5:09 am
2664
... The code below generates this envelope <S:Envelope S:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" ...
Simon Fell
simonfell99
Offline Send Email
Mar 10, 2004
5:21 am
2665
Hi, I've now found something that was kind of weird, and probably an obscure one but here goes: I need to call an ASP.NET service through SSL, and I need to...
Deepak Shenoy
ucalegons
Offline Send Email
Mar 10, 2004
10:38 am
2666
when I run this code in a VB-script: set req = CreateObject("pocket.HTTP") set res = req.GetResponse("http://tv2.no", "") wscript.echo res.String I get a GPF...
Harald Almendingen
harald_almen...
Offline Send Email
Mar 10, 2004
4:06 pm
2667
This was fixed in v1.5 (still beta though) Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Mar 10, 2004
6:33 pm
2668
... I'm using the beta on the site - that still seems to have this problem..is this fixed in your source? If so, thanks! Thanks, Deepak...
Deepak Shenoy
ucalegons
Offline Send Email
Mar 10, 2004
6:47 pm
2669
... are you passing an envelope object to send or a serialized envelope ? as outlined on the beta page, you need to now pass the envelope object itself, see ...
Simon Fell
simonfell99
Offline Send Email
Mar 10, 2004
6:51 pm
2670
... In Addition, I just tweaked the code, so that if you're still using the old style of passing a serialized envelope, it will still reset the content-type...
Simon Fell
simonfell99
Offline Send Email
Mar 11, 2004
2:52 am
2671
... That's a bug, I'm working on the fix. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
Mar 11, 2004
3:50 am
Messages 2642 - 2671 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