Search the web
Sign In
New User? Sign Up
pocketsoap
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3892 - 3921 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3892
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...
stonebro
Offline Send Email
Jul 1, 2005
3:24 pm
3893
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 ...
James Cates
digigeek
Offline Send Email
Jul 1, 2005
3:27 pm
3894
... 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...
James Cates
digigeek
Offline Send Email
Jul 1, 2005
3:56 pm
3895
... 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)...
James Cates
digigeek
Offline Send Email
Jul 1, 2005
4:26 pm
3896
... That error code is "Exception occurred." which is pretty unusual for registration. Which version of PocketSOAP is it ? Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 1, 2005
4:37 pm
3897
you're using a namespace prefix that isn't declared (tns2), the wsdl isn't valid. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 1, 2005
4:38 pm
3898
... 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...
James Cates
digigeek
Offline Send Email
Jul 1, 2005
5:25 pm
3899
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...
joshua
comcrash2002
Offline Send Email
Jul 5, 2005
8:32 am
3900
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...
leslie_tighe
Offline Send Email
Jul 5, 2005
4:03 pm
3901
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...
leslie_tighe
Offline Send Email
Jul 5, 2005
5:54 pm
3902
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...
Simon Fell
simonfell99
Online Now Send Email
Jul 5, 2005
7:52 pm
3903
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jul 5, 2005
7:56 pm
3904
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...
Simon Fell
simonfell99
Online Now Send Email
Jul 5, 2005
8:07 pm
3905
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...
leslie_tighe
Offline Send Email
Jul 5, 2005
8:36 pm
3906
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...
leslie_tighe
Offline Send Email
Jul 6, 2005
7:55 am
3907
check with your Adminsitartor that you have sufficient privileges to register the dlls Sean...
Sean Harkin
harkin_s
Offline Send Email
Jul 7, 2005
11:52 pm
3908
... ISOAPNode ... yes Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 8, 2005
4:24 am
3909
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...
Simon Fell
simonfell99
Online Now Send Email
Jul 8, 2005
4:26 am
3910
... 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),...
Simon Fell
simonfell99
Online Now Send Email
Jul 8, 2005
4:28 am
3911
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...
Simon Fell
simonfell99
Online Now Send Email
Jul 8, 2005
4:29 am
3912
... 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...
for_the_sites
Offline Send Email
Jul 10, 2005
12:03 am
3913
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jul 10, 2005
1:06 am
3914
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...
stonebro
Offline Send Email
Jul 11, 2005
3:37 pm
3915
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...
knightzqxp
Offline Send Email
Jul 12, 2005
2:52 am
3916
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...
rherguth
Offline Send Email
Jul 13, 2005
4:09 am
3917
... Hi Simon, It's version 1.4.3 of PocketSOAP. What are the expat dlls? What do they do and what are their exact names? Thanks...
for_the_sites
Offline Send Email
Jul 13, 2005
11:55 pm
3918
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jul 14, 2005
12:41 am
3919
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...
joshua
comcrash2002
Offline Send Email
Jul 14, 2005
4:37 am
3920
... All the scripts to build the cabs and NSI installers are in CSV. feel free to re-purpose them as needed. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Jul 14, 2005
5:06 am
3921
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...
joshua
comcrash2002
Offline Send Email
Jul 14, 2005
9:13 am
Messages 3892 - 3921 of 5330   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help