n8dog
asked on
WSDL creator ?
i cant seem to get a good WSDL out of the php wsdl class to work...
anyone got an easier / intuitive method or IDE that handles this?
anyone got an easier / intuitive method or IDE that handles this?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
that does work nicely.. however im still stuck.
I can now add the WSDL to SOAPUI, but the simple method request comes up without the request side for parameters.. so i cant send anything to the wsdl.
when i click PLAY/GO, it gives me:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>405 Method Not Allowed</TITLE>
</HEAD><BODY>
<H1>Method Not Allowed</H1>
The requested method POST is not allowed for the URL /dev/wsdl/wsdl.<P>
<HR>
<ADDRESS>Apache/1.3.41 Server at XXXX.com Port 80</ADDRESS>
</BODY></HTML>
I can now add the WSDL to SOAPUI, but the simple method request comes up without the request side for parameters.. so i cant send anything to the wsdl.
when i click PLAY/GO, it gives me:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>405 Method Not Allowed</TITLE>
</HEAD><BODY>
<H1>Method Not Allowed</H1>
The requested method POST is not allowed for the URL /dev/wsdl/wsdl.<P>
<HR>
<ADDRESS>Apache/1.3.41 Server at XXXX.com Port 80</ADDRESS>
</BODY></HTML>
ASKER
i got it working with some tutorial files.. so im some how not getting the pieces together properly.
I'll figure it out.
thanks for the heads up Zend Studio.. good tool!
I'll figure it out.
thanks for the heads up Zend Studio.. good tool!
ASKER