in your wsdl you have the following imports, <s:import namespace="http://www.irs.gov/a2a/mef/MeFTransmitterServiceWse.xsd" /> <s:import namespace="http://www.irs.gov/efile" />
So in adb if you do not specify a schemaLocation it tries to get the schema from the uri given in the namespace itself but in this case http://www.irs.gov/a2a/mef/MeFTransmitterServiceWse.xsd is not linked to a proper xsd file. On 4/16/07, Chau, Hoang <[EMAIL PROTECTED]> wrote:
Thank you very much. Hoang -----Original Message----- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Sunday, April 15, 2007 8:36 PM To: [email protected] Subject: Re: Procedure to report bug to axis2 http://issues.apache.org/jira/browse/AXIS2 On 4/15/07, Chau, Hoang <[EMAIL PROTECTED]> wrote: > > > Hi all, > > There are some errors generating code using adb binding with the > following WSDL > http://fsettestprod.edd.ca.gov/fsetproxy/fsetservice.asmx?WSDL > > > Basically, it can not find the element with the import namespace. > However, it is fine when I used xmlbean binding. > > Secondly, when I generated the test program with the codes generated > with the xmlbeans binding, I got some error about nullpointer > exception. > > > > Exception in thread "main" java.lang.NullPointerException > > at > org.apache.axis2.description.ClientUtils.inferInTransport(ClientUtils. > java:85) > > at > org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxi > sOperation.java:163) > > > By the way, I was able to generate client code using adb binding > accessing the other webservice and everything works fine. > > If anybody knows the procedure to report to axis2, please let me know. > > Thanks in advance, > > > > Hoang > > > > > > > > > ________________________________ > > > > > This message and any attachments are intended only for the use of the > addressee and may contain information that is privileged and > confidential. If the reader of the message is not the intended > recipient or an authorized representative of the intended recipient, > you are hereby notified that any dissemination of this communication > is strictly prohibited. If you have received this communication in > error, notify the sender immediately by return email and delete the > message and any attachments from your system. > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Amila Suriarachchi, WSO2 Inc.
