Skip to Main Content
C# in a Nutshell, Second Edition
book

C# in a Nutshell, Second Edition

by Peter Drayton, Ben Albahari, Ted Neward
August 2003
Intermediate to advanced content levelIntermediate to advanced
928 pages
32h 1m
English
O'Reilly Media, Inc.
Content preview from C# in a Nutshell, Second Edition

Name

SoapSuds.exe — SoapSuds Utility

Synopsis

soapsuds (-url:args | -types:args | -is:args | -ia:args) [options]

Description

Creates XML schemas for services in an assembly and creates assemblies from a schema. You can also reference the schema via its URL. Use SoapSuds to create client applications that communicate with .NET remoting servers. Use Wsdl.exe to create clients that communicate with .NET Web Services.

Example

soapsuds
   -url:http://localhost/myapp/app.soap?wsdl
   -os:app.xml

Options and Arguments

-d[omain]:domain

Specifies a domain name, if one is required for authentication.

-GenerateCode, -gc

Generates code (equivalent to -od:.).

-httpProxyName:name, -hpn:name

Specifies an HTTP proxy name (use this when connecting through an HTTP proxy).

-httpProxyPort:port, -hpp:port

Specifies an HTTP proxy port (use this when connecting through an HTTP proxy).

-inputAssemblyFile:file, -ia:file

Specifies an input assembly file from which to import types. Do not include the .exe or .dll extension.

-inputDirectory:directory, -id:directory

Specifies the directory that contains .dll files.

-inputSchemaFile:file, -is:file

Specifies the input schema file.

-NoWrappedProxy, -nowp

Creates a proxy that is not wrapped (the default is a wrapped proxy).

-outputAssemblyFile:file, -oa:file

Writes output to an assembly file. SoapSuds also generates source code.

-outputDirectory:directory, -od:directory

Specifies the output directory.

-outputSchemaFile:file, -os:file

Writes output to an XML schema file. ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

C# in a Nutshell

C# in a Nutshell

Ben Albahari, Ted Neward, Peter Drayton
C# 7.0 in a Nutshell

C# 7.0 in a Nutshell

Joseph Albahari, Ben Albahari
C# Cookbook, 2nd Edition

C# Cookbook, 2nd Edition

Jay Hilyard, Stephen Teilhet
C# Cookbook

C# Cookbook

Stephen Teilhet, Jay Hilyard

Publisher Resources

ISBN: 0596005261Catalog PageErrata