users@jax-rpc.java.net

Re: Technology to use Webservice(JAX-RPC??)

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Wed, 05 Nov 2003 06:41:36 -0800

You can use either of them. DII will be simple to use. You can also use
SAAJ APIs to build your soap msg by yourself and invoke the endpoint.

Hope it helps,

-vivek.

Venkatasiva KONDAPALLI wrote:

>Hi Vivek,
> Thanks for that.,what type of Client is good for it,
>Static Stub/Dynamic Proxy/DII ?
>
>Can it be implemented using SAAJ?I don't have much idea on this.
>
>Thanks Once again
>
>-VPK.,
>
>
>
>>>>Vivek.Pandey_at_Sun.COM 05/11/03 14:21:39 >>>
>>>>
>>>>
>I think you still would need to write some client code on the servlet
>which responds to GET/POST from the browser.
>
>One way to do it, is to write a servlet which acts as the client and
>acts as proxy, where it takes in the request from a web browser and
>dispatches a SOAP request to the web services endpoint. Similarly, on
>it
>receves the SOAP response from the endpoint and sends the request back
>
>to the brwoser.
>
>-vivek.
>
>Venkatasiva KONDAPALLI wrote:
>
>
>
>>Hi,
>>I have to develop a small Application using webServices(must use
>>XML,SOAP technologies).The user will pass some Parameters as request
>>
>>
>and
>
>
>>the Response should be an XML(SOAP message) message.User should be
>>
>>
>able
>
>
>>to request via browser.(http://localhost:8080/)
>>Can you please suggest me which technology is correct to use,so that
>>
>>
>i
>
>
>>can use the XML,SOAP in it.
>>I looked at JAX-RPC,but i dont want the Client to write something to
>>call the Web service.If iam wrong, please correct me.
>>
>>Thanks in advance
>>
>>Regards
>>VPK.
>>
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
>>For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>>
>>
>>
>>
>>
>
>
>

-- 
Vivek Pandey
Web Technologies and Standards
Sun Microsystems Inc.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net