If you have source, then you may have the actual src of what the client does and can dupe, however, usually, the src, will contain a sample java application, that uses a jar or class, that is included, which is the client part, that you can't see the source of.

The source you probably have, shows you how to call the and use the client class.

Then, 99% of time, you cannot call this java class in the same way, from witango, most java classes don't work right, unless they are rolled just for witango. But if you look at the java source, you may see the class, and it uses simple parameters, and you MAY be able to call the client direct from java, but I doubt it.

So, then, you probably have to roll your own java bean, just for witango, that is like a wrapper, for the java class, that is the choicepoint soap client, and call your wrapper from witango, that calls the class. And of course, correctly installing all of this on your witango server.

I am guessing from experience, without seeing any of it. If you haven't done a java bean before, it can be painful, but I have posted most of the minefields, and example projects. But if you are not familiar at all with java, it could be pretty steep.

--

Robert Garcia
President - BigHead Technology
VP Application Development - eventpix.com
13653 West Park Dr
Magalia, Ca 95954
ph: 530.645.4040 x222 fax: 530.645.4040
[EMAIL PROTECTED] - [EMAIL PROTECTED]
http://bighead.net/ - http://eventpix.com/

On Sep 7, 2006, at 12:12 PM, Roland Dumas wrote:

ok, choicepoint SOAP requires a choicepoint developed client. They really can't explain why, as it runs on port 443 and they say no VPN or anything like that.

So I have their java client.

Not quite sure where to put it, even, and don't know how to call it in the external action.

The Java client:

I have a folder, and in it are:
classes
lib
properties
and src

there are files and folders nested in these.

Am I looking for a .jar? a .class?

How do I figure out what arguments to pass?
______________________________________________________________________ __
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to