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 » Using SOAP/JMS WSDL

Post new topic  Reply to topic
 Using SOAP/JMS WSDL « View previous topic :: View next topic » 
Author Message
KIT_INC
PostPosted: Fri Jul 24, 2009 10:41 am    Post subject: Using SOAP/JMS WSDL Reply with quote

Knight

Joined: 25 Aug 2006
Posts: 589

I am using WMB 61. I can drop a SOAP/HTTP WSDL into the SOAPInput node to configure it.
However I got error saying there is no imported soap http binding in the WSDL file when dropping the SOAP/JMS WSDL into the SOAPInput node.
Can some one tiell me if this is normal ?
If that is the case, doe it mean that I have to build a message flow using JMSInput or MQ input for invocation of WS when the incoming message is using SOAP over JMS?
Back to top
View user's profile Send private message
jbanoop
PostPosted: Fri Jul 24, 2009 11:41 am    Post subject: Reply with quote

Chevalier

Joined: 17 Sep 2005
Posts: 401
Location: SC

Have a look at your WSDL. It would most probably be because the WSDL does not have the soap binding tag with the transport set to http.

The SOAP binding defines the concrete specifics of how the service would be implemented on the wire. So if you desire an http implementation you should have that defined in your WSDL.

Have a look at a WSDL that is used with SOAP over HTTP and you will understand better. Look for a tag similar to
Code:
<soap:binding style="rpc"
         transport="http://schemas.xmlsoap.org/soap/http"/>

and look in your WSDL and I am pretty sure you will not see it there. You can edit the WSDL to include http support for that WSDl and then your SOAPInput node will not complain.

This is if you want to use SOAP over HTTP.
Back to top
View user's profile Send private message Yahoo Messenger
KIT_INC
PostPosted: Mon Jul 27, 2009 4:43 am    Post subject: Reply with quote

Knight

Joined: 25 Aug 2006
Posts: 589

But I am using SOAP over JMS. So missing of SOAP/HTTP binding is expected. I am just wondering ( and like to confirm) if I cannot use the SOAPInput node when doing SOAP over JMS.
Back to top
View user's profile Send private message
vmcgloin
PostPosted: Mon Jul 27, 2009 4:54 am    Post subject: Reply with quote

Knight

Joined: 04 Apr 2002
Posts: 560
Location: Scotland

Hi,

Sorry for stating the obvious, but you can confirm it here:
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=/com.ibm.etools.mft.doc/ac56170_.htm

"Only HTTP transport is supported"

So, yes, you do have to use the alternatives of MQinput or JMSInput node.

Cheers,
Vicky
Back to top
View user's profile Send private message
KIT_INC
PostPosted: Mon Jul 27, 2009 5:09 am    Post subject: Reply with quote

Knight

Joined: 25 Aug 2006
Posts: 589

Thanks for pointing this out. I'll proceed with using JMS nodes.
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 » Using SOAP/JMS WSDL
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.