TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Microsoft BizTalk Server

Notices

Exposing Schema as a Web Service.

Microsoft BizTalk Server


Reply
 
Thread Tools Display Modes
Old 08-12-2007, 08:37 AM   #1
sarvesh
Guest
 
Posts: n/a
Exposing Schema as a Web Service.

I am getting the following when I try to consume a web service that I created
by exposing a schemas using the web service publishing wizard. Any help is
appreciated. Also, I haven't found any documentation on how to extend the web
service that is generated, like where to add my logic. The asmx class seems
to derive from ServerProxy class there isn't whole lot of information on this
as well.

System.Reflection.TargetInvocationException: Exception has been thrown by
the target of an invocation. --->
System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: Internal SOAP Processing Failure
at Microsoft.BizTalk.WebServices.ServerProxy.ServerPr oxy.Invoke(String
functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[]
outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces,
SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]&
unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled, Object cookie)
at Microsoft.BizTalk.WebServices.ServerProxy.ServerPr oxy.Invoke(String
functionName, Object[] parameters, ParamInfo[] inParamInfos, ParamInfo[]
outParamInfos, Int32 bodyPartIndex, String bodyType, ArrayList inHeaders,
ArrayList inoutHeaders, ArrayList& inoutHeaderResponses, ArrayList&
outHeaderResponses, Type[] outHeaderTypes, String[] outHeaderNamespaces,
SoapUnknownHeader[] unknownHeaders, SoapUnknownHeader[]&
unknownHeaderResponses, Boolean oneway, Boolean spsSsoEnabled)
at ToolsIntegration.TestWebService.Submit(SubmitReque st part) in
c:\Inetpub\wwwroot\TestWebService\App_Code\TestWeb Service.asmx.cs:line 52
at
System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters)
at TeamTrackWebService.Submit(SubmitRequest SubmitRequest)
  Reply With Quote
Old 09-12-2007, 02:09 AM   #2
Jan Eliasen
Guest
 
Posts: n/a
Re: Exposing Schema as a Web Service.

On Fri, 7 Dec 2007 17:58:00 -0800, sarvesh
<> wrote:

>I am getting the following when I try to consume a web service that I created
>by exposing a schemas using the web service publishing wizard. Any help is
>appreciated.

Are there any entries in the eventlog on your BizTalk server?

Check the IIS log - did it receive the call? What was the return code?

Can you open the asmx file in internet explorer? Or does that give an
error as well?

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Old 10-12-2007, 12:09 PM   #3
sarvesh
Guest
 
Posts: n/a
Re: Exposing Schema as a Web Service.

I managed to rid of that error message. I did not have recieve and send ports
enabled. But now all my calls to the web service timeout. No matter how high
I set my script timeout. I added a file location for my send port and the
file was created. There are no errors in the biztalk console. IIS is
receiving the request, i could debug the web service.


"Jan Eliasen" wrote:

> On Fri, 7 Dec 2007 17:58:00 -0800, sarvesh
> <> wrote:
>
> >I am getting the following when I try to consume a web service that I created
> >by exposing a schemas using the web service publishing wizard. Any help is
> >appreciated.

> Are there any entries in the eventlog on your BizTalk server?
>
> Check the IIS log - did it receive the call? What was the return code?
>
> Can you open the asmx file in internet explorer? Or does that give an
> error as well?
>
> --
> eliasen, representing himself and not the company he works for.
>
> Private blog:
>
> Private email:
>

  Reply With Quote
Old 11-12-2007, 02:35 PM   #4
Jan Eliasen
Guest
 
Posts: n/a
Re: Exposing Schema as a Web Service.

On Sun, 9 Dec 2007 22:24:00 -0800, sarvesh
<> wrote:

>I managed to rid of that error message. I did not have recieve and send ports
>enabled. But now all my calls to the web service timeout. No matter how high
>I set my script timeout. I added a file location for my send port and the
>file was created. There are no errors in the biztalk console. IIS is
>receiving the request, i could debug the web service.

The WebMethod in the web service - does it have a return type or is it
void?

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Old 11-12-2007, 02:38 PM   #5
Jan Eliasen
Guest
 
Posts: n/a
Re: Exposing Schema as a Web Service.

On Sun, 9 Dec 2007 22:24:00 -0800, sarvesh
<> wrote:

>I managed to rid of that error message. I did not have recieve and send ports
>enabled. But now all my calls to the web service timeout. No matter how high
>I set my script timeout. I added a file location for my send port and the
>file was created. There are no errors in the biztalk console. IIS is
>receiving the request, i could debug the web service.

The WebMethod in the web service - does it have a return type or is it
void?

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Old 11-12-2007, 02:46 PM   #6
Jan Eliasen
Guest
 
Posts: n/a
Re: Exposing Schema as a Web Service.

On Sun, 9 Dec 2007 22:24:00 -0800, sarvesh
<> wrote:

>I managed to rid of that error message. I did not have recieve and send ports
>enabled. But now all my calls to the web service timeout. No matter how high
>I set my script timeout. I added a file location for my send port and the
>file was created. There are no errors in the biztalk console. IIS is
>receiving the request, i could debug the web service.

The WebMethod in the web service - does it have a return type or is it
void?

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Old 11-12-2007, 02:47 PM   #7
Jan Eliasen
Guest
 
Posts: n/a
Re: Exposing Schema as a Web Service.

On Sun, 9 Dec 2007 22:24:00 -0800, sarvesh
<> wrote:

>I managed to rid of that error message. I did not have recieve and send ports
>enabled. But now all my calls to the web service timeout. No matter how high
>I set my script timeout. I added a file location for my send port and the
>file was created. There are no errors in the biztalk console. IIS is
>receiving the request, i could debug the web service.

The WebMethod in the web service - does it have a return type or is it
void?

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 03:16 AM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional