I am fairly new to BizTalk server and want to make a web service call from BizTalk to Java. I have a BizTalk orchestration exposed as web service. This web service can be easily used in a .Net client. But after I add the wsdl link to my NetBeans project, it says, connection timed out. Can you please tell me, if there are any particular way of calling a BizTalk web service from Java client.
There could be something wrong with how your BizTalk web service is exposed. There are a couple of ways to find out:
1) Use a free tool like SoapUI (http://www.soapui.org) to test your BizTalk web service endpoints.
2) Download Fiddler (http://www.fiddler2.com/fiddler2/) to examine the SOAP messages between your Java client and your BizTalk web service, in order to troubleshoot the issues.
I hope this information helps.
Daniel.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.