cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming a web service in Adobe forms

Former Member
0 Kudos

Dear All,

I want to know when i provide a .wsdl file in the external binding field of an image field will it be able to consume the xml data and display the image...I mean want to know can it consume the data and display the image on form??

Thanks,

Geet Bijlani

www.saphcm.org

Accepted Solutions (1)

Accepted Solutions (1)

chintan_virani
Active Contributor
0 Kudos

Geet,

Just bind the URL field you have in the WSDl to the Image Field and I belive it should display the image.

Alternatively these links should give you some hints:-

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-tec...

Chintan

Former Member
0 Kudos

Dear Chintan,

Let me describe my scenario in detail..I have a webservice in .Net that returns an image depending upon the input (to be precise it generates the graph and returns the jpeg image).Now i want to know giving the http url of the wsdl file in the Image field URL for external binding will solve my problem ? If you can suggest any other way out it would be highly appriciated.

Thanks,

Geet Bijlani

www.saphcm.org

chintan_virani
Active Contributor
0 Kudos

Geet,

No that won't work. You need to put in the exact URL of the image in the binding for ImageField element.

So the WS should give you the exact URL location say

http://<hostname>:<portnumber>/images/Image001.jpg

in addition to the image.

Chintan

Answers (0)