Re: Problem with large XML request using AXIS2 AXIOM [NC]

2008-11-25 Thread Vidhya MAHADEVAN
Hi Keith, Thanks for your response. What I observe is that the XML opens up fine on IE. I have checked wellformedness after extracting the XML out into a file. The other point I forgot to add is that the same XML works fine when sending out a HTTP request. If I use HTTPS, I get this error. I am at

Re: Axis2 Specify specific transport fails to work

2008-11-25 Thread Chad Miller
http://serverName:8280/axis2/services/CreditCardService?wsdl which gives me the following binding info in the resulting wsdl − http://169.x.x.x:8080/axis2/services/CreditCardService/"/> On Tue, Nov 25, 2008 at 10:56 AM, Afkham Azeez <[EMAIL PROTECTED]> wrote: > We have used this all the tim

Re: SSL: ValidatorException: PKIX path building failed

2008-11-25 Thread Ramesh Vishwanatham
Hi Sagi Are you able to resolve this issue? I am getting the same error when I try to run axis2 client to connect to a service using "https". Below is my environment: client side: Java 1.5.0_15-b04 Windows xp axis2 1.4.1 server side: - Java 1.4.2 axis2 1.3 dep

axis2 and NTLM

2008-11-25 Thread Ricky Murphy
Hello All: I am using Axis2-1.4 to host my services. This service is protected using NTLM authentication scheme. In one use case, I need to call this service from another service. In 'Axis 1' days, I can create a NTLM credential and passed it to my stub (generated by wsdl2java) and in the mean t

Axis2: client does not receive response if web service takes too long

2008-11-25 Thread jcee14
I have a web service which is supposed to send a response to the client after about 10 minutes. I have my timeout set to 12 minutes so there should be plenty of time, but I get a timeout exception. The web service logs show that it sent a response, but the client does not receive anything. If I f

Signing Custom Token (SAML) in SOAP Header

2008-11-25 Thread Kirk Maskalenko
Using the rampart 1.4 policy sample 5 as a reference, I have been building a client that sends SAML token in the header to a service. SAML Token type is a sender-vouches that is being created within the application using opensaml 1.1. Token is showing up correctly in the header but I have been unab

Re: Axis2 Specify specific transport fails to work

2008-11-25 Thread Afkham Azeez
We have used this all the time with Axis2 1.4 and it works fine. What are the endpoint URLs shown when you do a ?wsdl Azeez On Mon, Nov 24, 2008 at 11:05 PM, Chad Miller <[EMAIL PROTECTED]> wrote: > Hi, I'm trying to use a credit card service over axis2 1.4, and I'm > trying to use the option i

Re: Build error in Axis2

2008-11-25 Thread Afkham Azeez
I also encountered this error. Unfortunately, I could not find the reason for this issue, but deleting all the files in the saaj/test-resources directory and then running a build with tests excluded was sufficient for me. Thanks Azeez On Tue, Nov 25, 2008 at 1:39 PM, Denis Weerasiri <[EMAIL PROTE

Re: Security Exception on Deployment

2008-11-25 Thread Lindsay Hayes
No, I get this error with services I have written and the included example services. keith chapman wrote: Does any of your service classes contain a package called java.lang.annotation? Thanks. Keith. On Tue, Nov 25, 2008 at 4:02 AM, Lindsay Hayes <[EMAIL PROTECTED]

Re: Problem with large XML request using AXIS2 AXIOM [C1]

2008-11-25 Thread keith chapman
>From the exception it looks like your XML was malformed (not having proper closing tags). There is no such an upper limit on the number of elements an AXIOM tree can have. Thanks, Keith. On Tue, Nov 25, 2008 at 4:09 PM, Vidhya MAHADEVAN < [EMAIL PROTECTED]> wrote: > > > > > > Hello, > We are us

Re: Security Exception on Deployment

2008-11-25 Thread keith chapman
Does any of your service classes contain a package called java.lang.annotation? Thanks. Keith. On Tue, Nov 25, 2008 at 4:02 AM, Lindsay Hayes <[EMAIL PROTECTED]>wrote: > I have installed axis 1.4.1. I have deployed the was file without any > problems. When viewing the example services they ar

Problem with large XML request using AXIS2 AXIOM [C1]

2008-11-25 Thread Vidhya MAHADEVAN
Hello, We are using AXIS2-1.4. We are building a request message with AXIOM. This message is quite large. It has about 280 elements in the request XML. We are bulding an OMElement with this XML. When we call the web service from the client, it fails at the client end with this message. " com.

Build error in Axis2

2008-11-25 Thread Denis Weerasiri
I freshly built Axis2 from svn checkout using http://svn.apache.org/repos/asf/webservices/axis2/trunk/java I got an Build error as follows on SAAJ module. [INFO] [INFO] Building Apache Axis2 - SAAJ [INFO]task-segment: [cl