RE: Access HTTP Headers or SoapContext from a transport hook?

2003-01-22 Thread Kurt Kavanaugh
You can access SOAPContext as described at http://xml.apache.org/soap/docs/guide/migration.html. Basically, you add an initial parameter to your method of type SOAPContext. [Kurt Kavanaugh] Sweet. Is this for SOAP message types of RPC only? On 21 Jan 2003 at 13:38, Kurt Kavanaugh wrote: >

RE: Access HTTP Headers or SoapContext from a transport hook?

2003-01-22 Thread Kurt Kavanaugh
[Kurt Kavanaugh] In reading the material referenced at the below mentioned URL, the question that immediately comes to mind is, "what if the RPC search path finds the service" Does this mean that the method with the SOAPContext signature will not be called? I am looking at the RPC/MESSAGE source

Re: Service Deployment

2003-01-22 Thread Gonzalo Esteban
Thanks a lot, but I already did that with the urn urn:demo1:hello and I deployed my server application on Tomcat adding to the server.xml file: I placed my server application in "/webapps/demo1" directory. Does anyone know where is the problem of the SOAP-FAULT: Server.BadTargetObject

Re: Passing initliasation parameters to SOAP services

2003-01-22 Thread Scott Nichol
On 22 Jan 2003 at 10:22, Jesus M. Salvo Jr. wrote: > > Scott Nichol wrote: > > >If you are using Apache SOAP 2.3.1 or 2.2, you can use the method > >described in http://xml.apache.org/soap/docs/guide/migration.html. > >Specifically, you add a parameter of type SOAPContext as the first > >p

RE: Access HTTP Headers or SoapContext from a transport hook?

2003-01-22 Thread Scott Nichol
Messaging services already have access to the SOAPContext for the request (it's one of the method parameters), so they can use that. On 22 Jan 2003 at 5:11, Kurt Kavanaugh wrote: > > > You can access SOAPContext as described at > http://xml.apache.org/soap/docs/guide/migration.html. Basicall

RE: Access HTTP Headers or SoapContext from a transport hook?

2003-01-22 Thread Scott Nichol
On 22 Jan 2003 at 5:54, Kurt Kavanaugh wrote: > > [Kurt Kavanaugh] > > In reading the material referenced at the below mentioned URL, the > question that immediately comes to mind is, "what if the RPC search path > finds the service" Does this mean that the method with the SOAPContext > signa

Re: Service Deployment

2003-01-22 Thread Scott Nichol
On 22 Jan 2003 at 14:17, Gonzalo Esteban wrote: > Thanks a lot, but I already did that with the urn > urn:demo1:hello > and I deployed my server application on Tomcat adding > to the server.xml file: > > > > > I placed my server application in "/webapps/demo1" directory. Your services

RE: Access HTTP Headers or SoapContext from a transport hook?

2003-01-22 Thread Kurt Kavanaugh
Messaging services already have access to the SOAPContext for the request (it's one of the method parameters), so they can use that. [Kurt Kavanaugh] Understood. Respectfully, perhaps I am not making myself clear. I don't want to look at the content and context from within a service... I want

RE: Access HTTP Headers or SoapContext from a transport hook?

2003-01-22 Thread Scott Nichol
As I guess you've determined, there is no way to do exactly what you are suggesting that is built into the code. I doubt it will be added, as there is already a list of to-do items that are not being worked on at any noticeable rate. The "standard" way to do something close to what you are pro

RE: Axis <->

2003-01-22 Thread Ghershony, Arie
I installed Axis and while running the server, I receive a warning that there server_config.wsdd file is not been created. any one can tell me why it might be? -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubsc