WSDL Binding

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

WSDL Binding

Michael Gross-4
            Hi,
                I am having an issue with the WSDL wizard. When I use the wizard to create an application from a WSDL schema it is clearing out any existing
            WebServices I have there. Shouldnt this just add to what is there? Is there a way to get around this? 
 
            Thanks!

Michael Gross

Solution Center
Blue Heron Consulting
90 Airpark Dr, Suite 200
Rochester, NY 14624

www.BlueHeron-Consulting.com

Office: 800-253-3449 / 585-464-8035 (x207)
Fax:    800-464-9901 / 585-464-9760

 
Reply | Threaded
Open this post in threaded view
|

RE: WSDL Binding

Kogan, Tamara
We register WSDL schemas based on their target namespaces.
<definitions targetNamespace="urn:vwservices/timeNowServiceWithHeaders"

If you load a WSDL schema that has been already registered the
WsdlBinding. WsdlBindings registry the binding will be replaced.
Use different target namespaces if you have services defined in
different schemas or <include> statement to add services with the same
target namespace.
You can find some information about WSDL design on:
http://devresource.hp.com/drc/slide_presentations/schemaWSDL/index.jsp


Tamara Kogan
Smalltalk development,
Cincom Systems
> -----Original Message-----
> From: Michael Gross [mailto:[hidden email]]
> Sent: Wednesday, September 12, 2007 8:40 AM
> To: [hidden email]
> Subject: WSDL Binding
>
>             Hi,
>                 I am having an issue with the WSDL wizard. When I use
the
> wizard to create an application from a WSDL schema it is clearing out
any
> existing
>             WebServices I have there. Shouldnt this just add to what
is

> there? Is there a way to get around this?
>
>             Thanks!
>
> Michael Gross
>
> Solution Center
> Blue Heron Consulting
> 90 Airpark Dr, Suite 200
> Rochester, NY 14624
>
> www.BlueHeron-Consulting.com <http://www.blueheron-consulting.com/>
>
> Office: 800-253-3449 / 585-464-8035 (x207)
> Fax:    800-464-9901 / 585-464-9760
>
>