Web Service Wizard Failure : Value cannot be null.
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Orchestration > Web Service Wizard Failure : Value cannot be null.




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

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


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-27-04 10: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
---------------------------





[ Post a follow-up to this message ]



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


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-27-04 10: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
> ---------------------------





[ Post a follow-up to this message ]



    Re: Web Service Wizard Failure : Value cannot be null.  
Wor Tony


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-30-04 01:02 AM

"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







[ Post a follow-up to this message ]



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


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-04-04 10: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
>
>
>





[ Post a follow-up to this message ]



    Re: Web Service Wizard Failure : Value cannot be null.  
Wor Tony


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
10-04-04 10: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







[ Post a follow-up to this message ]



    RE: Web Service Wizard Failure : Value cannot be null.  
elixirmike


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-13-05 10: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
> ---------------------------





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:01 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register