Re: [AXIS2] WSDL2Java: OutOfMemoryError: Java heap space

2006-11-07 Thread Erik Norgaard
Thilina Gunarathne wrote: We are about to do the Axis2 1.1 release which contains lot of improvements over 1.0.. Please try generating code for your WSDL using the Axis2-1.1-RC2[1] which is a preview of what you'll get in 1.1.. Thanks, the memory problem have been resolved, not it complains

[AXIS2] WSDL2Java: OutOfMemoryError: Java heap space

2006-11-06 Thread Erik Norgaard
Hi: I have some wsdl's, using Axis 1 there is no problem creating the stub classes, but with Axis 2 (1.0) this fails with the following error: Exception in thread main java.lang.OutOfMemoryError: Java heap space All the files required for the creation of stub classes are stored in the local

Building Message client with axis (1.4)

2006-09-27 Thread Erik Norgaard
Hi: I am trying to build a Message style client with Axis 1.4, so far I am not sending anything to the service, just printing out to see what I get. This is my code: Message reqMsg = new Message(new SOAPEnvelope()); try { SOAPEnvelope reqSoap = reqMsg.getSOAPEnvelope();

Re: Axis documentation

2006-09-22 Thread Erik Norgaard
Davanum Srinivas wrote: How does this sample look? works with latest nightly. Thanks, this makes more sense to me... Do you know of any documentation that can help me beyond tweaking examples? Thanks, Erik -- Ph: +34.666334818 web: http://www.locolomo.org X.509

Re: Axis documentation

2006-09-21 Thread Erik Norgaard
Anne Thomas Manes wrote: The value of the SOAPAction HTTP header is a URI. It may be (and often is) different from the endpoint URL (i.e., targetEndpointAddress). The value of the SOAPAction URI is specified in the definitions/binding/operation element in the WSDL in this line:

Axis client, getting started guide

2006-09-19 Thread Erik Norgaard
Hi: I have a project creating a SOAP client with Axis using the different levels of abstraction I found in the user's guide: RPC, Document, Wrapped and Message. Unfortunately I find the documentation difficult to decipher, and further the code example for message services gives a python

Error in API documentation? call.setOperationName(QName opName)

2006-09-19 Thread Erik Norgaard
In: http://ws.apache.org/axis/java/apiDocs/org/apache/axis/client/Call.html setOperationName(QName opName): Sets the operation name associated with this Call object. This will not check the WSDL (if there is WSDL) to make sure that it's a valid^^^ operation name. given that the method

Axis documentation

2006-09-18 Thread Erik Norgaard
Hi: I have a project that ought to be simple straight forward, but I'm lost in the documentation. Any links to useful documentation is highly appreciated. I need to write a simple client application, that uses the different levels of abstraction offered by Axis: RPC, Document, Wrapped and