How to call WSDL from Orchestrator

PavelK

Member
Hell
please are you anybody know how to setup calling WSDL SOAP webservice from Orchestrator?

For examle here:
http://ec.europa.eu/taxation_customs/vies/checkVatTestService.wsdl

it is SOAP
For example input:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ec.europa.eu:taxud:vies:services:checkVat:types">
<soapenv:Header/>
<soapenv:Body>
<urn:checkVat>
<urn:countryCode>FR</urn:countryCode>
<urn:vatNumber>100</urn:vatNumber>
</urn:checkVat>
</soapenv:Body>
</soapenv:Envelope>

Tools Release: EnterpriseOne 9.2.4.3

Thank you very much in advance
Pavel
 
Bumping this one up!

I have the same question ... want to setup a monitor to check BSSV service. How do I create a connection to a WSDL in JDE Orchestrator

TR: 9.2.4.3
 
I get asked this every 6 months or so... I never found that support doc. That's helpful, I usually tell folks that BSSV is for SOAP, and really not to hard to implement - but most people are worried about it's longevity. I looked at adding custom libs to Orch to make it work, but had no luck.
 
I think the problem is BSSV is still there, sitting sadly in a corner, getting a minimal amount of love.
 
I would not be surprised if you can consume a SOAP service from Groovy using the groovy-wslite library... but you may need to get that installed onto your AIS server.
 
With a custom request (Groovy/JRuby) is possible to achieved that request.

Regards,
 
Back
Top