Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] Can I consume asmx services in processes designed with the BPEL Design?

Did you remember to add the CurrencyConverter.wsdl to your bpel's imports? I just tried this and was able to create the CurrencyConverter partner link...
It shouldn't matter whether this is a .net service or some other implementation - it's all WS :)

_______________________________________
Robert ("Bob") Brodt
Senior Software Engineer, JBoss Riftsaw
JBoss by Red Hat


Hi all,

I'm trying to design a simple Web service that receive as input an integer representing the an amount in Euro, and I should return this amount in US dollar.

I'm trying to implement this service using this another http://www.webservicex.com/CurrencyConvertor.asmx?wsdl

I imported the generated WSDL to my process, but the tool does not allow me create a partnerLink with these ports. Someone faced a similar problem or a worked with .NET Web services before?

Thanks in advance,
Neto


_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev


Back to the top