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

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 4751 - 4780 of 5327   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4751
I see some other people on the forums here said this problem may be related to the character set (like UTF-8). Is this a server setting problem? All other...
georgehernando1
Offline Send Email
Feb 1, 2007
9:30 pm
4752
Is this an error that pocketSOAP is generating trying to parse the response XML, or an error the server is returning from trying to parse the requst? perhaps...
Simon Fell
simonfell99
Online Now Send Email
Feb 1, 2007
10:58 pm
4753
The error is thrown and caught on parsing in PocketSOAP: env.Parse http The error is in Err.description. I can include more code, if that would help. Request: ...
georgehernando1
Offline Send Email
Feb 2, 2007
5:44 am
4754
Both the error cases i listed will manifest themselves that way. You'll really going to need to get a capture of the uncompressed response xml....
Simon Fell
simonfell99
Online Now Send Email
Feb 2, 2007
4:50 pm
4755
I'm a bit of a newby to the wonderful world of SOAP, so any help would be greatfully accepted. I'm using the PocketSoap library as I need the SwA support...
Stephen Moore
gimme_moore
Offline Send Email
Feb 12, 2007
4:38 am
4756
Hello, I've this problem, as I can generate VisualBasic6 code from wsdl?, it is possible to do it with pocketSOAP? Thank you, Ben...
vicho_benjamin
Offline Send Email
Feb 13, 2007
11:13 pm
4757
... yes, see http://www.pocketsoap.com/wsdl/wsdl2.aspx Cheers Simon www.pocketsoap.com...
Simon Fell
simonfell99
Online Now Send Email
Feb 14, 2007
1:16 am
4758
... PocketSOAP will neither help nor hinder you here, there's no out the box support for WS-Security, however your own code can add the relevant headers etc...
Simon Fell
simonfell99
Online Now Send Email
Feb 14, 2007
5:43 am
4759
Thank you very much. Cheers, Ben...
vicho_benjamin
Offline Send Email
Feb 14, 2007
4:58 pm
4760
Hello, I've the following class Test.java package org.test; public class Test { public int add(int i1, int i2) { return i1 + i2; } public Persona getPersona()...
vicho_benjamin
Offline Send Email
Feb 16, 2007
10:47 pm
4761
Odss are that the response message does not match the format in the WSDL, can you post a capture of the response that the server sends. ... ...
Simon Fell
simonfell99
Online Now Send Email
Feb 16, 2007
10:58 pm
4762
Hi all, I'm using PocketXMLRPC with VC++ to access an XMLRPC server written in Python by me. The code is working perfectly as long as the server doesn't return...
loic.brisson
Offline Send Email
Feb 19, 2007
10:08 pm
4763
I have a small db in Lotus Approach that pulls shipping quotes. Everything was going fine until I hit a Web Service. Of all types a JAVA Web Service. I have...
Steve
elgemcdlf
Offline Send Email
Feb 20, 2007
11:26 pm
4764
well, this not response nothing, I'm work whit tomcat and axis2, but the error does not happen when the server deploy wsdl, else when the client pocketsoapWIZ...
vicho_benjamin
Offline Send Email
Feb 21, 2007
4:10 pm
4765
I have a third party that is insisting on consuming my .net web service with classic asp/vbscript 5. I started looking at PocketSoap to solve this issue as I...
nektye
Online Now Send Email
Feb 22, 2007
3:54 am
4766
Hi, I already posted few days ago : Using VC++ and PocketXMLRPC, all is perfectly working until i force the XMLRPC server to return me a <fault> response : in...
loic.brisson
Offline Send Email
Feb 22, 2007
7:58 pm
4767
Hello, somebody to used Axis or Axis2 to generate WSDL and soon to generate code VB6?, as it is better? thanks, Ben...
vicho_benjamin
Offline Send Email
Feb 22, 2007
9:07 pm
4768
hi I found that pocketsoap client is working with pb 10 version from sybase website but i find no trace samples in your site for Powerbuilder pls throw me a...
sahridhayan
Offline Send Email
Feb 23, 2007
4:31 pm
4769
Faults should work fine, can you make sure you're using the latest version of PocketHTTP. (just run the installer for the latest version, PocketXML-RPC will...
Simon Fell
simonfell99
Online Now Send Email
Feb 23, 2007
5:15 pm
4770
... I've never used PowerBuilder, so i'm the last person you should be asking for samples from :), I don't know if anyone else on list has done PB stuff. ...
Simon Fell
simonfell99
Online Now Send Email
Feb 23, 2007
5:16 pm
4771
... You're probably missing the .Value off the node accessors, lets see your code so far. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Feb 23, 2007
5:16 pm
4772
... I've done it with Axis 1.x, but never tried 2.x. Cheers Simon...
Simon Fell
simonfell99
Online Now Send Email
Feb 23, 2007
5:18 pm
4773
On Wed, 21 Feb 2007 16:08:50 -0000, in ws you wrote: Ahhh, that wasn't clear from the last message. You could grab the source and see exactly where the error...
Simon Fell
simonfell99
Online Now Send Email
Feb 23, 2007
5:18 pm
4774
It looks like a string array, but is in fact an array of variants where each variant contains a string, and consequently, the array type becomes xsd:anyType...
Simon Fell
simonfell99
Online Now Send Email
Feb 23, 2007
5:22 pm
4775
Below is my code, but I am also getting an issue saying that the resp is not an array and I can't use lbound and ubound...Any help you can give me to get this...
Jason Riccio
nektye
Online Now Send Email
Feb 23, 2007
9:14 pm
4776
All my apoligize, problem seemed mine : the function above was called within a thread, but the factory/proxy objects were created outside the thread. By...
loic.brisson
Offline Send Email
Feb 25, 2007
5:19 pm
4777
... COM has very specific threading rules (calling CoInitialize on all threads, marshalling interface poitners across threads etc), if you follow all the rules...
Simon Fell
simonfell99
Online Now Send Email
Feb 25, 2007
6:30 pm
4778
I am still looking into your suggestion but so far can only find info on deserialization and nothing concerning serialization. ... ...
Stephen Getzinger
elgemcdlf
Offline Send Email
Feb 26, 2007
5:07 pm
4779
Still no ideas on how to do what I am trying to do? Any help trying to get this going would be greatly appreciated. Thanks, Jason ... resp is not an array and...
nektye
Online Now Send Email
Feb 28, 2007
2:16 am
4780
Couple of things (1) The e.Parameters.Item(0) is the coreg360getOfferCollection element, the offers elements are actually another level down. (2) Doc/literal...
Simon Fell
simonfell99
Online Now Send Email
Feb 28, 2007
3:16 am
Messages 4751 - 4780 of 5327   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