ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Httpinput node

Post new topic  Reply to topic
 Httpinput node « View previous topic :: View next topic » 
Author Message
N
PostPosted: Wed Apr 02, 2008 5:41 am    Post subject: Httpinput node Reply with quote

Acolyte

Joined: 21 Jul 2007
Posts: 64

Hi,

Out of curiousity, any1 know how to put SOAP message to httpinput node?
Any supportpac from IBM?

Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Apr 02, 2008 5:42 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You can use an HTTPRequest node.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
Vitor
PostPosted: Wed Apr 02, 2008 5:42 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

The Search Button is Your Friend.

It's been discussed more than a few times in here.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Apr 02, 2008 5:44 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

More seriously, you can use the Test Client that comes with the Toolkit.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
marcin.kasinski
PostPosted: Wed Apr 02, 2008 6:24 am    Post subject: Re: Httpinput node Reply with quote

Sentinel

Joined: 21 Dec 2004
Posts: 850
Location: Poland / Warsaw

N wrote:
Hi,

Out of curiousity, any1 know how to put SOAP message to httpinput node?
Any supportpac from IBM?





You can do it manually

If you know source of message you can

Code:
telnet host 80


Then paste entire message with HTTP headers

Code:

POST /soapURL HTTP/1.0
Host: host
Content-Type: text/xml; charset=utf-8
Content-length: xxx

<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope ...
YOUR SOAP HERE
</SOAP-ENV:Envelope>



Empty line is important.

I do it very often.
For me it is faster.
_________________
Marcin
Back to top
View user's profile Send private message Visit poster's website
gotiashvili
PostPosted: Wed Apr 02, 2008 6:57 am    Post subject: Reply with quote

Newbie

Joined: 02 Apr 2008
Posts: 8

You can use Net Utility
Back to top
View user's profile Send private message
mrgate
PostPosted: Wed Apr 02, 2008 3:40 pm    Post subject: Reply with quote

Centurion

Joined: 28 Feb 2007
Posts: 141
Location: India

Using a third party technologies like nettool,apache jmeter etc..........apart from Test Client that comes with toolkit.
_________________
MQSeries terrorist
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Httpinput node
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.