Home Answers Viewqa WebSevices Attach a Image fiel to Webservice

 
 


krishna
Attach a Image fiel to Webservice
3 Answer(s)      5 years and 2 months ago
Posted in : WebSevices

My requirement is like this. I... to this String I need to attach an Image file to this. (That is when client access my web service they need to download the attached image file). Could any

View Answers

March 20, 2008 at 11:39 AM


We can attach a file or an object or a collection to the webservice. Use dime or mime datatype and implement webservices with attachments. you can send a image file with the string. Or generate a xml file and send it to client. they can get the required details from that file.

March 20, 2008 at 11:39 AM


We can attach a file or an object or a collection to the webservice. Use dime or mime datatype and implement webservices with attachments. you can send a image file with the string. Or generate a xml file and send it to client. they can get the required details from that file.

March 20, 2008 at 6:04 PM


Could you please post or direct me of any sample code. That would help me a lot.

Thanks
Krishna









Related Pages:
Attach a Image fiel to Webservice - WebSevices
Attach a Image fiel to Webservice  My requirement is like this. I... to this String I need to attach an Image file to this. (That is when client...   We can attach a file or an object or a collection to the webservice. Use
file attach
the image you can save into file or attach as attachment in your email. Thanks...file attach  how pick up the file from database and attach it to the mail in java   Hi, Here is the code to read image (file) from
Asynchronous webservice
Asynchronous webservice   Hi Can anyone help me in creating sample asynchronous webservice. Thanks in advance
webservice - WebSevices
webservice  how to call axis webservice from mule (esb
create webservice
create webservice  Hi Can anyone help me to create a webservice which access another webservice results and display it. thanks
MFMailComposeViewController image attachment
MFMailComposeViewController image attachment  How can we attach an image in MFMailComposeViewController
WEBSERVICE - WebSevices
WEBSERVICE  Is is possibule to create simple class to acess the webservice?plz help me
RESTful Webservice
RESTful Webservice  Hi Everyone, presently I am trying RESTful webservice in java. But I din't get the proper example for this. So Can anyone please send me the RESTful webservice example with all requests(GET,POST,PUT,DELETE
Java Webservice
Java Webservice  Can i have a introductionary java webservice pdf introductionary with example ?   Have a look at the following link: Java Webservices
java webservice
java webservice  hi, Here is my Code :- package hello; import javax.jws.WebService; import javax.xml.ws.Endpoint; @ WebService public class CircleFunctions { public double getArea(double r) { return
webservice in Netbeans
webservice in Netbeans  hi deepak.. in the tutorial which u hav provided(http://roseindia.net/webservices/web-services-database.shtml) im getting problem at 17 th step while right clicking on the source code im not getting
Restful webservice
Restful webservice  Hi , Any have any example and steps , how to create a REST full webservice in eclipse.   I have used Following web site: http://www.restlet.org/ http://www.restlet.org/documentation/2.0/firstSteps
attach a calendar in java
attach a calendar in java  how i attach a calendar near the box of date of birth in application form of java   Hello Friend, Try the following code: import java.awt.*; import java.awt.event.*; import javax.swing.
attach file in my web page
attach file in my web page  hide button in input typ=file button in jsp
Webservice client using xmlhttprequest - WebSevices
Webservice client using xmlhttprequest  Hi friends, I have created a webservice using XFire api and published it. Can u plz tell me how to access this webservice using xmlhttprequest from client
Webservice client using xmlhttprequest - WebSevices
Webservice client using xmlhttprequest  Hi friends, I have created a webservice using XFire api and published it. Can u plz tell me how to access this webservice using xmlhttprequest from client
What type of headers have to be added in the mail function to attach a file?
What type of headers have to be added in the mail function to attach a file?  What type of headers have to be added in the mail function to attach a file
Spring Restful webservice and client example
Spring Restful webservice and client example  Hi, I need the Spring Restful webservices generation using dao ,dto and controller format. Then tell me how can i generate the client for the above service. Please send the code
how to display webservice response in a text box
how to display webservice response in a text box  Hallo, i have created a webservice and when i sended request to my webservice its sending proper response . the point is how to dispaly the response values in a text box usinj
Ejb Webservice
will explain you how you can develop an EJB and then expose the EJB as webservice... as webservice Develop the webservices client Deploy the client Test...,int y); } Implement the method add in the bean class Add @Webservice
WEBSERVICE USING APACHE AXIS TUTORIAL-2
WEBSERVICE USING APACHE AXIS TUTORIAL-2 Accessing ejb-webservice  using  WAP (Wireles-Application Protocol) R.S.RAMASWAMY... an ejb-webservice from a j2me wireless client.( continued in axis3-3.htm
image
image  how to add the image in servlet code
Image
Image  how to insert image in xsl without using xml. the image was displayed in pdf..Please help me
Image
Image  how to insert image in xsl without using xml. the image was displayed in pdf..Please help me
Image
Image  how to insert image in xsl without using xml. the image was displayed in pdf..Please help me
How to attach file to HP Quality Center [QC] using java
How to attach file to HP Quality Center [QC] using java  Hello All, Do any one know how to upload attachments to QC Test Case Run Instance using... Run Instance<BR> So i wish to attach files with the <B>Test Run
Java Client webservice
; Here we will show you how you can develop a webservice that calculates the factorial. We will also write the code to call the webservice. NetBeans provides... Take a new web project.Give it the name  Java-WebService Select
How to create and Attach MS Access Reports and Crystal Reorts in Java. - Java Beginners
How to create and Attach MS Access Reports and Crystal Reorts in Java.  How to create and Attach MS Access Reports and Crystal Reorts in Java WITH MS Access 2007 Database, plz Help Me Sir
creating webservice from the scratch(from the wsdl) with jaxws - Java Beginners
creating webservice from the scratch(from the wsdl) with jaxws  Hello friends, i need to create a webservice using jaxws.but i need to create it from the scratch that is from wsdl document.Can anyone tell me how to do
Showing an image in Tool Tip
will be seen with an image. Through the help of this example you can easily attach... Showing an image in Tool Tip       This section illustrates how to show an image in tool tip
getting byte[] at client side in SOAP Webservice framework (Axis2)
getting byte[] at client side in SOAP Webservice framework (Axis2)  How can I receive the byte[] data at the client side. I am serializing the Java Object, and sending as byte[], but not sure how can i get it at client side, so
can u plz help out how to attach file directly & send to a particular mail id
can u plz help out how to attach file directly & send to a particular mail id  i am building a project online LEAVE MANAGEMENT SYSTEM to our coll mini project so if a faculty write all details abt leave & shd send to HOD
WEBSERVICE USING APACHE AXIS - TUTORIAL-2 AXIS FOR EJB-WEBSERVICE (part-5)
WEBSERVICE USING APACHE AXIS - TUTORIAL-2 AXIS FOR EJB-WEBSERVICE ... on exposing an EJB as XML-Webservice using Axis. This is a 7 part article.  ...                 a) for EJB                 b) for EJB-WebService  part-7 : J2ME
WEBSERVICE USING APACHE AXIS TUTORIAL-1
WEBSERVICE USING APACHE AXIS TUTORIAL-1 Using Java XML-WEBSERVICE ... in DeveloperIQ(Nov'03) on  exposing an EJB as an XML-WebService, using Axis and JBOss...-operability is one of the two aims of Xml-webservice paradigm,while the other aim
image scrolling
image scrolling  A brief description of scrolling image
Image Steganography
Image Steganography  SOURCE CODE FOR IMAGE STEGANOGRAPHY
image format
image format  what are the different format available in image
image format
image format  what are the different format available in image
java
java  How to attach java script for scrolling image in css
image in database
image in database  how to set image in database and retrieve it using servlet(java)in msaccess
Image_creation
Image_creation  how to create an image from a set of pixel values stored in array - in java
image scrambling
image scrambling  Hi frinds : i want to read image and scrambling it then saved using java any help please
To scan a image encode that image in j2me
To scan a image encode that image in j2me  Hai team i am new man of j2me i have doubt to scan a image and encode the image in j2me... Please clarify that doubt... Thanks in Advance... Kumar

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.