Please help. Actually, this CRM provides two WSDL files. Even though I
could use -ss -g option for the attached WSDL file, I can not use the same
for other WSDL, since -ss -g options is resulting in generation of
stubs*larger than 50 MB of disk space
*.
Axis 1.x remains same, creates all required
Yeah, even I observed that. The problem is apparent since* we can't use -g
with out -ss option. *
*
*
Please help.
On Wed, Apr 20, 2011 at 6:38 PM, Supun Malinga wrote:
> Hi All,
>
> On Wed, Apr 20, 2011 at 6:08 PM, fire fox wrote:
>
>> Hi All,
>>
>> I've attached the WSDL file I'm working
If anyone problem with my original wsdl file's EPRs why is it no problem
when I don't put any wsdl in /META-INF?
I tried in axis2server standalone, and exactly the same problem too.
I wonder what is the problem, since I haven't found nobody in internet with
my problem and I guess most of pe
I had the same issue
This link helped me.
http://www.vogella.de/articles/Webservice/article.html#wssimple_createcl
ient
Swetta Bhaskar
From: youxy b [mailto:[email protected]]
Sent: Wednesday, April 20, 2011 9:37 AM
To: [email protected]
Subject: Error with AD
Hi All,
On Wed, Apr 20, 2011 at 6:08 PM, fire fox wrote:
> Hi All,
>
> I've attached the WSDL file I'm working on.
>
> I've generated stubs using following commands
>
> Axis: java org.apache.axis.wsdl.WSDL2Java CrmDiscoveryServiceWsdl.xml :
> Generates all classes
>
> Axis2 : wsdl2java.bat
No one has ever seen such an error?
Any help would be great. Like is this an error in respons or request?
Is it an error in axis or the client sending the SOAP message?
The stack trace is this:
org.apache.axis2.AxisFault: SOAP message MUST NOT contain a Document Type
Declaration(DTD)
Hi All,
I've attached the WSDL file I'm working on.
I've generated stubs using following commands
Axis: java org.apache.axis.wsdl.WSDL2Java CrmDiscoveryServiceWsdl.xml :
Generates all classes
Axis2 : wsdl2java.bat -u -uri CrmDiscoveryServiceWsdl.xml : Generates only a
few classes.
Can you put a TCPMONITOR between Client and Server to see what gets exchanged?
YES you can
Can you confirm that the 1 is sent from client to server? YES you can
This to know where to start seeking for the problem with a debugger.
Do you master to set a breakpoint at your simple se
Only, 'fault' type messages were generated, whereas Input, Output type
messages were not part of the Class list.
On Wed, Apr 20, 2011 at 12:29 PM, fire fox wrote:
> Hi,
> I'm working on a WSDL which has some elements listed in wsdl:message
> section. After stub generation, I could not find