RE: AW: AW: AW: MessageContext.getCurrentContext() returns null

2004-04-02 Thread
Hi, sorry this is a newbie question. I wanted to get the source code from Thomas Dorner to work(sending a gif file as an attachment back to the caller of a web service). But I'm stuck with the client code. I did the following 0. Ran Java2WSDL on AXIS_HOME%/samples/userguide/example6. This

Re: AW: AW: AW: MessageContext.getCurrentContext() returns null

2004-04-01 Thread Tony Thompson
iche Nachricht- Von: Tony Thompson [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 1. April 2004 15:38 An: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: AW: AW: MessageContext.getCurrentContext() returns null OK, forgive my stupidity, but I am trying to send an attachment back from the server.

Re: AW: MessageContext.getCurrentContext() returns null

2004-04-01 Thread Jeff
CTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 7:37 AM Subject: Re: AW: MessageContext.getCurrentContext() returns null > In your examples, what is "soapService" and "oService"? > > Is it possible that my service is not deplo

AW: AW: AW: MessageContext.getCurrentContext() returns null

2004-04-01 Thread Dorner, Thomas
sendet: Donnerstag, 1. April 2004 15:38 An: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: AW: AW: MessageContext.getCurrentContext() returns null OK, forgive my stupidity, but I am trying to send an attachment back from the server. I did say that I was trying to send the attachment back in the response in my original mess

Re: AW: AW: MessageContext.getCurrentContext() returns null

2004-04-01 Thread Tony Thompson
hricht- Von: Tony Thompson [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 1. April 2004 14:38 An: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: AW: MessageContext.getCurrentContext() returns null In your examples, what is "soapService" and "oService"? Is it possible

Re: AW: AW: MessageContext.getCurrentContext() returns null

2004-04-01 Thread J . Sugrue
d to [EMAIL PROTECTED] To "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc Subject AW: AW: MessageContext.getCurrentContext() returns null oService is your Service or your locator (both are Service or extend Service!) --> read my text and think about! ;) Forget t

AW: AW: MessageContext.getCurrentContext() returns null

2004-04-01 Thread Dorner, Thomas
ext -Ursprüngliche Nachricht- Von: Tony Thompson [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 1. April 2004 14:38 An: [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: Re: AW: MessageContext.getCurrentContext() returns null In your examples, what is "soapService" and "oService"?

Re: AW: MessageContext.getCurrentContext() returns null

2004-04-01 Thread Tony Thompson
Mittwoch, 31. März 2004 15:51 An: [EMAIL PROTECTED] Betreff: MessageContext.getCurrentContext() returns null When I invoke MessageContext.getCurrentContext(), it returns null. Can anyone explain why that might happen and how I can fix it? I am trying to add a DIME attachment to a response and it is hard to do without a MessageContext. Thanks. Tony

AW: MessageContext.getCurrentContext() returns null

2004-04-01 Thread Dorner, Thomas
Gesendet: Mittwoch, 31. März 2004 15:51 An: [EMAIL PROTECTED] Betreff: MessageContext.getCurrentContext() returns null When I invoke MessageContext.getCurrentContext(), it returns null. Can anyone explain why that might happen and how I can fix it? I am trying to add a DIME attachment to a res

MessageContext.getCurrentContext() returns null

2004-03-31 Thread Tony Thompson
When I invoke MessageContext.getCurrentContext(), it returns null. Can anyone explain why that might happen and how I can fix it? I am trying to add a DIME attachment to a response and it is hard to do without a MessageContext. Thanks. Tony