Communication between custom JSP pages and BSSV

pratikspandey

Member
Hi Guys,

I am trying to create JSP pages which would be able to communicate with published business services in E9.2. If I enter any value in my JSP field, published BSSV should get that value and send a response on same pages. can you please help me with it?

Any help would be appreciated.
 
This isn't really a JDE tech/dev specific issue. This is more of a general web development question. BSSVs are just SOAP based web services which is NOT specific to JDE - it is an open standard. You need to learn how to consume a SOAP based web service and there should be a plethora of tutorials and guides out there that can guide you through that using the web tech of your choice (javascript, java, .net, etc.) .
 
Back
Top