Sending and receiving separate messages from a module

2008-08-19 Thread Supun Kamburugamuva
Hi all, I have a module which has a handler in the out flow. When a message is sent by a client, this module needs to send separate messages prior to sending the the original message. What is the best way to send these messages? Should I use the service client, operation client or any other means

Re: Sending and receiving separate messages from a module

2008-08-19 Thread Samisa Abeysinghe
Supun Kamburugamuva wrote: Hi all, I have a module which has a handler in the out flow. When a message is sent by a client, this module needs to send separate messages prior to sending the the original message. What is the best way to send these messages? Should I use the service client, oper

Re: Sending and receiving separate messages from a module

2008-08-19 Thread Uthaiyashankar
Supun Kamburugamuva wrote: Hi all, I have a module which has a handler in the out flow. When a message is sent by a client, this module needs to send separate messages prior to sending the the original message. What is the best way to send these messages? Should I use the service client, oper

[jira] Created: (AXISCPP-1051) Bad code generated for several Cisco Call Manager WSDL

2008-08-19 Thread Michael Chen (JIRA)
Bad code generated for several Cisco Call Manager WSDL -- Key: AXISCPP-1051 URL: https://issues.apache.org/jira/browse/AXISCPP-1051 Project: Axis-C++ Issue Type: Bug Components: C

[jira] Updated: (AXISCPP-1051) Bad code generated for several Cisco Call Manager WSDL

2008-08-19 Thread Michael Chen (JIRA)
[ https://issues.apache.org/jira/browse/AXISCPP-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Chen updated AXISCPP-1051: -- Description: I have several WSDL published by Cisco Call Manager (uses Axis for Java). When

[jira] Updated: (AXISCPP-1051) Bad code generated for several Cisco Call Manager WSDL

2008-08-19 Thread Michael Chen (JIRA)
[ https://issues.apache.org/jira/browse/AXISCPP-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Chen updated AXISCPP-1051: -- Attachment: PerfmonPort.wsdl Here is another more complex WSDL that resulted in bad code in g

Re: Sending and receiving separate messages from a module

2008-08-19 Thread Damitha Kumarage
You can use engine_send if you need to make your message go through all the phases. If not you can use transport_sender_invoke. Using svc_client from a handler is a overkill. thanks Damitha Supun Kamburugamuva wrote: Hi all, I have a module which has a handler in the out flow. When a message