calling web-service from orbeon

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

calling web-service from orbeon

Suganda
hi all ,
i am newbie to orbeon form . i already stuck about 1-2 weeks about this issues in orbeon  so that i post my problem hopefully someone can give me idea how to solve that things

i followed your tutorial ( ATM applications ) and Web-service
i want to access web-service from external wsdl .
i generate wsdl using intalio

the wsdl is really simple just input String. this String check if "hello" return true otherwise false
i tested my generated wsdl  using eclipse wtp feature to generate client code and it worked properly
i just confuse why my applications in orbeon server that want to access or consume web service got error

i followed this article
http://www.orbeon.com/ops/doc/integration-webservices and also
http://www.orbeon.com/ops/doc/processors-delegation#d39e381

however, when i followed step by step and also atm tutorial, i already specified ( input ) string and expected to get results
but what happened was no result at all, i also checked intalio server that can count the counter ( how many times that wsdl is accessed )
the counter in intalio server was still 0 , means the wsdl has not been accessed. if i using eclipse to test , the counter will increase each time i access and test that wsdl

attached is the file that i create manually ( wsdl file , orbeon file , xpl , xsl , etc )
can anyone check my code briefly to see whether there was something wrong logic in my orbeon applications ?

test.wsdl
xforms-web-service-ganda.zip

thanks in advance
suganda :)
Reply | Threaded
Open this post in threaded view
|

Re: calling web-service from orbeon

Suganda
hmm any help about my issues ??

another issues is why eveytime i used hot deploy in lr 4.2 , i got the error log. but if i deploy orbeon in jboss 4.0.2, it works properly

thanks in advance,
ganda

Suganda wrote
hi all ,
i am newbie to orbeon form . i already stuck about 1-2 weeks about this issues in orbeon  so that i post my problem hopefully someone can give me idea how to solve that things

i followed your tutorial ( ATM applications ) and Web-service
i want to access web-service from external wsdl .
i generate wsdl using intalio

the wsdl is really simple just input String. this String check if "hello" return true otherwise false
i tested my generated wsdl  using eclipse wtp feature to generate client code and it worked properly
i just confuse why my applications in orbeon server that want to access or consume web service got error

i followed this article
http://www.orbeon.com/ops/doc/integration-webservices and also
http://www.orbeon.com/ops/doc/processors-delegation#d39e381

however, when i followed step by step and also atm tutorial, i already specified ( input ) string and expected to get results
but what happened was no result at all, i also checked intalio server that can count the counter ( how many times that wsdl is accessed )
the counter in intalio server was still 0 , means the wsdl has not been accessed. if i using eclipse to test , the counter will increase each time i access and test that wsdl

attached is the file that i create manually ( wsdl file , orbeon file , xpl , xsl , etc )
can anyone check my code briefly to see whether there was something wrong logic in my orbeon applications ?

test.wsdl
xforms-web-service-ganda.zip

thanks in advance
suganda :)
Reply | Threaded
Open this post in threaded view
|

Re: calling web-service from orbeon

Alessandro Vernet
Administrator
In reply to this post by Suganda
On 9/18/07, Suganda <[hidden email]> wrote:
> however, when i followed step by step and also atm tutorial, i already
> specified ( input ) string and expected to get results
> but what happened was no result at all, i also checked intalio server that
> can count the counter ( how many times that wsdl is accessed )
> the counter in intalio server was still 0 , means the wsdl has not been
> accessed. if i using eclipse to test , the counter will increase each time i
> access and test that wsdl

The Delegation processor does not use the WSDL descriptor. Instead you
need to write your own description of the service. But instead of
using the Delegation processor, I recommend you do the call directly
from XForms. See the attached web-service-weather.xhtml for an
example. You can run this file directly from the XForms sandbox.

Alex
--
Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise
http://www.orbeon.com/


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

web-service-weather.xhtml (6K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: calling web-service from orbeon

arpita
In reply to this post by Suganda
hi sugandha,
i'm also working with orbeon forms and i'm getting stuck in the same problem that youy have. please let me know if u've got ny solutions to it.

thank you ,
arpita
Reply | Threaded
Open this post in threaded view
|

Re: calling web-service from orbeon

bsteuhl
The example wether service provided worked for me as a template even over a  year later for a web service created using Intalio.  If anyone is stuck on this, send me an email - bsteuhl@btmsoftwaresolutions.com.


arpita wrote
hi sugandha,
i'm also working with orbeon forms and i'm getting stuck in the same problem that youy have. please let me know if u've got ny solutions to it.

thank you ,
arpita