Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with grounding #1

Open
GoogleCodeExporter opened this issue Jul 2, 2015 · 0 comments
Open

problem with grounding #1

GoogleCodeExporter opened this issue Jul 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant