Axis 1.1: Problem with SOAPEnvelope.addHeader(SOAPHeaderElement hdr)

2011-11-14 Thread kskumar
Hi All I am using Axis 1.1(Java). I have the following soap body http://schemas.xmlsoap.org/soap/encoding/"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>MDM.CreditCardNumber11234556789 I a

Efficient SOAP Logging

2011-11-14 Thread Andreas Brunner
Hi all, I am using the SOAP Logging Module in my Application shown at http://axis.apache.org/axis2/java/core/docs/modules.html The module works fine except if the SOAP message contains large attachments. In this case the invocation of "msgContext.getEnvelope().toString()" is very slow and memo

RE: RESTful Web Services using Axis2 and Mapped JSON

2011-11-14 Thread Hodchenkov, Paul
Please vote for https://issues.apache.org/jira/browse/AXIS2-5158 Workaround: Insert Spring JSON/Rest service between client and axis2 as a proxy. From: Yashwanth Rajaram -X (yrajaram - ZENSAR TECHNOLOGIES INC at Cisco) [mailto:yraja...@cisco.com] Sent: Sunday, November 13, 2011 8:45 AM To: java-

Notes - Axis2 MeetUp (Vancouver)

2011-11-14 Thread Sagara Gunathunga
We had a Axis2 MeetUp during the ApacheCon Na 2011 and following are some of the items identified for future releases. 1.7.0 Version (1) Move in to Neethi 3 ( already completed) (2) Support for HTTPClient 4 - Current approach is to support both HTTPC

Beginner problem generating client

2011-11-14 Thread Barney Sperlin
Hello,      I've used the quickstart tutorial to generate services, which are visible in a browser, and a client to view the interaction (for the "StockQuoteService").  However, I've had problems making my own from a POJO (specifically, similar to the "Version" demo in quickstart in which contac

Re: Web Service Development using XML Schema

2011-11-14 Thread S P
Hello Both, Thank you Deepal for clarification for WSDL and its relation to XSD. Thank you Ron for sharing your expertise on XSD Modelling. I will contact you if I will have some questions regarding XSD technology. Thanks again, S On Mon, Nov 14, 2011 at 8:13 AM, Ron McNulty wrote: > ** > Hi

Re: Efficient SOAP Logging

2011-11-14 Thread Andreas Veithen
That question actually inspired me to add another sample to Axiom: https://builds.apache.org/job/ws-axiom-trunk/site/quickstart-samples.html The code should work with recent versions (starting with 1.2.9 or 1.2.10) of Axiom. Andreas On Mon, Nov 14, 2011 at 10:43, Andreas Brunner wrote: > Hi al