[U2] UV Creating a Soap Request

2013-04-16 Thread Peter Cheney
Hi Everyone, Recently I had some success getting a secure version of this to work etc. but now they want to change it to non-SSL so am trying to get plain old http to work. Using this example as a starting point: https://u2devzone.rocketsoftware.com/accelerate/articles/soap-api I've managed

Re: [U2] UV Creating a Soap Request

2013-04-16 Thread Hona, David
Hi Peter Is your SOAPAction correct?? The tempURI.org is a Microsoft standard placeholder - usually replaced by a proper URI or hostname name, etc. SOAPAction: http://tempuri.org/IJobService/CreateJob1UserPartyRole Cheers, David -Original Message- From:

Re: [U2] is this an INDEX ISSUE?

2013-04-16 Thread Hona, David
Hello David 1) Is your file you're indexing corrupt or does it have any errors or warnings as reported by 'fixtool'? If corrupt, can you repair it (after backing it up:)) ? 2) What queries using the indices are slow? All or one? 3) What UV release? 4) How and when do you re-index the file? 5)

Re: [U2] UV Creating a Soap Request

2013-04-16 Thread Symeon Breen
The post header in http is a relative url so that is not the problem - have you set the Soap action correctly ? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Peter Cheney Sent: 16 April 2013 07:14 To: U2 Users

Re: [U2] is this an INDEX ISSUE

2013-04-16 Thread Augusto Alonso
Hi. If you have a lot of nulls in CALL.FILE field, you should create this index with NO.NULLS clause. Regards -- Augusto 2013/4/16 Anthonys Lists antli...@youngman.org.uk Not to say this has anything to do with it, but it sounds like this is a big file. Does CALL.STATUS just have a few valid

Re: [U2] is this an INDEX ISSUE?

2013-04-16 Thread Dan Goble
One other thing you may want to check. See if there are any multivalued or subvalues in the item ids. In unidata this has caused major headaches with indices. HTH -Dan Dan Goble | Senior Systems Engineer Interline Brands, Inc. 804 East Gate Drive Suite 100, Mount Laurel, NJ 08054 Office:

[U2] UniObjects Java Packages

2013-04-16 Thread Bill Brutzman
I am trying to get an example program to work with Eclipse IDE. When trying to... import asjava.uniobjects.*; import asjava.uniclientlibs.*; I get errors. I tried several things without any luck. Help with how to configure the asjava folder in packages would be appreciated.

[U2] UniObjects + Java Packages

2013-04-16 Thread William Brutzman
I am trying to get example programs to work with Eclipse IDE. When trying to... import asjava.uniobjects.*; import asjava.uniclientlibs.*; I tried it a few different ways... getting errors... indicating that the IDE cannot find the files or packages. Help

Re: [U2] UniObjects + Java Packages

2013-04-16 Thread Doug Averch
You have to convert the asjava.zip to a jar file. Then you need to add asjava.jar to your lib file. Good luck with your project. Regards, Doug www.u2logic.com Real tools for Eclipse for U2 Programmers ___ U2-Users mailing list

Re: [U2] UniObjects + Java Packages

2013-04-16 Thread Doug Averch
You have to convert the asjava.zip to a jar file. Then you need to add asjava.jar to your lib file. Good luck with your project. Regards, Doug www.u2logic.com Real tools for Eclipse for U2 Programmers ___ U2-Users mailing list

Re: [U2] UniObjects Java Packages

2013-04-16 Thread Daniel McGrath
There should be no need to rename the asjava.zip file. Just follow this previous post. On windows the default install location (You need to have installed UniDK from U2 Clients) is c:\u2\unidk\uojsdk\lib On Thu, Dec 10, 2009 at 3:48 PM, Bob Little Bobl at marketamerica.com wrote: You should

Re: [U2] UV Creating a Soap Request

2013-04-16 Thread Peter Cheney
Thanks again David and Symeon for your replies I thought the SOAPAction was correct but now am not sure. If I browse to the WSDL schema I see the following spec though. Would this mean the 'tempuri.org' should be replaced with 'our-dev.domain.com' in the WSDL too? wsdl:operation

Re: [U2] UniObjects Java Packages

2013-04-16 Thread William Brutzman
Victory... Bob Little's thing worked Thanks to Dan and Doug. Some tweaked PickWiki code follows from Wm Terry and Wendy Smoak. --Bill package whome; import asjava.uniobjects.*; import asjava.uniclientlibs.*; public class YesYou3 { public static void main(String args[]) { UniFile

Re: [U2] UV Creating a Soap Request

2013-04-16 Thread Hona, David
Oops, yes - sorry for my misleading reply regarding the URIs. Tempui.org is a valid placeholder and you don't need to replace it. Have you tried now SOAPAction and what error do you get then? -Original Message- From: u2-users-boun...@listserver.u2ug.org