I’m have two endpoints in a SOAP server implementation.
http://myhost.net:8081/configuration/v3.0/skills/SOAP?wsdl http://myhost.net:8081/configuration/v3.0/termCodes/SOAP?wsdl
Can I publish them in one API using API Publisher, so my client only has to subscribe to one?
If so, what would I put in “Production URL”, and “URL Pattern” for the resources. I’ve tried a lot of things, but nothing seems to work.
I’m currently trying to use:
Context = /configuration
Version = v3.0
Production URL = http://myhost.net:8081
URL Pattern = /termCodes/SOAP and /skill/SOAP