Can the wsdl wizard process Policy files? I need to capture envelope requirements (Tokens, signatures, encryption) and it seems that the way to these is...
I'm currently using PocketSOAP in two different environments. One is in C# in a standalone Windows .NET app using the process listed on the website for...
Hello, I'm using the Microsoft High encryption pack(correctly installed without updating schannel.dll because of PPC2002), evb, and PocketSOAP 1.4.3 on a...
... the Equifax root certificate is not installed on PocketPC but is on desktop windows. You'll need to get the root certifiacte and install it on the pocketPC...
Are there any examples of how to serialize complex types in evb such as in the help file example? <address> <number>100</number> <street>Spear Street</street> ...
I realize I'm a complete noob to this but I really appreciate the help. This is the code I've been attempting to translate: Private Sub Form_Load() Dim...
Hi again, I posted in another message regarding SSL intermittent connection loss in PocketPC. I looked at the source code of httpbase.h in pocketpc and...
... I've used rootcert.exe to install new root certs (from a standalone windows CA) which has worked fine, but never tried it with selfsigned certs. Cheers ...
Hello, I'm pretty new to this stuff, so any help is appreciated. I'm writing a SOAPClient in Delphi7 that needs basic HTTP Authentication. The function call...
I've been toying around with the C# SOAP Attachment sample that works with SwA (instead of DIME). Good stuff, thanks Simon! Unfortunately, I'm having trouble...
If the server is .NET based, could't I just use the PocketSOAP library itself? I'm guessing that I just need to have a listener receive the attachment and then...
... Both are variable widestrings. I checked at runtime, and both of the values are set (and non NULL) right before the call. I tried hardcoding it to use...
... I've used the Authentication method from VB & C++ before with no problem, I looked through the code and passing NULL was the only thing i could see that...
As usual I cannot make anything work in PocketSOAP. I've tried so many things I hope that you don't mind looking into this a little harder this time, but then...
... The WSDL / Service uses methods which return schema at runtime not at design time, e.g. see the definition of CBatchResponse which has element which...
In theory yes you could use PocketSOAP. However PocketSOAP is primarily aimed at client side usage, you can (and i have) build server side services with...
I've haven't tried it on an SP2 system yet. What's the exactly problem you get? Have you tried running a debug build to track down the problem further? Cheers ...
I decided to try it out and threw together a sample that implements the echoAttachments service. a VS.NET 2003 project is attached. It's real bare bones at...
Thanks Simon. I didn't write the service but am forced to use it. I know I can at least manually decode the dataset I found out others have had to do the same...
I'm running Virtual PC 2004, with a Windows Server 2003 image (configured as a domain controller). I have installed YATT 0.3.0.351 and PcapTrace 3.0 to...
... I've used YATT on W2k3 without any problem (the Winpcap provider, MS keep butchering the raw sockets support). I'd guess its a VPC2004 related problem. ...