Customizing SOAP messages

2006-06-08 Thread Phani Sekhar








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 didnt 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










Re: Customizing SOAP messages

2006-06-08 Thread Eran Chinthaka
Phani Sekhar 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

U can send anything inside the body of your SOAP message.

 
 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.

Did u check this : http://ws.apache.org/commons/tcpmon/tcpmontutorial.html

-- Chinthaka



signature.asc
Description: OpenPGP digital signature


RE: Customizing SOAP messages

2006-06-08 Thread Phani Sekhar
Hi chinthaka,
Thanks for ur response.
I have installed tcpmon. I am able to see the http messages(when I open a
website) using that
But i am not able to see the soap messages, when I try to invoke a soap
service using a soap client
Is there any extra configuration we need to do for tcpmon or the
client/server to see the soap messages on tcpmon???

I don't know hw to embed netconf msgs inside the soap body. It would be
of great help if u can send me some examples or links.

Thx
Sekhar



-Original Message-
From: Eran Chinthaka [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 08, 2006 8:28 PM
To: axis-user@ws.apache.org
Subject: Re: Customizing SOAP messages

Phani Sekhar 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

U can send anything inside the body of your SOAP message.


 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.

Did u check this :
http://ws.apache.org/commons/tcpmon/tcpmontutorial.html

-- Chinthaka

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



RE: Customizing SOAP messages

2006-06-08 Thread Harish Hirasave
I am also having the same issue. Any help will be appreciated.

-Original Message-
From: Phani Sekhar [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 08, 2006 11:06 AM
To: axis-user@ws.apache.org
Subject: RE: Customizing SOAP messages

Hi chinthaka,
Thanks for ur response.
I have installed tcpmon. I am able to see the http messages(when I open
a
website) using that
But i am not able to see the soap messages, when I try to invoke a soap
service using a soap client
Is there any extra configuration we need to do for tcpmon or the
client/server to see the soap messages on tcpmon???

I don't know hw to embed netconf msgs inside the soap body. It would
be
of great help if u can send me some examples or links.

Thx
Sekhar



-Original Message-
From: Eran Chinthaka [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 08, 2006 8:28 PM
To: axis-user@ws.apache.org
Subject: Re: Customizing SOAP messages

Phani Sekhar 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

U can send anything inside the body of your SOAP message.


 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.

Did u check this :
http://ws.apache.org/commons/tcpmon/tcpmontutorial.html

-- Chinthaka

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




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



Re: Customizing SOAP messages

2006-06-08 Thread Nicolas Guaneme




Phani Sekhar wrote:

  Hi chinthaka,
Thanks for ur response.
I have installed tcpmon. I am able to see the http messages(when I open a
website) using that
But i am not able to see the soap messages, when I try to invoke a soap
service using a soap client
Is there any extra configuration we need to do for tcpmon or the
client/server to see the soap messages on tcpmon???

I don't know hw to embed netconf msgs inside the soap body. It would be
of great help if u can send me some examples or links.

Thx
Sekhar



-Original Message-
From: Eran Chinthaka [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 08, 2006 8:28 PM
To: axis-user@ws.apache.org
Subject: Re: Customizing SOAP messages

Phani Sekhar 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

  
  
U can send anything inside the body of your SOAP message.

  
  
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.

  
  
Did u check this :
http://ws.apache.org/commons/tcpmon/tcpmontutorial.html

-- Chinthaka

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




  

Hello, you must config the port on the tcp-mon, for example port
listening  an when you run the client set the port  and the
tcp-mon show the message xml send and reciver.

Nicols G. Rico




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



Re: Customizing SOAP messages

2006-06-08 Thread robert lazarski
TCPMon is a popular tool and does work well. If having problems, however, you could try the soap monitor: 

http://ws.apache.org/axis2/1_0/soapmonitor-module.html

I've never used netconf, but generally any data transfer is either
text, binary, or objects. For text or binary, I'd
send the data as an attachment, preferably as
MTOM - if both sides support it. If you decide to divide
the data into objects, then you'll probably be better off with a WSDL. 

HTH,
Robert
http://www.braziloutsource.com/On 6/8/06, Phani Sekhar [EMAIL PROTECTED]
 wrote:Hi chinthaka,Thanks for ur response.I have installed tcpmon. I am able to see the http messages(when I open a
website) using thatBut i am not able to see the soap messages, when I try to invoke a soapservice using a soap clientIs there any extra configuration we need to do for tcpmon or theclient/server to see the soap messages on tcpmon???
I don't know hw to embed netconf msgs inside the soap body. It would beof great help if u can send me some examples or links.ThxSekhar-Original Message-From: Eran Chinthaka [mailto:
[EMAIL PROTECTED]]Sent: Thursday, June 08, 2006 8:28 PMTo: axis-user@ws.apache.orgSubject: Re: Customizing SOAP messages
Phani Sekhar 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 bodyU can send anything inside the body of your SOAP message. I didn't find any useful info in the internet. Please send me someexamples.
 I also tried to configure the tcpmon to see the soaprequests/responses. But I am not successful in setting it up.Did u check this :
http://ws.apache.org/commons/tcpmon/tcpmontutorial.html-- Chinthaka-To unsubscribe, e-mail: 
[EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]


RE: Customizing SOAP messages

2006-06-08 Thread Phani Sekhar









Thanks for
ur help.

Its
working now



Thx

Sekhar





-Original
Message-
From: Nicolas Guaneme
[mailto:[EMAIL PROTECTED]
Sent: Thursday, June 08, 2006
10:03 PM
To: axis-user@ws.apache.org
Subject: Re: Customizing SOAP
messages



Phani Sekhar wrote: 

Hi chinthaka,Thanks for ur response.I have installed tcpmon. I am able to see the http messages(when I open awebsite) using thatBut i am not able to see the soap messages, when I try to invoke a soapservice using a soap clientIs there any extra configuration we need to do for tcpmon or theclient/server to see the soap messages on tcpmon???I don't know hw to embed netconf msgs inside the soap body. It would beof great help if u can send me some examples or links.ThxSekhar-Original Message-From: Eran Chinthaka [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 08, 2006 8:28 PMTo: axis-user@ws.apache.orgSubject: Re: Customizing SOAP messagesPhani Sekhar 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 Ican embed the netconf messages inside the soap body U can send anything inside the body of your SOAP message. 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. Did u check this :http://ws.apache.org/commons/tcpmon/tcpmontutorial.html-- Chinthaka-To unsubscribe, e-mail: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED] 

Hello, you must config
the port on the tcp-mon, for example port listening  an when you run the
client set the port  and the tcp-mon show the message xml send and
reciver.

Nicolás G. Rico






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

Customizing SOAP messages

2005-11-16 Thread Tiziana Cimoli

Hi,
i am pretty new to axis. I need to customize SOAP messages between 
client and server. There is any nice way to do it?

There are some examples/documentation about?

Thank you
Tiziana