Hi experts, I am Angel and trying to learn about ByD
This is the thing:
I build my Business Object in ByD Studio, then I create the web service from that BO, activate and download the WSDL
In ByDesign in the WorkCenter: User Management.. in Authoring Web Service / Create SOAP Service, then I import the downloaded WSDL and I can see operations for that Business Object, but I dont know what to put in "URL of WSDL" , what I do is to copy what I get from "URL of operation", when I press Simulate I get the following error: "HTTP Not Found"
I have already tried to put the address I can see for my BO from " https://[mytenant]/sap/bc/srt/wsil ", and the "URL of operation" and still get the same error
The question would be.... where can I get the wsdl correctly to create correctly this WService? Maybe I can consume it from Java Eclipse, but can only use URL in Eclipse.
The scenario is this: I have a server to get the BO data from ByD and thought that a web service could help to retrieve or update this data. I tried to probe it in the ByD as a Web service, but get that error...
Anybody can help me out? Thanks in advance =)