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 3933 - 3962 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3933
Hi Simon again, This time I converted to VB application.But I am stuck again too.When I compile and run the program foudn that the .Value causing the problem. ...
joshua
comcrash2002
Offline Send Email
Aug 2, 2005
10:13 am
3934
Dim env As New PocketSOAP.CoEnvelope Dim imExRequestNode As New PocketSOAP.CoSoapNode Dim importExportNode As New PocketSOAP.CoSoapNode Dim linesNode As New...
Jeff Fisher
keshawk
Offline Send Email
Aug 2, 2005
1:09 pm
3935
Hi there, I am new to WSDL and needs to access java web service (Axis xml-soap) from a VB6 project. I have thus tried the wsdlwizard to generate my proxy...
jee chiew
jchiewho
Offline Send Email
Aug 2, 2005
3:45 pm
3936
Hi, I'm very new at using PocketSOAP. I'm looking for a way to serialize information from several tables in a MS Access database. Can i use the...
rijkste
Offline Send Email
Aug 2, 2005
3:46 pm
3937
... The property bag approach should work. do you have to generate a specifically formatted request ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Aug 2, 2005
7:43 pm
3938
... This is the result of a SOAP Fault being returned by the server in response to your request. Use YATT, proxyTrace or similar to monitor the HTTP traffic. ...
Simon Fell
simonfell99
Online Now Send Email
Aug 2, 2005
7:44 pm
3939
... I'd need to see the rest of the code. Have you captured the generated request with both 1.4.x & 1.5.x ? other than the location of a few attributes, they...
Simon Fell
simonfell99
Online Now Send Email
Aug 2, 2005
7:46 pm
3940
e.Parameters.Item(0).Value will be an object, you can easily check this by doing looking at what typename(e.Parameters.Item(0).Value) returns. Cheers Simon ......
Simon Fell
simonfell99
Online Now Send Email
Aug 2, 2005
7:47 pm
3941
Do you have PocketSOAP deployed as a COM+ component itself, or is it being used by a COM+ component ? (if its the former, then this is not recommended at all)....
Simon Fell
simonfell99
Online Now Send Email
Aug 2, 2005
7:49 pm
3942
... You need to ensure that the account running the ASP process has a user store. Exactly how you do this depends on which OS your running and how you have ASP...
Simon Fell
simonfell99
Online Now Send Email
Aug 2, 2005
7:50 pm
3943
We are using tomcat 3.2.3. I think it might have to do with the fact that we are sending literal XML but returning an object. I haven't been able to look at...
Fisher, Jeff
keshawk
Offline Send Email
Aug 2, 2005
7:51 pm
3944
Here are the requests from 1.4 and 1.5 1.4 - <S:Envelope S:encodingStyle=" <http://xml.apache.org/xml-soap/literalxml> ...
Fisher, Jeff
keshawk
Offline Send Email
Aug 2, 2005
8:03 pm
3945
I spent most of a day trying to do this by reading through the certificate store docs at MSDN, but could not get through it.I went through the procedures...
rohrmanj
Online Now Send Email
Aug 2, 2005
8:09 pm
3946
Hi Simon again, errr....I got the typename which is ISoapNodeDisp but I still can't get any values from it.Maybe you could guide me through this....I still not...
joshua
comcrash2002
Offline Send Email
Aug 3, 2005
1:05 am
3947
Hi Simon again, I finally get it to work with the WSDLwizard generator.But this time,how to send in parameter as needed?The generated .Dll did not let me send...
joshua
comcrash2002
Offline Send Email
Aug 3, 2005
4:46 am
3948
No, I haven't included PocketSOAP as a COM+ component, I've just included PocketSOAP 1.5.2 Type Library in the references for the VB dll, and I've checked all...
debra.mccarney@...
debra_mccarney
Offline Send Email
Aug 3, 2005
6:39 am
3949
Hi Simon, No it's not that complex, an example of the beginning is shown here: <Verenigingen> <Vereniging> <IDRekenModule>21</IDRekenModule> ...
Steven Rijkee
rijkste
Offline Send Email
Aug 3, 2005
3:53 pm
3950
... xml-soap) ... my ... from ... methods. ... Hi Simon, Thanks for your hints. I managed to use the proxyTrace to captured the SOAP request/response. Here it...
jee chiew
jchiewho
Offline Send Email
Aug 3, 2005
3:54 pm
3951
Hi all, I am new to COM in general (never written a single application using it), and fairly familiar with EVC++ and have 6 years of experience writing...
dag2002ca
Offline Send Email
Aug 3, 2005
3:54 pm
3952
Hi Simon, I'm still getting nowhere with this, so I'm testing it in very small steps trying to isolate where it is falling over. If I activate the DLL within...
debra.mccarney@...
debra_mccarney
Offline Send Email
Aug 4, 2005
1:52 am
3953
yeah, don't see why not, give it a go. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Aug 4, 2005
3:17 am
3954
... Yes. the response is gzip compressed. If you use SOAPScope, it can show you the decompressed payload. (www.mindreef.com) ... Have you tried comparing the 2...
Simon Fell
simonfell99
Online Now Send Email
Aug 4, 2005
3:19 am
3955
which is the dispatch interface for ISoapNode, i.e. the value is a complex type. use the Nodes collection to access the child memebers. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Aug 4, 2005
3:20 am
3956
... ouch, new to COM in C++, that's a lot to learn. I'd start with a good book, probably Don Box's Essential COM. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Aug 4, 2005
3:23 am
3957
... Hi Simon, I have analysed the req/res using SOAPScope. It's a great tool! I managed to find out the cause of error. I created an array of 2 elements but...
jee chiew
jchiewho
Offline Send Email
Aug 4, 2005
10:09 am
3958
Hi Simon, I gone through the previous postings... I did as follows in my VB6 code. ... Private Sub Command2_Click() Dim e Set e =...
samzadbasha
Offline Send Email
Aug 4, 2005
3:31 pm
3959
Hi, I am new to this PocketSOAP thing. I just installed PocketSOAP 1.5.2. I have my desktop application developed in VB6, and I need to call the web service...
samzadbasha
Offline Send Email
Aug 4, 2005
3:32 pm
3960
If you remove the e.ThrowFaults = false line, you'll find out that the server is returning a soap fault. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Aug 4, 2005
3:38 pm
3961
Hello, We're using PocketHTTP and PocketXML-RPC in one of our mobile applications and are experiencing issues with some deployments when the users are behind...
Mark Janveaux
mjanveaux
Offline Send Email
Aug 8, 2005
11:48 pm
3962
Hi Simon, I removed e.ThrowFaults = False line... and then ran the code... This time I found the error at runtime as "Server.userException:...
Amzad Basha
samzadbasha
Offline Send Email
Aug 9, 2005
5:42 am
Messages 3933 - 3962 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