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 4409 - 4439 of 5326   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4409
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions targetNamespace="http://services.mycompany.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" ...
johnbusfield
Offline Send Email
May 1, 2006
4:14 pm
4410
This is a server bug, the WSDL claims the paramInt & paramStr elements are in the http://util.services.mycompany.com namespace, but in the generated message,...
Simon Fell
simonfell99
Offline Send Email
May 1, 2006
5:45 pm
4411
Thanks to the help from Albert Chau and Matt Sell, I tracked down the intermittent access violation some people were seeing parsing response envelopes. The new...
Simon Fell
simonfell99
Offline Send Email
May 3, 2006
4:44 am
4412
Using classic ASP I do the following: dim env dim http set env = Server.CreateObject("pocketSOAP.Envelope.11") env.SetMethod "themethod", "theurl" ...
jhzee111
Offline Send Email
May 3, 2006
4:02 pm
4413
Ok. Thanks for looking into it. So given that the server is Axis 1.2.1 and Axis 1.3 appears to have the same issue, are all Axis users just out of luck when...
johnbusfield
Offline Send Email
May 3, 2006
6:18 pm
4415
Its not just PocketSOAP that it would have issue with it, i'd imagine any WSDL based client (.NET etc) is going to fail. I suspect most people keep all their...
Simon Fell
simonfell99
Offline Send Email
May 3, 2006
7:25 pm
4416
... [snip] ... succeeded? If the parse methods fails (can't read the network response, not valid XML returned, a SOAP Fault returned etc), then it will raise a...
Simon Fell
simonfell99
Offline Send Email
May 3, 2006
7:28 pm
4417
Hi all, I am a newbie in PocketSOAP and I am trying to use the WSDLWizard to generate VB proxy code for one of my WSDL. WSDLWizard is all cool when it comes...
rleungym
Online Now Send Email
May 6, 2006
5:10 pm
4418
... In the case of unsignedShort, it could use the next largest type, which would be a vbLong, but this then leads to 2 other problems, (i) you can now send a...
Simon Fell
simonfell99
Offline Send Email
May 6, 2006
5:35 pm
4419
Hi, Is there any similar implementation of dataset in psoap ? Is there a way to send data to a web service that accept dataset as parameter ? Thank you ...
Thong
thongtom2000
Offline Send Email
May 9, 2006
10:41 am
4420
... Assuming you mean the .NET dataset, then no, it requires runtime evaluation of xml schema, is a .NETism, and has no place in a hetrogenious Web Services...
Simon Fell
simonfell99
Offline Send Email
May 9, 2006
2:59 pm
4421
I was attempting to use pocketSOAP (from Windows XP) to make calls to web methods on a web service that was running on port 50080. However, I kept getting HTTP...
moochew0
Offline Send Email
May 10, 2006
3:02 pm
4422
On Wed, 10 May 2006 15:02:56 -0000, in ws you wrote: See the section in the docs on custom serializers. ...
Simon Fell
simonfell99
Offline Send Email
May 10, 2006
3:51 pm
4423
... Seems like a problem, I'll put it on the todo list. Thanks Simon...
Simon Fell
simonfell99
Offline Send Email
May 11, 2006
1:46 am
4424
... to ... However, ... source ... the ... it ... I just checked the fix for this into CVS, it'll be part of the next release. Thanks for the bug report. Simon...
Simon Fell
simonfell99
Offline Send Email
May 12, 2006
4:04 am
4425
... it. ... it work? ... Hi Simon, Thanks for the quick reply. I have been thinking and trying about this during the week. Given's VB's limition of xsd type...
rleungym
Online Now Send Email
May 13, 2006
5:01 pm
4426
Hi, @first: sorry about my english ;-) i have a short question. i use the pocketsoap and the wsdl wizard. everythin is fine. i have no problem to use simple...
ftpfinder
Offline Send Email
May 15, 2006
3:28 pm
4427
a small update: the serialize return is: <S:Envelope xmlns:Enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:S="http://schemas.xmlsoap.org/soap/envelope/" ...
ftpfinder
Offline Send Email
May 15, 2006
10:56 pm
4428
The WSDL should of contained a definition of the map type, and the Wsdl Wizard should of generated a class from it....
Simon Fell
simonfell99
Offline Send Email
May 16, 2006
1:45 am
4429
Dear All, I have Embedded Visual C++ SP2, and WinCE 4.2 (STANDARDSDK_420 & POCKET PC2003 versions) installed in my system. When I tried to run even very simple...
bpriyanto
Offline Send Email
May 16, 2006
1:45 am
4430
... do you have PocketSOAP installed on the device you're testing with ? I find the debugger to be very flaky, i normally don't step into code other than the...
Simon Fell
simonfell99
Offline Send Email
May 16, 2006
2:46 am
4431
Hi Simon, Thanks for your response. I haven't installed PocketSOAP on my PocketPC 2003 device yet. If I have to, which file should I install? Is the file...
Bambang Priyanto
bpriyanto
Offline Send Email
May 16, 2006
6:23 am
4432
run the packaged installer. Does it work it if you don't try and single step through the ATL code. Cheers Simon...
Simon Fell
simonfell99
Offline Send Email
May 16, 2006
3:18 pm
4433
Hi List, I'm using pocketXMLRPC with a VB Script client. The server is returning the following XML: <?xml version="1.0" encoding="ISO-8859-1"?> ...
Phil Martin
occ4ms.r4zor
Offline Send Email
May 17, 2006
12:24 am
4434
Hi List, Our Web Service is using Apache Axis and we are developing SOAP CLient on PocketPC 2003 to communicate with the web server. Is there any good sample...
Bambang Priyanto
bpriyanto
Offline Send Email
May 17, 2006
1:53 am
4435
... CLient on PocketPC 2003 to communicate with the web server. Is there any good sample code ... http://www.pocketsoap.com/samples/...
Simon Fell
simonfell99
Offline Send Email
May 17, 2006
3:14 am
4436
Hi All, Does anybody have successfully communicate with Apache Axis Web Service? We develop SOAP Client on PocketPC 2003 and have used several samples from...
Bambang Priyanto
bpriyanto
Offline Send Email
May 17, 2006
8:12 pm
4437
I think this thread got hijacked... the reply posts have to do with Apache Axis and SOAP. The original post was about XMLRPC and VBS so this is still an open...
Phil Martin
occ4ms.r4zor
Offline Send Email
May 18, 2006
1:04 am
4438
The docs are a little thin, but they do say that arrays are mapped to arrays of variants, so r.ReturnedValues is a real array (in this case with a length 1 and...
Simon Fell
simonfell99
Offline Send Email
May 18, 2006
1:09 am
4439
errlook.exe says 0x8007274d == "No connection could be made because the target machine actively refused it." http://localhost/.... when running on the PDA is...
Simon Fell
simonfell99
Offline Send Email
May 18, 2006
1:11 am
Messages 4409 - 4439 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