importing delphi web services java
i have web server built delphi, i'm perplexing devour the web services java (i'm controlling obscure ide) formulating web use fan by obscure wizard. web services path-finder recognice wsdl file, nonetheless perplexing emanate client, sorceress says there's an "unexpected attribute" does emanate any file.
this wsdl record (the delphi web server publishes).
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/xmlschema" name="itsoapwebserviceservice" targetnamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
<message name="webmethod0request">
<part name="document" type="xs:string"/>
</message>
<message name="webmethod0response">
<part name="return" type="xs:boolean"/>
</message>
<porttype name="itsoapwebservice">
<operation name="webmethod">
<input message="tns:webmethod0request"/>
<output message="tns:webmethod0response"/>
</operation>
</porttype>
<binding name="itsoapwebservicebinding" type="tns:itsoapwebservice">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="webmethod">
<soap:operation soapaction="urn:twebserviceintf1-itsoapwebservice#webmethod" style="rpc"/>
<input message="tns:webmethod0request">
<soap:body use="encoded" encodingstyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:twebserviceintf1-itsoapwebservice"/>
</input>
<output message="tns:webmethod0response">
<soap:body use="encoded" encodingstyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:twebserviceintf1-itsoapwebservice"/>
</output>
</operation>
</binding>
<service name="itsoapwebserviceservice">
<port name="itsoapwebserviceport" binding="tns:itsoapwebservicebinding">
<soap:address location="http://localhost:1024/soap/itsoapwebservice"/>
</port>
</service>
</definitions>
now, obscure says "message" charge both:
definicions.binding.operation.input
definitions.binding.operation.output
is unexpected. i know it's redundant, given already tangible in
definitions.porttype.operation.input
definitions.porttype.operation.output
but still, i can't import web service.
my java app controlling jboss 4.2 server, nonetheless i guess it'd easier emanate fan java concentration digest (since creates wholly digest instead two).
so, any thought obscure replace attributes, delphi tell them?
Comments
Post a Comment