Jim Ma [http://community.jboss.org/people/jim.ma] replied to the discussion

"Replacing REPLACE_WITH_ACTUAL_URL in wsprovide?"

To view the discussion, visit: http://community.jboss.org/message/548618#548618

--------------------------------------------------------------
I mean you do not need to change the REPLACE_WITH_ACTUAL_URL in wsprovide . You 
can just set the endpoint address in client side , below is the example to set 
the address:

         Service service = Service.create(wsdlLocation, new QName(""));
         echoPort = service.getPort(EchoPortType.class);
 
 
         ((BindingProvider)echoPort).getRequestContext().put(
                    BindingProvider.ENDPOINT_ADDRESS_PROPERTY,
                    "http://"+getInteropServerHost()+":8080/echo"
            );
 


Does this work for your case ?

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/548618#548618]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to