Asaf Lahav wrote:
Hi,
I was talking about a Client proxy to the WSRF service I am developing.
On the user/developer guide the filesystem sample provides an ANT
TARGET that invokes the filesystem business service using a pure SOAP
message.
Is there a way to generate a JAVA client proxy for WSRF web services?
**Asaf Lahav**
**VP R&D, Prima Grid LTD.**
Cellular: 972-54-4717955
Phone: 972-3-6540255
Fax: 972-3-6540254
------------------------------------------------------------------------
*From:* Campana Jr., Salvatore J [mailto:[EMAIL PROTECTED]
*Sent:* Thursday, February 16, 2006 4:46 PM
*To:* wsrf-user@ws.apache.org
*Subject:* RE: WSRF webservice proxy
I guess it depends on what you mean....Our Wsdl2Java generates
skeleton code which you use to proxy requests to your real
backend....So you could use that same code to act as a proxy for
another webservice.....but again, I'm not sure what you are looking for...
------------------------------------------------------------------------
*From:* Asaf Lahav [mailto:[EMAIL PROTECTED]
*Sent:* Thursday, February 16, 2006 7:13 AM
*To:* Asaf Lahav
*Subject:* WSRF webservice proxy
Hi,
Is it possible to generate a WSRF webservice proxy using the WSDL2JAVA
utility?
**Asaf Lahav**
**VP R&D, Prima Grid LTD.**
Cellular: 972-54-4717955
Phone: 972-3-6540255
Fax: 972-3-6540254
Okay so it sounds like you are looking for client code. The proxy part
threw me.....
You could look in the MUSE project (top of tree) which had some client
code.
There is also the WSDL2Java generator from the Apache WS-Addressing
project can generate a client you could use....
The problem is typically the addressing headers. The "standard" Axis
Wsdl2Java will not generate code which will send these headers, that's
why the need for the WS-Addressing-enhanced version...
Other than that you can build requests in a variety of ways...including
SOAPConnectionFactory....It all depends how hard you want to work....
We do a variety of things in our tests...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]