BizTalk Server Orchestration - Web Service Wizard Failure : Value cannot be null.

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > January 2005 > Web Service Wizard Failure : Value cannot be null.





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Web Service Wizard Failure : Value cannot be null.
Patrick Wellink

2004-09-27, 5:51 pm

I have a very SIMPLE Project,
An orchestration with A receive port (public) and a send port
and a map in between.... couldn't be more simple
I tried to run the Web Service Wizard but this Wizard Fails in teh last
step....

Below is some info from the wizard :

Summary of Publishing Configuration

Web Service Target Namespace: http://tempuri.org/

WebServiceDescription: BiztalkWebService
WebService: BiztalkWebService_WS_ORCH_WS_RCV
WebMethod: Operation_1
WebMessage: __messagetype_BiztalkWebService_WS_InSch
ema (Input)
WebMessagePart: part (http://BiztalkWebService.WS_InSchema#WS_IN)

Support unknown SOAP headers: False
Support SharePoint Portal Server 2003 Single Sign-On header: False
Support additional SOAP headers: False

Project pathname: http://localhost/BiztalkWebService_Proxy
Overwrite: False
Build configuration: Release

Allow anonymous access: True

---------------------------
Error
---------------------------
Failed to create project "http://localhost/BiztalkWebService_Proxy".

[System.ArgumentNullException] Value cannot be null.

Parameter name: type
---------------------------
OK
---------------------------
Patrick Wellink

2004-09-27, 5:51 pm

I saw som eother posts wit5h exactly the same problem. Before i get a 'Turn
on Logging' response from somebody I already did that and here is the log...

Any help is welcome

========================================
========================================

INFO: BEGIN BTSWebSvcWiz.exe @ 2004-09-27 16:22:33Z
INFO: BTSWebSvcWiz, Version=3.0.1.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35
INFO: Arguments:
AppTraceSwitch.TraceLevel=Verbose

VERBOSE: ExistingProjectLocation() The system cannot find the path specified
VERBOSE: ExistingProjectLocation() The system cannot find the path specified
VERBOSE: ExistingProjectLocation() The system cannot find the path specified
VERBOSE: WebServiceBuilder.ctor()
INFO: Progress: (0, 0, 100) Creating project
"http://localhost/BiztalkWebService_Proxy"...
INFO: CreateSolution: http://localhost/BiztalkWebService_Proxy
INFO: Progress: (0, 10, 100) Creating solution at "/BiztalkWebService_Proxy".
ERROR: Failed to create project "http://localhost/BiztalkWebService_Proxy".
[System.ArgumentNullException] Value cannot be null.
Parameter name: type
ERROR: Progress: (0, 100, 100) Failed to create project
"http://localhost/BiztalkWebService_Proxy".
ERROR: CreateSolution()Value cannot be null.
Parameter name: type


"Patrick Wellink" wrote:

> I have a very SIMPLE Project,
> An orchestration with A receive port (public) and a send port
> and a map in between.... couldn't be more simple
> I tried to run the Web Service Wizard but this Wizard Fails in teh last
> step....
>
> Below is some info from the wizard :
>
> Summary of Publishing Configuration
>
> Web Service Target Namespace: http://tempuri.org/
>
> WebServiceDescription: BiztalkWebService
> WebService: BiztalkWebService_WS_ORCH_WS_RCV
> WebMethod: Operation_1
> WebMessage: __messagetype_BiztalkWebService_WS_InSch
ema (Input)
> WebMessagePart: part (http://BiztalkWebService.WS_InSchema#WS_IN)
>
> Support unknown SOAP headers: False
> Support SharePoint Portal Server 2003 Single Sign-On header: False
> Support additional SOAP headers: False
>
> Project pathname: http://localhost/BiztalkWebService_Proxy
> Overwrite: False
> Build configuration: Release
>
> Allow anonymous access: True
>
> ---------------------------
> Error
> ---------------------------
> Failed to create project "http://localhost/BiztalkWebService_Proxy".
>
> [System.ArgumentNullException] Value cannot be null.
>
> Parameter name: type
> ---------------------------
> OK
> ---------------------------

Wor Tony

2004-09-29, 8:02 pm

"Patrick Wellink" <PatrickWellink@discussions.microsoft.com> wrote in
message news:ADC27A1F-77C4-48F2-9E44-B62F7AE5BC54@microsoft.com...
>I saw som eother posts wit5h exactly the same problem. Before i get a 'Turn
> on Logging' response from somebody I already did that and here is the
> log...
>

How did you turn on logging?

Cheers

AP
Nottingham - UK


Patrick Wellink

2004-10-04, 5:52 pm

By modifying the file BTSWebsvcWiz.Exe.config into

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="BuildConfiguration" value="Release" />
</appSettings>
<runtime>
<gcConcurrent enabled="true" />
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<publisherPolicy apply="yes" />
<probing privatePath="" />
</assemblyBinding>
</runtime>
<system.diagnostics>
<switches>
<!-- TraceLevel 0=Off, 1=Error, 2=Warning, 3=Info, 4=Verbose -->
<add name="ApplicationTraceSwitch" value="4" />
</switches>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="Trace"
type="System.Diagnostics.TextWriterTraceListener, System,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"
initializeData="c:\BTSWebSvcWiz.trace.log" />
</listeners>
</trace>
</system.diagnostics>
</configuration>


"Wor Tony" wrote:

> "Patrick Wellink" <PatrickWellink@discussions.microsoft.com> wrote in
> message news:ADC27A1F-77C4-48F2-9E44-B62F7AE5BC54@microsoft.com...
> How did you turn on logging?
>
> Cheers
>
> AP
> Nottingham - UK
>
>
>

Wor Tony

2004-10-04, 5:52 pm

"Patrick Wellink" <PatrickWellink@discussions.microsoft.com> wrote in
message news:F0A82A69-FF2B-4E72-BA44-FF8E47DF608E@microsoft.com...
> By modifying the file BTSWebsvcWiz.Exe.config into

Thanks Patrick


elixirmike

2005-01-13, 5:51 pm

Patrick...I have the EXACT same problem...and haven't found an answer. Did
you ever resolve this issue?? if so....what did you do?? Your help is much
appreciated.

Mike

"Patrick Wellink" wrote:

> I have a very SIMPLE Project,
> An orchestration with A receive port (public) and a send port
> and a map in between.... couldn't be more simple
> I tried to run the Web Service Wizard but this Wizard Fails in teh last
> step....
>
> Below is some info from the wizard :
>
> Summary of Publishing Configuration
>
> Web Service Target Namespace: http://tempuri.org/
>
> WebServiceDescription: BiztalkWebService
> WebService: BiztalkWebService_WS_ORCH_WS_RCV
> WebMethod: Operation_1
> WebMessage: __messagetype_BiztalkWebService_WS_InSch
ema (Input)
> WebMessagePart: part (http://BiztalkWebService.WS_InSchema#WS_IN)
>
> Support unknown SOAP headers: False
> Support SharePoint Portal Server 2003 Single Sign-On header: False
> Support additional SOAP headers: False
>
> Project pathname: http://localhost/BiztalkWebService_Proxy
> Overwrite: False
> Build configuration: Release
>
> Allow anonymous access: True
>
> ---------------------------
> Error
> ---------------------------
> Failed to create project "http://localhost/BiztalkWebService_Proxy".
>
> [System.ArgumentNullException] Value cannot be null.
>
> Parameter name: type
> ---------------------------
> OK
> ---------------------------

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com