... I have created a WSDL file by hand and I had the same problem - and your suggestion fixed it. I would like to correct the problem in my own WSDL though,...
... When I use the command line version I get an error.. Processing Port LicenseServiceSoap Error : code generation, Unable to find a schmea definition for # ...
Simon, I do indeed have the 3 typs of classes you mention. I cannot tell if the parse error occurred at the end or not. Am I supposed to complile these...
On another computer I got it to work.... It generates a VB project + a set of classes... When I open the VB project though, it only refers to the typesPortType...
hi. Simon. I need a custom serializer because I will send complex object array to .Net WebService. I tried to complie the vcSerializeDemo project (VC++ sample...
I'm trying to debug my Pocket PC 2003 app written in eVC++ 4.0 on my Xda IIi. As soon as I excute the following code I get an exception (stack overflow) on the...
While testing my program I have noticed that somewhere down the line all the '<' and '>' are translated into '<' and '>'. A lot of time is comsumed by...
Simon, Has there been any progress made on this or is it in the works any time soon? This would be a great feature to add. Thanks, Jeff Fisher Senior Software...
... yes pocketSOAP is doing that, if your passing it a a string, otherwise it would generated invalid XML. ... nope. If you want to pass actual XML inline in...
Hi, I am currently endeavouring to get the Pocket PC application we wrote compliant according to the requirements specified by "Designed for Windows Mobile", a...
Sorry, I think I should have given a bit more info. The code segment I'm trying to debug is code that works fine in a release build. I was trying to debug code...
I wanted to interface to a popular site that has a sync software for outlook. I fired up tcptrace and did a sync and looked at the results. I am trying to...
Hello, I managed to get WSDL to run on a WSDL.... I have figured out to compile the output into a DLL. Can anyone show me sample code on what to do next? I...
When I try to run a WSDL thru the generator it says: Error : code generation, Unable to find a schmea[sic] definition for # Is there something I can do to...
... use it? ... The WSDL Wizard generates a complete VB project, all the class files and modules files along with a project file. Open this project in VB and...
... First off, make sure you have at MSXML 4.0 SP2 (or greater) installed. If its still a problem, it could be that the schema has a namespace problem, can you...
did you get a capture of the PocketHTTP generated request, and look a the differences to the one that works ? BTW, there's no need to specifically set the host...
How can I make a https connection with pocketsoap and send a certificate with it or what shell i do to get into the certificate selection. If possible for...
Thanks I figured it out eventually. I changed tcptrace to export a regular log instead of xml and it had something to do with the ampersands in the url. It now...
Hi all My mission is to sent a SOAP to a web service containing a mm7 with SMIL and some gif pictures. Is this possible to do with PocketSOAP in C# .Net? Might...
Hi, when I try to use SSL I'm getting the following error: Runtime Error -2146762487 (800b0109) Method Send of object IHTTPTransportDisp failed I created the...
... i have no idea what mm7 and SMIL are, but you can generate any valid XML as a payload in PocketSOAP. (see the rss validator sample for ideas) Cheers Simon...