Hi steven,
It seems you are using WSDL2C tool with your WSDL to generate code. Is
that you using WSDL2C tool shifted with Axis2/Java 1.3 (There were
some schema code generation problems in there). Most of them were
fixed in recent past. If it is the case, please try out the Axis2/Java
nightly build[1]

[1] http://people.apache.org/dist/axis2/nightly


Thanks
Dimuthu

On Jan 16, 2008 1:56 AM, Steven Zhang <[EMAIL PROTECTED]> wrote:
>
>
> Hello:
> I got a problem that my Axis2c client can't work with Microsoft ASP.NET web
> service. Following is the SOAP content I send out by fiAPITester tool.
>
>
>     // ------------------------ fiAPITester send message
> -----------------------------
>     <soapenv:Envelope
> xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";><soapenv:Header></soapenv:Header>
>      <soapenv:Body>
>       <fiAPI xmlns="http://integration.fiapi.com/MemberVerification";
> xmlns:ivr="http://integration.fiapi.com/IVRLibrary"; xmlns:xsi="h
>       ........................................
>       </fiAPI>
>      </soapenv:Body>
>     </soapenv:Envelope>
>
> However the ASP.NET web service want requests in following format:
>     // -------------------- .Net Web Client Send Message
> ------------------------------
>     <?xml version="1.0" encoding="utf-8"?>
>     <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsi="htt
>     p://www.w3.org/2001/XMLSchema-instance"
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
>      <soap:Body>
>       <MemberVerification xmlns="http://www.users.com/IVR";>
>        <FiApiRequest>
>         &lt;?xml version="1.0" encoding="UTF-8"?&gt;..
>         &lt;!--Sample XML file generated by XMLSpy v2006 sp2 U
> (http://www.altova.com)--&gt;..
>         &lt;fiAPI xmlns="http://integration.fiapi.com/MemberVerification"; ..
>         .......................................
>
> &lt;MemberVerifyRq&gt;&lt;AccountId&gt;123123&lt;/AccountId&gt;&lt;/MemberVerifyRq&gt;&lt;/Request&gt;&lt;/fiAPI&gt;
>        </FiApiRequest>
>       </MemberVerification>
>      </soap:Body>
>     </soap:Envelope>
>
> Do you know the reason?
>
> Thanks.
> Steven Zhang

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to