Hi Simon, I have successfully send the request to the webservices using VB code as show below, by creating a UserType.dll based on your example on propertybag....
sory, if this was asked before I wanna ask for help. I just find this pocketsoap control. Can somebody help me how to write using this control in C#? I liked...
Seems the answer is here; http://forums.bea.com/bea/message.jspa?messageID=202429282 does that make sense or not? ... in the ... that it ... elementformdefault...
Its correct in that in the SOAP message the elements should be unqualified, what doesn't make sense is why the WSDL says the elements will be qualified....
I am getting the following error: "org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying...
Hi, I am using pocketsoap for visual basic soap client and I am a new user. I see the mapitem being a key as string and value as string. Could I possibly...
You are right. I was not detecting that value of element is null but had instead #text children which has the value I wanted! So my use case is now working. I...
Hi, I am trying to connect to a proprietary web service using PocketPC 2003, and am wanting to find a library to link in with, such as PocketSoap or Soap...
I now have an explanation why pocketsoap doesn't handle the attachment correctly. It's because Axis send the response in chunked mode and so pocketsoap...
... chucked ... taking each 4 ... content ... bytes for a ... be 23 ... difficult to ... xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" ... ...
That's odd because PocketHTTP supports the chunked encoding, see ChunkedTE.h/cpp. Also my test endpoint for attachments is running on Axis/Tomcat, so i'd...
I have a patch! The problem is probably because I'm the only user of Axis and PocketSoap that expect in the response more than one parameters when using...
Hi, I would like to roll the PocketSoap dlls (from compilation) into my own installation for simplicity. As a result I wonder how it is possible to register...
Hi, Thanks for your reply. Here is vb error : Run-time error'-2147204544(80044240)': Error during parsing, xml processing instruction not at start of external...
If you're using a standard CAB/Intelisync approach to install on to the CE device, then you just need to use the CESelfRegister entry in the .inf file (see ...
Hi, I am trying to communicate with a .NET WebService (.asmx) which takes a single string parameter. I send the request no problem, however when I try and...
Hi All, I am relatively new to SOAP and have been playing around with Axis for a while now. I am currently working on a SOAP client for PocketPC 2003 (Which ...
... You can bundle the PocketSOAP install into your own install easily enough, the download is so big because it contains the binaries for 3 different CPU's....