How to craft a custom Fault detail message?

2004-05-17 Thread James Turner
Hi there, I'm trying to create custom detail messages to indicate the nature of request faults, so that they can appropriately be handled on the client side. I've been told by Those Who Know that I shouldn't use anything beyond Client or Server in the faultcode to be compatible with the Basic P

Re: JMS transport only supports BytesMessage ??

2003-02-12 Thread James Turner
be > considered for a future iteration of the JMS transport if enough people want > this. > > The code to add support for TextMessage is relatively straightforward. > Would you be interested in contributing a patch? > > Thanks, > Jaime > > > -Original Message--

JMS transport only supports BytesMessage ??

2003-02-11 Thread James Turner
Having a look at the SimpleJMSListener it assumes all messages are javax.jms.BytesMessage. > /** > * This method is called asynchronously whenever a message arrives. >* @param message >*/ >public void onMessage(javax.jms.Message message) > { >try > { >//

Java2WSDL<->WSDL2Java for JMS help

2003-02-07 Thread James Turner
I have got the JMS example code running on Linux with MQ series. I know want to start building my application. I have 1)Written interfaces for the web-services 2)Generated the WSDL using Java2WSDL 3)Generated client stubs using WSDL2Java 4)Compiled sender program using the stubs. Problem:- By