Hi, all.

I have problem with SOAP 1.2 binding.
My service configuration:

<service>
        <name>HelloWebService</name>
        <namespace>http://hello.test.org</namespace>
        <serviceClass>cz.chali.test.HelloWebServiceInterface</serviceClass>
        <implementationClass>cz.chali.test.HelloWebService</implementationClass>
        <serviceFactory>jsr181</serviceFactory>
        <style>document</style>
        <use>literal</use>
        <createDefaultBindings>false</createDefaultBindings>
        <bindings name="HelloWebService">
            <soap12Binding name="HelloWebServiceSoap12Binding"
transport="http://www.w3.org/2003/05/soap/bindings/HTTP/"; allowUndefinedEndpoints="true"/>
        </bindings>
</service>

I don't have binding tag in wsdl and I don't connect to my methods. When I use SOAP 1.1 so everything is ok.
I use netbeans and I generate client from wsdl.
Can you help me? Where is problem?

Martin Chalupa  

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to