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 4927 - 4956 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4927
Hi Simon, Hopefully this is a quick and easy one. I have a customer who wants to use web services for me to send them some data. They want a single input...
Nick Shaw
njshaw2
Offline Send Email
Jul 2, 2007
3:16 pm
4928
... Both approaches are valid, there are some interesting edge case issues, but unless you're getting the chunk of xml from somewhere else, you'll not likely...
Simon Fell
simonfell99
Online Now Send Email
Jul 2, 2007
3:35 pm
4929
... wants ... single ... serialised ... XML ... this ... up ... want ... like ... they'll ... Hi Simon, Looking at that, it looks like I'd have to write a...
Nick Shaw
njshaw2
Offline Send Email
Jul 3, 2007
3:36 pm
4930
Hi All, I'm install PocketXMLRPC both PC and PDA (Windows CE 4.0) Now I'm try make my application with XMLRPC using Visual Studio 2003. But Compact Framework...
fedalal
Offline Send Email
Jul 5, 2007
9:26 pm
4931
Simon, In the samples you demonstrate how to create the following headers: <S:Header> <a:Authentication> <Username...
redsky_thane
Offline Send Email
Jul 5, 2007
10:32 pm
4932
... You just need to create an intermediate node object, e.g. set e = CreateObject("PocketSOAP.Envelope.11") e.encodingStyle = "" e.setMethod "doFoo",...
Simon Fell
simonfell99
Online Now Send Email
Jul 6, 2007
12:30 am
4933
... You seem to have answered your own question. older versions of the compact framework don't support COM interop, therefore you won't be able to use COM...
Simon Fell
simonfell99
Online Now Send Email
Jul 6, 2007
12:32 am
4934
... Sorry, you'll need a custom serializer, no other way around it, have you looked at the c++ custom serializer sampple ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 6, 2007
12:34 am
4935
... No problem, I thought as much. Due to time constraints, I don't have time to do the development for a custom serializer, so I've bypassed the soap...
Nick Shaw
njshaw2
Offline Send Email
Jul 6, 2007
8:12 am
4936
Thanks - I found some VC++ examples as well. I need to use VC++ for this. I have a kind of follow up - because they seem to use complex types throughout -...
redsky_thane
Offline Send Email
Jul 6, 2007
1:20 pm
4937
Hi Simon, A strange one this, maybe you could shed some light? I'm trying to parse a SOAP fault returned from a server using SOAP v1.1. The SOAP response is...
Nick Shaw
njshaw2
Offline Send Email
Jul 6, 2007
3:37 pm
4938
Hi Simon, I am new to this SOAP thing. I'd like to know if PocketSoap can be used in Visual FoxPro. This is the first time I am trying to do this. I am trying...
ianpano
Offline Send Email
Jul 6, 2007
5:31 pm
4939
... The FaultCode element is a QName, not a string, so it returning an instance of the IXmlQName interface, and not a BSTR see ...
Simon Fell
simonfell99
Online Now Send Email
Jul 6, 2007
5:39 pm
4940
Yes, you can create multiple nodes all called XtendElem to generate that repeated element pattern. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 6, 2007
5:41 pm
4941
... If you're trying to use PocketSOAP from a desktop machine, you should install the PocketSOAP for Win32 version, and not the pocketPC version, which runs on...
Simon Fell
simonfell99
Online Now Send Email
Jul 6, 2007
5:41 pm
4942
Hello Simon, Please ignore my recent query. I have now successfully created instances of the classes i need. I am trying to connect now to the web service, but...
ianpano
Offline Send Email
Jul 7, 2007
5:06 pm
4943
ah! thanks. i'll do that right away..i'll be buggin you afterwards. hope you dont mind.. thank you! christian ... If you're trying to use PocketSOAP from a...
christian pano
ianpano
Offline Send Email
Jul 7, 2007
5:06 pm
4944
Hi Simon, Thank you. I have already downlaoded PocketSoap for Win32 version. I can now create an instance of the pocketSoap.HTTPTransport class. but I am...
christian pano
ianpano
Offline Send Email
Jul 7, 2007
5:06 pm
4945
... The Parse line is just reporting a SOAP Fault that the server you're calling generated, likely because it doesn't like the format of the request. Its...
Simon Fell
simonfell99
Online Now Send Email
Jul 7, 2007
11:15 pm
4946
... http://www.pocketsoap.com/pocketsoap/docs/psdocs/interface_IXmlQName.ht ml ... Aha! Thanks Simon, that works a treat now. It doesn't convert a SOAP v1.2...
Nick Shaw
njshaw2
Offline Send Email
Jul 9, 2007
8:48 am
4947
... Probably an oversight on my part. I'm impressed someone is actually using the SOAP 1.2 support! I'll stick it on the todo list. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 10, 2007
5:45 am
4948
Hi, Thank for your last response. I have tried everything to get the project going, but just getting nowhere. It seem simple enough to change the http to...
Will Smith
willbelair
Offline Send Email
Jul 10, 2007
10:49 pm
4949
That error code is "A certification chain processed correctly, but terminated in a root certificate which isn't trusted by the trust provider." You probably...
Simon Fell
simonfell99
Online Now Send Email
Jul 10, 2007
11:55 pm
4950
Have tried lots of various jumbles to use Pocket XMLRPC in J#... CoFactory xmlrpc = new CoFactoryClass(); xmlrpc.Proxy(ENDPOINT_URL, "st", null, null, null, 0,...
methan
Online Now Send Email
Jul 11, 2007
6:27 pm
4951
Thank you so much for all of your help. But it turned out that the proxyTrace that got me the problem. I turned it off and everything just went through. You...
Will Smith
willbelair
Offline Send Email
Jul 11, 2007
6:29 pm
4952
Hi , When using pocketsoap's Envelope.11 in windows NT machines to send &receive SOAP messages, I face a crash after the program exits. The following error...
Marcio Soares
mrssistemas
Offline Send Email
Jul 11, 2007
7:35 pm
4953
Have you installed PocketSoap? I'm not sure I got the same error number, but the message looks like the same when I first used Soap. Marcio Soares...
Will Smith
willbelair
Offline Send Email
Jul 12, 2007
1:20 am
4954
... If you've installed the Win32 version, then you may need to check the NTFS security settings, the default ASP user has very limited rights, and may not...
Simon Fell
simonfell99
Online Now Send Email
Jul 12, 2007
4:33 am
4955
... 30000); ... You probably need to do some kind of Invoke call to go through the dynamic dispatch in COM. I'm not sure how you do this in J#. You may be...
Simon Fell
simonfell99
Online Now Send Email
Jul 12, 2007
4:35 am
4956
I use PocketSOAP and ASP to access web services provided by an external party. Recently they changed their endpoint (basically they moved their webservices...
jahsoos
Offline Send Email
Jul 12, 2007
3:33 pm
Messages 4927 - 4956 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