Hi ,
I am trying to set up a standalone client for JBossWS Security. I am using JBoss4.2 with JBoss ws2.0.2.
I am unable to get the standalone client working.I think server expects the <wse-security tag which the client is not sending. I have all the configuration files in proper place both on client and server. Can anyone who has configured it end to end guide me on this.
I need this help a little urgently
Best Regards
Shashank
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128242#4128242
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128242
Simple question: What's the right way to set the server's URL from within the client? The reason I ask is because I'll be distributing a client. The user will be able to choose which server to connect to. Other people will run servers; I don't even know what the servers will be.
Unfortunately it looks like the server URL is hard-coded in the WSDL file. Fine, I could specify the WSDL file URL and have the client fetch it every time. But the docs say this is a bad idea:
http://jbws.dyndns.org/mediawiki/index.php?title=JBossWS_JAX-WS_Tools
anonymous wrote : Note
|
| It's not recommended to refer to a remote WSDL URL in a production application. This causes network I/O every time you instantiate the Service Object. Instead, use the tool on a saved local copy, or use the URL version of the constructor to provide a new WSDL location.
So what do I do? Please don't tell me that Sun created a client-server network protocol where the server URL must be hard-coded in the client?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128238#4128238
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128238