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,...
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...
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...
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...
... [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...
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...
... 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...
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 ...
... 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...
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...
... 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...
... 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...
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...
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/" ...
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...
... 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...
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...
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...
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...
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...
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...
errlook.exe says 0x8007274d == "No connection could be made because the target machine actively refused it." http://localhost/.... when running on the PDA is...