users@jax-ws.java.net

Re: I have a web service that i create using netbeans, now i want to call its methods by soap messages..

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Tue, 24 Apr 2007 14:32:56 -0700

For the DDI kind of uses you should use Dispatch[1] and enable MTOM
[2]on the created Dispatch object. The binary data will be sent out as
attachment.

-vivek.

[1]https://jax-ws.dev.java.net/nonav/2.1.1rc1/docs/dispatch.html
[2]https://jax-ws.dev.java.net/nonav/2.1.1rc1/docs/mtom-swaref.html

Legolas Woodland wrote:
> So what was all story about SOAP attachments?
> i read that files should be transfered using attachment stuff?
>
> secondly, how i can send the image from client to server, will it be
> sufficent to have a method with an input parameter from image type?
>
> finally, will it works when we use DDI ?
>
> and most important thing is, how i can create the soap message myself
> and send it to server?
> sometimes it is required to set soap message sections manually and we
> need that thing.
>
> Thanks
>
>
> On 4/24/07, *Lukas Jungmann* <Lukas.Jungmann_at_sun.com
> <mailto:Lukas.Jungmann_at_sun.com>> wrote:
>
> Legolas Woodland wrote:
> > any comment?
> http://blogs.sun.com/milan/entry/using_web_service_to_send ?
>
> --lj
>
> > I amlooking for any hint to resolve this.
> >
> >
> > On 4/19/07, *legolas wood* < legolas.w_at_gmail.com
> <mailto:legolas.w_at_gmail.com>
> > <mailto:legolas.w_at_gmail.com <mailto:legolas.w_at_gmail.com>>> wrote:
> >
> > Hi
> > Thank you for reading my post.
> > I have some questions about using web methods of a web service
> > which i
> > would be very gratfull if you could answer.
> >
> > I should implement a web service that should receive a file
> with some
> > other parameters from client and another web service which
> should
> > receive some parameters and return a file.
> > I used a mechanism like the following one to handle the
> condition and
> > it just works. But I have a problem, we need to create dynamic
> > invocation and i can not use NetBeans generated
> client stub anymore.
> > What i need is a tutorial or a sample that shows how we can
> send and
> > receive files by web services.
> > I want to know how we can create the SOAP message ourself
> and then
> > send
> > it to the web service endpoint and it call the web method
> and ....
> >
> > Imagine the following web method, and its web service
> generated by
> > NetBeans, How i can invoke it by creating soap message
> myself and
> > sending it to end point.
> >
> > @WebMethod
> > public String saveFile(@WebParam(name = "fileName") String
> > fileName,
> > @WebParam(name = "fileContent") byte[] fileContent) {
> > // TODO implement operation
> > return "Something";
> > }
> >
> >
> > Another question is :
> > Does this mechanism that i used to transfer files is OK?
> > Is it optimized or there are some other ways to do this job.
> > I should say that i put one week on handlers to use soap
> > attachments and
> > i get no result.
> >
> > So, Please let me know if you know or have some sample that
> show
> > me how
> > to do the above job.
> >
> > Thanks.
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-ws.dev.java.net
> <mailto:users-unsubscribe_at_jax-ws.dev.java.net>
> For additional commands, e-mail: users-help_at_jax-ws.dev.java.net
> <mailto:users-help_at_jax-ws.dev.java.net>
>
>