Search code examples
connectionjdeveloperbpel

IIS Server connection in Jdeveloper BPEL?


So I am writing a webservice in BPEL, but coming up with a few obstacles due to not being very familiar with Jdeveloper. Basic questions first. How can I create a new application server connection to an IIS Server? I currently have a data centric webservice deployed to an IIS server in C# that I need to connect to through my BPEL model. So basically an external webservice connection is required. Any help would be great.

Cheers


Solution

  • You will need to import the WSDL of your C# service into JDeveloper and define a partnerlink for that. Then you can call the service using the BPEL invoke activity.