Author |
Message |
Topic: cannot get sucessful response when hitting a webservice |
tsmatodzi
Replies: 13 Views: 6993
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 02, 2012 12:31 am Subject: cannot get sucessful response when hitting a webservice |
@rekarm01 setting the content type in the esql works for MIME format, i am using XML.
@mgk i am using XMLNSC parser on the input node, I guess this should be sufficient?? |
Topic: cannot get sucessful response when hitting a webservice |
tsmatodzi
Replies: 13 Views: 6993
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 01, 2012 3:00 am Subject: cannot get sucessful response when hitting a webservice |
that is exactly just what I need: how do i set up this in a message flow: application/soap+xml; charset=utf-8
this is the error being thrown by the webservice |
Topic: cannot get sucessful response when hitting a webservice |
tsmatodzi
Replies: 13 Views: 6993
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 31, 2012 11:57 pm Subject: cannot get sucessful response when hitting a webservice |
i tried SOAP request a few times with no luck.
would adding this at the begining of the message make any difference:
<?xml version="1.0"?> |
Topic: cannot get sucessful response when hitting a webservice |
tsmatodzi
Replies: 13 Views: 6993
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 31, 2012 11:39 pm Subject: cannot get sucessful response when hitting a webservice |
i am using HTTP request. what amuses me is that even if i try calling the webservice directly from SOAP UI without going via Broker I dont recieve a successful response.
wonder if i should add < ... |
Topic: cannot get sucessful response when hitting a webservice |
tsmatodzi
Replies: 13 Views: 6993
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 31, 2012 11:21 pm Subject: cannot get sucessful response when hitting a webservice |
the input message validates successfully againt the wsdl(on SOAP UI). the input message is:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http:// ... |
Topic: cannot get sucessful response when hitting a webservice |
tsmatodzi
Replies: 13 Views: 6993
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 31, 2012 6:37 am Subject: cannot get sucessful response when hitting a webservice |
I am hitting a web service hosted on windows servervia SOAP UI but this is the response I get :http:415 cannot process the message because the content type text/xml; charset utf-8 was not the expecte ... |