Author |
Message |
Topic: XMLNS problem while generating the message for WS |
matam_viswa
Replies: 7 Views: 5370
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 11, 2007 1:15 am Subject: XMLNS problem while generating the message for WS |
Hi Kimbert,
I assignes namespace as flow level. But now i want i assign namespace xmlns="http://www.liberty.co.za/" to the element RequestTaxYears.
I tried to to modify the message defin ... |
Topic: XMLNS problem while generating the message for WS |
matam_viswa
Replies: 7 Views: 5370
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 11:24 pm Subject: XMLNS problem while generating the message for WS |
I declared the name space but i missed y'day while coping to post
DECLARE ns NAMESPACE 'http://www.liberty.co.za/';
DECLARE soap NAMESPACE 'http://schemas.xmlsoap.org/soap/envelope/' ... |
Topic: XMLNS problem while generating the message for WS |
matam_viswa
Replies: 7 Views: 5370
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 6:36 am Subject: XMLNS problem while generating the message for WS |
Hi All,
I need help from the group.
My webservice is working fine and i am facing problem with supplying the correct input to the webservice.
webservice expects the input as below
------ ... |
Topic: SOAPAction error for webservice(HTTPRequestNode) |
matam_viswa
Replies: 4 Views: 4857
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 10, 2007 6:24 am Subject: XMLNS problem while generating the message for WS |
Hi All,
I need help from the group.
My webservice is working fine and i am facing problem with supplying the correct input to the webservice.
webservice expects the input as below
---------- ... |
Topic: SOAPAction error for webservice(HTTPRequestNode) |
matam_viswa
Replies: 4 Views: 4857
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 05, 2007 3:21 am Subject: SOAPAction error for webservice(HTTPRequestNode) |
Hi,
I am using the HttpRequest node for webservices and facing some problems. I am getting null as response from webservice.
Please find the below details of my Flow
inputNode->computeNode1 ... |
Topic: WebSphere Message Broker Test Client |
matam_viswa
Replies: 2 Views: 4565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 03, 2007 12:04 am Subject: WebSphere Message Broker Test Client |
Hi,
I downloaded the Testing and troubleshooting message flows with WebSphere Message Broker Test Client, and installed in my system. And i updated my toolkit with fixpack 6.0.2 & J2EE Conne ... |
Topic: SOAPAction error for webservice(HTTPRequestNode) |
matam_viswa
Replies: 11 Views: 8133
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 27, 2007 6:53 am Subject: SOAPAction error for webservice(HTTPRequestNode) |
Hi marcin,
Please find the below request &response trace results.
Before HTTPRequest Node
-------------
(
(0x01000000):Properties = (
(0x03000000):MessageSet = 'J89 ... |
Topic: SOAPAction error for webservice(HTTPRequestNode) |
matam_viswa
Replies: 11 Views: 8133
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 27, 2007 6:40 am Subject: SOAPAction error for webservice(HTTPRequestNode) |
Hi GrandMaster,
The webservice working fine. I am using the Java program, for this its working fine. my Java program looks like
The Java program
tring wsdlLocation = args[0];
... |
Topic: SOAPAction error for webservice(HTTPRequestNode) |
matam_viswa
Replies: 11 Views: 8133
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 27, 2007 5:02 am Subject: SOAPAction error for webservice(HTTPRequestNode) |
when ping the lolita server i am getting the below response.
C:\Documents and Settings\VZM1203>ping lolita
Pinging lolita.liberty.fin-za.net [163.202.252.86] with 32 bytes o
Reply from 1 ... |
Topic: SOAPAction error for webservice(HTTPRequestNode) |
matam_viswa
Replies: 11 Views: 8133
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 27, 2007 3:52 am Subject: SOAPAction error for webservice(HTTPRequestNode) |
Hi Grand Master,
The host name is correct. what i specified in URL.
I am getting the same error( Invalid Hostname) if i specify the IP address in URL.
Can you please let me know what i specifie ... |
Topic: SOAPAction error for webservice(HTTPRequestNode) |
matam_viswa
Replies: 11 Views: 8133
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 27, 2007 2:57 am Subject: SOAPAction error for webservice(HTTPRequestNode) |
Hi All,
I am facing problem with HttpRequest Node.The error i am getting from the webservice is:
SOAPAction: http://www.liberty.co.za/RequestTaxYears..Content-Length: 56....
<h1>Bad Request ... |
Topic: Internal server error while calling a webservice |
matam_viswa
Replies: 12 Views: 16712
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 27, 2007 2:30 am Subject: SOAPAction error for webservice |
Hi,
I am facing problem with HttpRequest Node.The error i am getting from the webservice is:
SOAPAction: http://www.liberty.co.za/RequestTaxYears..Content-Length: 56....
<h1>Bad Request (In ... |
Topic: HTTPRequest Node Help |
matam_viswa
Replies: 6 Views: 3487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 08, 2007 6:38 am Subject: HTTPRequestNode Help |
Hi All,
My problem not yet resolved.
I am successfully getting response from the webservice thru Java progams.
but i am not getting successful resonse from HTTPRequest node.
If i use post met ... |
Topic: HTTPRequest Node Help |
matam_viswa
Replies: 6 Views: 3487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 06, 2007 1:13 am Subject: HTTPRequest Node Help |
Hi jeff,
Thanks for info.
Here in my home page contains 6 methods. I am specifing the URL of the home page in my HTTPRequest node. when ever i send the request the corresponding method should be cal ... |
Topic: HTTPRequest Node Help |
matam_viswa
Replies: 6 Views: 3487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 05, 2007 5:11 am Subject: HTTPRequest Node Help |
Dear All,
I need help from u.
My flow contains the following nodes.
MQInputNode->ComputeNode1-->HTTPRequestNode-->ComputeNode2-->outputNode
ComputeNode1 receives input from input ... |