I'm trying to implement a SOAP-service, but the provider doesn't have a WSDL. There are only XML's avaliable.
So I created an "own" WSDL

After "Discover Services" I could create the 2 BO's :
- AddSubscriberToListParam
- AddSubscriberToListReply
After this I changed the "URL of the service provider" to : https://mailcamp.eu/demoaccount/xml.php?WSDL
Creating the BO's
1) CREATE MailCampService WITH MailCampService.Name='mailcamp'
2) CREATE AddSubscriberToListParam WITH AddSubscriberToListParam.xmlrequest=
'<xmlrequest>
<username>poldersoft</username>
....
</xmlrequest>'
Then calling the service : REQUEST SERVICE AddSubscriberToList OF MailCampService
Unfortunately it returns an error :
Service provider returned the following error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'mailcamp'.: java.io.FileNotFoundException: This file was not found: file:/C:/AwareIM/bin/mailcamp
What is going wrong ?
I've also studied the video: https://youtu.be/iflClzVF1T0