Hi,
I have defined a webservice for a stateless session bean using the developer studio. From the wsdl I have imported the message interface as external definition. I have defined mappings on the respective message type. Now I would like to call my service using the SOAP receiver adapter.
Could anybody tell me which URL has to be quoted there. I retrieve the wsdl from the following address:
http://myhost:50000/AddressService/AddressConfig?wsdl
Since the webservice is RPC like, is it valid to invoke it using the SOAP receiver adapter?
Kind regards,
Heiko