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...
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...
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: ...
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...
... 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...
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()...
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...
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...
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...
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...
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...
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...
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...
... 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. ...
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...
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...
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...
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...
... COM has very specific threading rules (calling CoInitialize on all threads, marshalling interface poitners across threads etc), if you follow all the rules...
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...
Couple of things (1) The e.Parameters.Item(0) is the coreg360getOfferCollection element, the offers elements are actually another level down. (2) Doc/literal...