Author |
Message
|
sankritya |
Posted: Thu Sep 25, 2008 2:34 am Post subject: Problem due to spaces between the URL selector |
|
|
Centurion
Joined: 14 Feb 2008 Posts: 100
|
Hi All,
I am using a SOAP Request node to invoke a WEB Service. To Simulate the Web Service I have created a Provider flow with SOAP Input Compute and SOAP Reply node.
I am setting the URL for SAOP Request dynamically by getting it from database.
If I take http://localhost:7800/InvokeWebServiceSOAP as URL then it works fine .
But If I take spaces between the URL selector then it is showing the error message
/********************************************************
A SOAP Request node received an HTTP Error Status Code (5xx) with an empty response body, when a SOAP payload was expected.
HTTP/1.1 505 HTTP Version Not Supported
http://localhost:7800/Publish Device Status Soap
*********************************************************/
The URL used is http://localhost:7800/Invoke Web Service SOAP
Note : Same URL is there in the URL selector of the Provider flow. |
|
Back to top |
|
 |
sankritya |
Posted: Thu Sep 25, 2008 4:12 am Post subject: |
|
|
Centurion
Joined: 14 Feb 2008 Posts: 100
|
Sorry the error message should be read as
/********************************************************
A SOAP Request node received an HTTP Error Status Code (5xx) with an empty response body, when a SOAP payload was expected.
HTTP/1.1 505 HTTP Version Not Supported
http://localhost:7800/Invoke Web Service SOAP
*********************************************************/ |
|
Back to top |
|
 |
keenlearner |
Posted: Thu Sep 25, 2008 5:28 am Post subject: |
|
|
Acolyte
Joined: 24 Aug 2006 Posts: 62
|
|
Back to top |
|
 |
keenlearner |
Posted: Thu Sep 25, 2008 5:29 am Post subject: |
|
|
Acolyte
Joined: 24 Aug 2006 Posts: 62
|
|
Back to top |
|
 |
sankritya |
Posted: Thu Sep 25, 2008 6:52 am Post subject: |
|
|
Centurion
Joined: 14 Feb 2008 Posts: 100
|
Thanks for you help keenlearner . I have even tried using the %20 before sending in the message in place of spaces .but it is of no use as it gives URL not found error when set dynamically. Basically the %20 is not replaced with spaces . |
|
Back to top |
|
 |
keenlearner |
Posted: Fri Sep 26, 2008 9:40 pm Post subject: |
|
|
Acolyte
Joined: 24 Aug 2006 Posts: 62
|
|
Back to top |
|
 |
sankritya |
Posted: Sun Sep 28, 2008 11:43 pm Post subject: |
|
|
Centurion
Joined: 14 Feb 2008 Posts: 100
|
|
Back to top |
|
 |
|