I am using the Java web service(created by axis) from an orchestration, The web service is already in production use from .NET code and Info Path, but I’d like it to run from Biztalk. Any suggestions will be appreciated.
My app event log entry is included below. —————————————————————— Event Type: Warning Event Source: BizTalk Server 2006 Event Category: BizTalk Server 2006 Event ID: 5743 Date: 08/01/2006 Time: 9:27:46 AM User: N/A Computer: KSUNAGA Description: The adapter failed to transmit message going to send port \”BizTalkEbapis_1.0.0.0_BizTalkEbapis.doAuth_Port_1_3d516ac5b9b731df\” with URL \”http://localhost:8080/GMOGateway/services/PaymentGateway\”. It will be retransmitted after the retry interval specified for this Send Port. Details:\”Failed to serialize the message part \”authorization\” into the type \”RequestAuthorization\” using namespace \”http://gmo.ecash.co.jp\”. Please ensure that the message part stream is created properly.
It looks like you are sending the web service data in a format it is not expecting.
I would probably wrap your web service call inside a .net component call and see if that works. That is how I have called Java web services in the past.
Typically, Java web service want arrays of objects as input. BizTalk doesn’t really like that. Although, the WSE adapter could be used for that.
Hope this helps.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.