[jboss-user] [Beginners Corner] - Re: Changing the soap:address location

2008-12-16 Thread ClarkValentine
Peter - I will definitely try that. Do you know of a way to do that in NetBeans, by chance? I can certainly do it at the command line, but my project team are all using netBeans. Perhaps I should post that question over on the NetBeans forums... Thanks! - Clark View the original post : h

[jboss-user] [Beginners Corner] - Changing the soap:address location

2008-12-16 Thread ClarkValentine
I have a web service working fine when the client and server are on the same machine. Now I want to test if the client can work when running on a different host than what hosts the service. To compile the client, I'm using the wsdl automatically generated when my service .jar is deployed to jbo

[jboss-user] [Beginners Corner] - Re: Trying to test my first SOAP-driven Web Service

2008-10-17 Thread ClarkValentine
You are a lifesaver, PeterJ - Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182917#4182917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182917 ___ jboss-user mailin

[jboss-user] [Beginners Corner] - Trying to test my first SOAP-driven Web Service

2008-10-16 Thread ClarkValentine
After the excellent assistance I received the other day, I have a very simple web service deployed: My POJO is: package com.sample.test; | | @javax.jws.WebService | public class HelloService { | @javax.jws.WebMethod | public String sayHello( @javax.jws.WebParam String name ) {

[jboss-user] [Beginners Corner] - Web Service - what needs to be in the .war?

2008-10-14 Thread ClarkValentine
Hi, I'm more or less a newbie to Java EE, and I'm attempting to design a web service that accepts incoming SOAP requests and does (something). I've been playing with sample code, but I can't get anything to deploy correctly. For some reason, I cannot find a good, solid list of what needs to be

[jboss-user] [JBoss Getting Started Documentation] - Re: Web Service - what needs to be in the .war?

2008-10-14 Thread ClarkValentine
And, of course, I meant to post this over in Beginners Corner. Off to a rousing start! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182241#4182241 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182241 ___

[jboss-user] [JBoss Getting Started Documentation] - Web Service - what needs to be in the .war?

2008-10-14 Thread ClarkValentine
Hi, I'm more or less a newbie to Java EE, and I'm attempting to design a web service that accepts incoming SOAP requests and does (something). I've been playing with sample code, but I can't get anything to deploy correctly. For some reason, I cannot find a good, solid list of what needs to be