Hi all,
I'm trying to test an scenario that use a sender agreement with a SOAP / HTTP comunication channel
since i don't have access to that webservice i'm trying to send a xml payload to my scenario using the RW "Test Message" tool
Channel monitoring -> Adapter Engine -> Test Message
for that i'm using the following paramters:
Send message to: "standard url" (i haven't changed the value initial loaded here)
Interface: my Outbound abstract message
Sender service: the service that use the message interface
Interface namespace: the namespace for my MI
Quality of Service: "Exactly one"
*Payload: the xml data
Those are the all the required parameters (i have tried adding the Receiver service but it's the same)
I'm getting the error: " Error while sending message: 401 Unauthorized " when i send the message
If i use an user/pass i get: "Error while sending message: 403 Forbidden"
- This is an xsd (sender soap) -> inbound idoc (idoc receiver) that i need to test using this tool
- I'm not sure if url is correct for example
- The xml payload format that i'm using is the same as in the mapping (i'm copying the xml data from the test instance in the message mapping)
- Am I missing any step to test this interface? or is it just that i don't have the proper authorizations?
Thanks in advance!
Edited by: Alexis Alanis on Jun 25, 2009 5:47 PM