Hello all,
I am creating a webService with this steps.
The steps I did to create a web service:
- I created a FM in ABAP.
- I created the web service for this FM and the Function Group using Web Service wizard.
- I tested the WSDL link via the SOAMANAGER. The link opened the WSDL file.
At that point, everything is fine, I had to transport this to another Client (DES 100 to DES 200), and this is also ok (in DES 100 there is no data, DES 200.does).
When I execute SOAMANAGE, and displayed the service configuration, I see that there is one tab in DES200 that DES100 is not, "PROVIDER SECURITY", can anybody tell me why is this happening??
In both clients is the same WS, same steps followed to create them.
The problem I have is that if I consume this web service from .net, the one that is located in DES100 works fine, but if I try to do it from DES200, i got a connection error.
Any hints??
regards