Posted: Mon Apr 14, 2008 4:55 am Post subject: HTTPInput Node - serving wsdl for webservice consumer
Acolyte
Joined: 05 Jul 2007 Posts: 65
Hi folks,
my WMB 6.1 flow provides a webservice using a HTTPInputNode.
I generated a wsdl file for the input MessageSet and testet the webservice using the generated wsdl.
Other consumers of my webservice have to discover the wsdl file itself to call the webservice. So does a php script which wants to do things like:
Code:
<?php
$client = new SoapClient('http://www.xmethods.net/sd/2001/BabelFishService.wsdl');
?>
How can I provide the generated wsdl file from within the broker to enable such requests?
Did I miss some best practices? _________________ Global warming is an unintentional side effect of SOA's hotness.
-- http://soafacts.com/ a business integration methodology
Look at directory services applications (WSRR from IBM), maybe some older UDDI solutions or create something in WAS. _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
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