Re: How to implement PUB/SUB model in Web service

2011-05-03 Thread more.harshal2...@gmail.com
Yes. It works. My conclusion on higher level is like, In PUB/SUB pattern we are sharing same resource(TOPIC) which can be observer by multiple parties. provided contract(message format) should be same. right? Thanks. Harshal -- View this message in context: http://cxf.547215.n5.nabble.com/Ho

Re: Can we add logging for messages in log file for JMS enabled Web service.

2011-05-03 Thread more.harshal2...@gmail.com
Hi, Thanks. I Just tried with my currently implementd logging and it works for both. Thanks. -- View this message in context: http://cxf.547215.n5.nabble.com/Can-we-add-logging-for-messages-in-log-file-for-JMS-enabled-Web-service-tp4364871p4366570.html Sent from the cxf-dev mailing list archi

Re: How to implement PUB/SUB model in Web service

2011-05-02 Thread more.harshal2...@gmail.com
Let me try this one. Then what is pupose of tag in bean.xml? Thanks. Harshal -- View this message in context: http://cxf.547215.n5.nabble.com/How-to-implement-PUB-SUB-model-in-Web-service-tp4364484p4364928.html Sent from the cxf-dev mailing list archive at Nabble.com.

Can we add logging for messages in log file for JMS enabled Web service.

2011-05-02 Thread more.harshal2...@gmail.com
Hi All, Can we add logging for messages in log file for JMS enabled Web service. at serverside: what request we got and what response we are providing. at client side: what request we are sending and what response we are getting. I am alredy having soap logging for Http transport web service. D

Re: How to implement PUB/SUB model in Web service

2011-05-02 Thread more.harshal2...@gmail.com
Yes, It is JMS web service. Not getting meanning of "similar configuration for the client." If you are considering client means Web service client then Yes. I am writing the message in TOPIC using this client and this web method get called. Now, You want me to host one more service with this co

Re: How to implement PUB/SUB model in Web service

2011-05-02 Thread more.harshal2...@gmail.com
Look. I am having a web service project which uses JMS Queue i.e. PTP pattern. Now I generated the client for the above service and able to invoke it. Now I wish to implement PUB/SUB pattern. So I configured Topic in JMS server and just modify my project configuration as per below http://www.s

How to implement PUB/SUB model in Web service

2011-05-02 Thread more.harshal2...@gmail.com
Hi All, I am trying to implement PUB/SUB pattern in my web service. I am able to implement PTP pattern in my web service. but now I am willing to modify the web service for PUB/SUB pattern. I did the modification for destination queue to Topic. also able to write a message in topic and process

Can anyone explain flow of PUB/SUB pattern in JMS

2011-05-02 Thread more.harshal2...@gmail.com
Hi All, Can anyone explain flow of PUB/SUB pattern in JMS? Means how the publisher come to know who are subscriber for this topic. What to do to sent tp subscriber. How to configure Subscriber for topic. Thanks. Harshal -- View this message in context: http://cxf.547215.n5.nabble.com/Can-an

Re: NOT getting WSDL when adding transportId="http://cxf.apache.org/transports/jms"

2011-04-29 Thread more.harshal2...@gmail.com
Thanks for your suggestion. Really Thanks Guys. -- View this message in context: http://cxf.547215.n5.nabble.com/NOT-getting-WSDL-when-adding-transportId-http-cxf-apache-org-transports-jms-tp4343106p4358543.html Sent from the cxf-dev mailing list archive at Nabble.com.

Re: NOT getting WSDL when adding transportId="http://cxf.apache.org/transports/jms"

2011-04-29 Thread more.harshal2...@gmail.com
Thanks to Both of you. I am done with the client generation, able to invkoe web method. But I don't have the way so that WSDL can viewable with web service consumers. So what I am thinking is like, Share WSDL with Http transport and JMS JNDI URI path with the web service consumers, so that they c

Re: NOT getting WSDL when adding transportId="http://cxf.apache.org/transports/jms"

2011-04-29 Thread more.harshal2...@gmail.com
What are testing tool for JMS web service. I am trying soap UI HermesJMS tool but unable to do the settings. If you have some testig tool or other than java classes. Please let me know. Thanks.-- View this message in context: http://cxf.547215.n5.nabble.com/NOT-getting-WSDL-when-adding-transp

Re: NOT getting WSDL when adding transportId="http://cxf.apache.org/transports/jms"

2011-04-28 Thread more.harshal2...@gmail.com
If possible, can you please share this sample project. Email Id: harshal.m...@itshastra.com Thanks. -- View this message in context: http://cxf.547215.n5.nabble.com/NOT-getting-WSDL-when-adding-transportId-http-cxf-apache-org-transports-jms-tp4343106p4346622.html Sent from the cxf-dev mailing

Is .Net able to invkoe JMS enabled WEB service

2011-04-28 Thread more.harshal2...@gmail.com
Hi All, I would like to ask question like Is .Net able to invkoe JMS enabled WEB service developed in Java? Thanks. -- View this message in context: http://cxf.547215.n5.nabble.com/Is-Net-able-to-invkoe-JMS-enabled-WEB-service-tp4346651p4346651.html Sent from the cxf-dev mailing list archive a

Re: NOT getting WSDL when adding transportId="http://cxf.apache.org/transports/jms"

2011-04-28 Thread more.harshal2...@gmail.com
I did the same. means, removed all JMS setting and get the WSDL which used http transport. Generate the clients in java through SOAPUI tool and reconfigure the web service project for the JMS. After this modification I am trying to invoke the web service method but the WSDL URL is the same i.e.

Re: NOT getting WSDL when adding transportId="http://cxf.apache.org/transports/jms"

2011-04-28 Thread more.harshal2...@gmail.com
I am not Using ActiveMQ but using weblogic JMS Server. so I did the configuration properties for weblogic. Thanks. -- View this message in context: http://cxf.547215.n5.nabble.com/NOT-getting-WSDL-when-adding-transportId-http-cxf-apache-org-transports-jms-tp4343106p4346363.html Sent from the

Re: NOT getting WSDL when adding transportId="http://cxf.apache.org/transports/jms"

2011-04-28 Thread more.harshal2...@gmail.com
Thanks for your response. I really need this. Can you please Provide these pointers? You mention regarding JMS-Spec URL to obtain the wsdl by just adding the ?wsdl. I am not getting this point. I am writing http://serverName:portName/projectName/jms://?wsdl but not getting any WSDL. Is it po

Re: NOT getting WSDL when adding transportId="http://cxf.apache.org/transports/jms"

2011-04-28 Thread more.harshal2...@gmail.com
I think It need to modify my beans.xml. To edit address property of my Endpoint. right? Thanks. -- View this message in context: http://cxf.547215.n5.nabble.com/NOT-getting-WSDL-when-adding-transportId-http-cxf-apache-org-transports-jms-tp4343106p4346057.html Sent from the cxf-dev mailing li

Re: NOT getting WSDL when adding transportId="http://cxf.apache.org/transports/jms"

2011-04-27 Thread more.harshal2...@gmail.com
My bean.xml like http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:jaxws="http://cxf.apache.org/jaxws"; xmlns:beans="http://www.springframework.org/schema/beans"; xmlns:jms="http://cxf.apache.org/transports/jms"

NOT getting WSDL when adding transportId="http://cxf.apache.org/transports/jms"

2011-04-27 Thread more.harshal2...@gmail.com
Hi All, I am newbie for CXF web service. I have sample hello web service which is developed using CXF and successfully able to get WSDL using for HTTP/Soap transport. But when I am doing modification to JMS transport it is no giving any WSDL to generate client. showing No services have been foun