RE: How to dynamically invoke a webservice provided just WSDL?

2003-03-26 Thread Anthony Elder
to start using it in you client program. See http://ws.apache.org/wsif ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. [EMAIL PROTECTED] on 26/03/2003 12:55:37 Please respond to [EMAIL PROTECTED

Re: How to dynamically invoke a webservice provided just WSDL?

2003-03-24 Thread Anthony Elder
This is one of the things WSIF was designed for doing. See http://ws.apache.org/wsif. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. PILLAI,RANJITH (HP-PaloAlto,ex1) [EMAIL PROTECTED] on 24/03/2003

Re: WSIF vs WSDL2Java question

2003-02-13 Thread Anthony Elder
WSIF provider jar into the classpath and you're client is using the new SOAP package. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. BLIS Webmaster (Patrick Houbaux) [EMAIL PROTECTED] on 12/02/2003 17

Re: [wsif] WSIFException: Cannot get part 'parameters'

2003-02-13 Thread Anthony Elder
, but I'm not sure if you could get it to work for a wrapped doc/lit service. If its important to you I can have a look, but otherwise all the new dev is only happening with the AXIS provider. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44

Re: WSIF vs WSDL2Java question

2003-02-12 Thread Anthony Elder
depending on which server you want to access. Hope that helps and let me know if that wasn't what you question was. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. BLIS Webmaster (Patrick Houbaux) [EMAIL

Re: Accessing a service via SOAP as well as Java

2003-02-03 Thread Anthony Elder
system to be implemented in whatever technology is appropriate, and your application never needs to change. For more information see the Apache WSIF homepage at http://ws.apache.org/wsif ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park

Re: regarding the license of WSIF

2003-02-03 Thread Anthony Elder
it recognized by one of the standards organizations. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. redpineseed [EMAIL PROTECTED] on 01/02/2003 22:29:17 Please respond to [EMAIL PROTECTED] To:[EMAIL

RE: Accessing a service via SOAP as well as Java

2003-02-03 Thread Anthony Elder
to be as JSR-109 and JAX-RPC compatible as possible, currently the WSIF API is not fully JAX-RPC compatible, but work is on going right now to change this, and this should hopefully become available in a new release in the near-ish future. ...ant Anthony Elder [EMAIL PROTECTED] Web Services

re: [wsif] attachments!

2003-01-27 Thread Anthony Elder
wondering: - Does WSIF use SAAJ API?? - If I am dealing with only SOAP bindings is it a good idea to use SAAJ API?? Thank you ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208.

Re: [wsif] zip2geo sample questions

2003-01-23 Thread Anthony Elder
Hi Rhett, For now there are still some issues to be resolve with doing what you want. I'll contact you offline about this. ...ant Anthony Elder [EMAIL PROTECTED] CICS/390 Change Team IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. [EMAIL PROTECTED] on 23/01/2003

Re: [wsif] zip2geo sample questions

2003-01-13 Thread Anthony Elder
= call.getTypeMapping(); You can then use the register method on the TypeMapping to setup your own serializers. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. [EMAIL PROTECTED] on 10/01/2003 23:42:49

Re: [wsif] zip2geo sample questions

2003-01-09 Thread Anthony Elder
to be resolved and is being actively worked on and tested over the next couple of weeks, after which it should be much more robust. Try it out and let me know of any bugs, issues, or features you'd like. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories

RE: wsif - complex type/java bean mapping

2003-01-08 Thread Anthony Elder
which we may need to do anyway depending on how long till the next AXIS release goes final. Watch axis-dev for progress. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. Jacques-Olivier Goussard [EMAIL

RE: [wsif] sample err: Cannot get Object part 'Result'

2003-01-08 Thread Anthony Elder
properties, are http.proxyUser and http.proxyPassword. If you raise a bugzilla for reading WSDL through an authenticating proxy it should be possible for it to get fixed. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320

Re: wsif - complex type/java bean mapping

2003-01-07 Thread Anthony Elder
name doesn't match the QName you can still use mapType calls and stub invocation. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. Jacques-Olivier Goussard [EMAIL PROTECTED] on 07/01/2003 14:20:32 Please

RE: [wsif] sample err: Cannot get Object part 'Result'

2003-01-07 Thread Anthony Elder
getQuote IBM If thats not the problem you could try running with trace on and post the trace log to this list. For how to use WSIF trace see: http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-axis-wsif/java/doc/trace.htm ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM

Re: [wsif] -- example of asynchronous request/response, with correlationservice?

2002-12-30 Thread Anthony Elder
message which will be unserialised and the WSIFMessage output or fault message populated as appropriate. So to answer your last question, yes, if you use a response handler then you would use the correlation service. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK

Re: Can I generate WSIF stubs for executing against a web service?

2002-12-09 Thread Anthony Elder
classes, service interface, and stub. You can then use the type classes and the interface class in WSIF. Can I generate WSIF stubs for executing against a web service (similar to how axis does it)? Thanks ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories

Re: Incorporate the AXIS into my web app.

2002-12-04 Thread Anthony Elder
a performance drawback to marshall the params in xml format, then unmarshall them on the same application!!! It is senseless!!! Like calling a local method using RMI !!! So could I get any hints on this one? Tx dovle ...ant Anthony Elder [EMAIL PROTECTED] Web Services

Re: [WSIF] soap headers and attachments, in theory

2002-10-23 Thread Anthony Elder
transparency (if I haven't misinterpreted the specs) compromised by handling of faults? Also, what are the current limitations of the support for headers and attachments? Jeff ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962