Thanks!!! SAP apply a note in XI release 3 and its work's fine Thanks for support PocketSoap is great! ... header ... as ... This ... omitted. ... specified ...
Hi There, I hope somebody can help me out. I'm desperate on this one!! I installed 4s4c and I loved it right out of the box. Light years away from the crappy...
... Are you recieving / sending classes or structs ? 4s4c maps soap complex types to COM structs, not classes. If you are using a struct can you post an...
Hi! I'm trying to compile psQuote2 sample, with eVC++40, but I'm not found the include file pSoap.h. I`m downloaded the "src-ps-v1-4-3.zip" file and also this...
Just posted PocketSOAP v.1.5.1 mainly bug fixes, includes * A fix for a problem recieving small attachments when the server is using a chunked response with a...
Hi Simon, I just installed both pocketHTTP 1.2.5 and pocketSOAP 1.5.1, and I am willing to use the logging facility of pocketHTTP. Strangely enough, all the...
Has anyone successfully implemented a working ebxml application (to spec) using PocketSoap? The only real hurdle I think is that I don't see built-in support...
client: PocketSOAP 1.5.1, WSDL Wizard 2.3.0 server: JBoss 4.0.1/Tomcat 5.0.x/Axis v? Seems the translation of dateTime types is not working right for me. I...
Hi Simon, Am I agains, I was compile my programs, and copy the .exe file to my pocket pc 2003, but when I execute this (MyPsQuote2.exe). It Send the following...
If you build with eVC4, then you need to add a call to CoInitialize, if you bould with wVC3, then this is taken care of for you. try CRM for the stock ticker. ...
I bug crept into the PocketHTTP 1.2.5 release that stops its from logging the response, I'll be posting a new releases of PocketHTTP and PocketSOAP over the...
... I haven't done anything with ebXML. ... you can't. Prefixes are meaningless, only the namespace URI that they are mapped to have any significant. ... The...
See the IDL or Typelibrary, its [helpstring("Received a SOAP Fault from the Server")] E_SOAPFAULT = MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, 0x4201) the...
you'll have to read the MSDN docs to work out what additional library to link to. Or just use eVC3 which is what the project was originally written with. ...
Hi Simon, I was choose test with eVC3, and all run OK. Thank's so much, Cheers Pablo ... library ... originally ... CoInitialize, ... to ... Send ... ok .. ......
Using vb6 client and dll generated from wsdl wizard. I am catching and handling the Err object and am able to get the generic .Description but am unable to see...
Hi Simon The sample Get Quote, run Ok with rpc/enc, but I'm Trying to use same sample with this location : www.webservicex.net/stockquote.asmx, Soap Action :...
The current version of the WSDL generator doesn't do anything about handling the children of the detail element. You'd have to modify the generated code to...
... Yes its possible, looking at the example soap message, the URI is http://www.webserviceX.NET/ (it namespace of the first child of the body element) <?xml...
Ok. Thanks. I need to get more intimate with it anyway. If I get the generated code modified correctly then I'll have a go at the generator. Do you think the...
You'd need to modify the wsdlParser as well, as it doesn't currently capture that info from the WSDL doc. All the latest code is in CVS. Cheers Simon ... ...
Hi there, Has anyone tried to get the proxy server details from a PPC 2003 device using the InternetQueryOption with the INTERNET_OPTION_PROXY flag set?...
I used the WSDL wizard to build a VB project to interface with a Web Service. I've used it several times before with great success. I had the DLL working just...
I use PocketSOAP v1.5.2 in Windows 2000 with C++Builder 5 When I use the following function I have the following Error. "CoInitialize n'a pas été appelé" ...