Calling a Axis web service from Biztalk 2004



Hi,

Im having huge problems consuming an Axis web service from Biztalk
2004. The request goes well and Axis sends the response, however
biztalk complains about the response. Reson: Body part is null or
something like that. The errors are a bit different depending on wich
pipeline i use. I have tried XmlReceive and Passthru aswell as my own
Multipart Mime Receive pipeline.

I use the Literal/Document encoding type on the Axis side. The wsdl is
hand made due to the way the web service is implemented. This web
service accepts anything that comes in and if there is a match for the
method requested it calls that method. So when a wsdl document is
created for the WS we don't get any schema information about the input
and output xml. We had to add that so that BizTalk could use this
schema for the response. The answer follows HTTP 1.1 standard and is
using "chunks".

Can someone help me with my problems. I'll be happy to post the wdsl if
someone want's to look at it.

Thanks for any help.

Regards

Magnus

.



Relevant Pages

  • webmethod out param grief
    ... I am calling a vb.net web service from BizTalk and am getting in trouble ... Public Function GetNewDog(ByVal buildDog As BuildDog, ... being sent the response containing just the return type. ...
    (microsoft.public.biztalk.general)
  • Is BizTalk right for me?
    ... BizTalk would handle the following scenario? ... My original thought was to create a web service that all of these ... URL/query string to pass to the external website and would also handle ... converting the response to a format the calling application wants. ...
    (microsoft.public.biztalk.general)
  • Re: Direct submit
    ... Thanks for the response. ... With the Web service solution, ... which is running the BizTalk server. ... Assuming I have 2 BizTalk servers in my BizTalk group (For ...
    (microsoft.public.biztalk.general)
  • Re: Orchestration terminated in a Receive shape
    ... in that case there's no communication between BizTalk and IIS ... then the orchestration will just terminate. ... why can I call my web service ...
    (microsoft.public.biztalk.general)
  • deserialization arrays in Axis SOAP messages
    ... I have been trying to make requests of a web service provided by Axis using ... As a result of seraching news groups I guessed that the SOAP response ... defines an array element in a way that causes the dotnet deserialization ... I used SOAP extensions to manipulate the offending item in the SOAP ...
    (microsoft.public.dotnet.framework.webservices)