I have a file that is stored on a Windows platform with the CR LF present. Once the file has been sent to a JBoss server on Windows, we lose the LF. Can...
Good morning, At times, not always, a Web Service I have to deal with seems to return two of a specified object, when it is only SUPPOSED to return a single ...
... wrote: I'm just wondering if it could be in the Serializer? I have not modified it in any way, but I suppose I ought to look at the response at the TCP...
... wrote: I looked back into my logs and found that the serialized return IS slightly different from that of yesterday: ** Notice how yesterday (and prior)...
... wrote: Okay. I see a problem, which does not bother SOAPScope or a .Net SOAP, but seems to totally hose PocketSOAP. After looking at RAW responses saved by...
Hi Simon, Is it possible to run pocketsoap on an emulator version PPC2003?I get the Evc4.0 to work,but this time I use error lookup and found "Class not...
Hello, I am using the WSDLWizard to generate the VB code to call a webservice, however, I am getting an error with the last line of the method below: Private...
Hello, Following the examples, I have been able to call a webservice that returns a complex object, using a code snippet like the one below. However, I am very...
Did you look at the section of the docs on complex types, it covers this. http://www.pocketsoap.com/pocketsoap/docs/master/complex_types.htm Cheers Simon...
... The current source code does not compile with EVC4.0 because of STLPORT. Some people have had succeess switching out STLPORT for the STL shipped with...
I'm surprised it got that far, i've never tested on VS.NET because VB.NET is so different from VB6, and .NET already has a good soap stack. Cheers Simon...
Hi Simon, Thanks for sending the link. A few questions about the example: - What type of objects are adr and ph? - After populating the object, Can send it...
Hi Simon, I've been able to translate the examples into .Net and they seem to work pretty. I am using pocketSoap with Axis 1.2 on the backend. The folks on the...
That depends. Most people I've run into that are looking for VB/COM support want it because they can't / won't have .NET in the environment, so COM interoping...
... What sort of attachments are you doing? SwA or DIME ? have you looked at a capture of the HTTP traffic, if the CR LF should but there (and it shoudl be),...
It'll break because PocketSOAP knows nothing about the new namespace. In .NET i'd imagine that whilst it would throw an error, i think you'd find that the data...
... Hi Sean, The user has admin privileges, so I thought that maybe there are some other privileges they don't have. One possibility is that they need access...
... Yes, you need write access to KEY_CLASSES_ROOT. I think i already asked this, what version of PocketSOAP is it ? if its 1.4.x then there can be issues if...
Just to let everyone know - this actually turned out to be a problem with the Windows zip utility classes we were using in VC++. Turned out to have nothing to...
Hi, I have encountered some problems using the pocket xml-rpc library and can't seem to find a clue as to why it occurs. I am using the latest build of pocket...
I was very excited about proxyTrace as I've always needed a man in the middle to grab HTTP messages. However, I can't get it to work with any of my webs that...
... expat is the name of the XML parser that pocketSOAP uses, in PocketSOAP upto versions 1.5, its contained in 2 dll's xmltok.dll & xmlparse.dll. Expat is a...
Hi Simon, I found out that you pocketSOAP.arm.CAB includes the psqoute application in it.I was thinking to take out your psquote application.How could I do...
Thanx Simon you are the BEST!! I love you pocketsoap,you made it so easy to use.At first was like pain in the ass but now is like portable,easy to use and easy...