[Users] BC SOAP Inconsistency between http header and SOAP header

BibleBelt Holger.Wenzel at 3ds.com
Wed Mar 16 11:06:20 CET 2011


Hello Nicolas,

thanks, I changed in the wsdl of the provide component the soapAction to:


Code:

 <wsdl:operation name="getModels">
      <wsdlsoap:operation soapAction="http://b2b.pse.system.engineous.com/ModelAgent/getModelsRequest" />
      <wsdl:input name="getModelsRequest">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://b2b.pse.system.engineous.com" use="encoded" />
      </wsdl:input>
      <wsdl:output name="getModelsResponse">
        <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://b2b.pse.system.engineous.com" use="encoded" />
      </wsdl:output>
    </wsdl:operation>




this showed a change in the request Petals put to the server, namely to change the SOAPAction in the HTML header. But unfortunately not to 


Code:
SOAPAction: "http://b2b.pse.system.engineous.com/ModelAgent/getModelsRequest""

 

but to


Code:
SOAPAction: "urn:getModels"

 

Deleting the 


Code:
 <wsdlsoap:operation soapAction="http://b2b.pse.system.engineous.com/ModelAgent/getModelsRequest" />

 

item from the wsdl alltogether showed the same result.

Kind regards,

Holger




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications :
http://forum.petalslink.com/m2f_usercp.php

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=31688#31688

-------------------- m2f --------------------






More information about the Users mailing list