Phani

I assume that netconf messages are XML?

Do you already have software that creates the XML messages? Or do you
want to take the schema for these messages and start from scratch?

You can do what you want with Axis1 or 2, but Axis2 is certainly more
efficient - see the performance data here:
http://www.wso2.net/2006/05/axis2_performance_testing_round_1

Axis2 uses an efficient XML representation called Axiom (OMElement),
and also uses StAX (the Streaming API for XML).

If you already have XML messages in another model (such as DOM) then
you need to convert them into OMElement. If you don't yet have a model
of the XML messages then you can either code directly to the OMElement
API, or you can take the schemas for your format and generate
JavaObjects that map to your XML format.

Of course if the netconf messages arent XML then theres other approaches.

Paul



On 6/8/06, Phani Sekhar <[EMAIL PROTECTED]> wrote:




Hi,

I am new to Apache Axis, infact I am new to webservices.

Our aim is to send netconf messages over soap.

Can anyone please tell me how to customize the soap messages so that I can
embed the netconf messages inside the soap body????

I didn't find any useful info in the internet. Please send me some examples.

I also tried to configure the tcpmon to see the soap requests/responses. But
I am not successful in setting it up.

Moreover, there are two versions Axis and Axis2. Which one will be more
efficient and easier??

Please help me.



Thx

Sekhar




--
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to