You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. create Grounding
2. execute grounding
What is the expected output?
**************************************************************
<soapenv:Envelope
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<soapenv:Body>
<wsdl:shipTracingEvent xmlns:wsdl="http://www.example.it/wsdl/" >
<q0:id xmlns:q0="urn:example:specification:interchange:example:POSEvent:xml:schema:1"/>
<q0:timestamp xmlns:q0="urn:example:specification:interchange:example:POSEvent:xml:schema:1"/>
<q0:shipId xsi:type="xsd:string" xmlns:q0="urn:example:specification:interchange:example:POSEvent:xml:schema:1">
<q2:mmsi xmlns:q2="urn:example:specification:interchange:slimsea:POSAis:xml:schema:1"/>
<q2:imoNumber xmlns:q2="urn:example:specification:interchange:slimsea:POSAis:xml:schema:1"/>
<q2:callSign xmlns:q2="urn:example:specification:interchange:slimsea:POSAis:xml:schema:1"/>
</q0:shipId>
<q0:Terminal xmlns:q0="urn:example:specification:interchange:slimsea:POSEvent:xml:schema:1"/>
<q0:goods xmlns:q0="urn:example:specification:interchange:slimsea:POSEvent:xml:schema:1"/>
</wsdl:shipTracingEvent>
</soapenv:Body>
</soapenv:Envelope>
**************************************************************
What do you see instead?
******************************************************************
<soapenv:Envelope
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<soapenv:Body>
<consumeShipTracingEvent xmlns="">
<shipTracingEventMex xsi:type="xsd:string" xsi:type="xsd:string" xsi:type="xsd:string" xsi:type="xsd:string" xsi:type="xsd:string" xsi:type="xsd:string" xmlns="">
<q0:id xmlns:q0=""/>
<q0:timestamp xmlns:q0=""/>
<q0:shipId xsi:type="xsd:string" xsi:type="xsd:string" xsi:type="xsd:string" xsi:type="xsd:string" xmlns:q0="">
<q2:mmsi xmlns:q2=""/>
<q2:imoNumber xmlns:q2=""/>
<q2:callSign xmlns:q2=""/>
</q0:shipId>
<q0:Terminal xmlns:q0=""/>
<q0:goods xmlns:q0=""/>
</shipTracingEventMex>
</consumeShipTracingEvent>
</soapenv:Body>
</soapenv:Envelope>
*************************************************************
Please provide any additional information below.
all works fine until the WSDLOperation.java uses createRequest() method
xsl trasformation works fine but i see that problem is in
org.mindswap.wsdl.WSDLOperation.java;
method : private SOAPEnvelope createRequest() throws SOAPException
at line 186
Original issue reported on code.google.com by [email protected] on 19 May 2011 at 3:22
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 May 2011 at 3:22The text was updated successfully, but these errors were encountered: