BSSV Development

vr_cal

Member
We are trying to achieve the following:
a) Create a simple BSSV to pass in a Vendor Number and get a Vendor Name
b) connect the BSSV to our Sharepoint site so that users can access the data without logging through E1.

How do I achieve this? I am very familiar with BSSV Development and step (a). After that, I am lost.
confused.gif
 
once you have created your BSSV and deployed it, you should have a WSDL URL. This WSDL URL is what gives JDE access to third party systems.

You would need to develop a third party app (in JAVA, VB, or Sharepoint) to access this WSDL and pass in the parameters. This app would need to create a soap envelope message and send it to webservice. Then get the reponse.

Get yor hands on SOAPUI and pass in the WSDL URL to it. This will show you what the soap messages should look like. SOAPUI is also good for testing the BSSV to see if you are getting the results you want.

Hope this helps.
 
Back
Top