I am working with webservices in Java, and right after opening the port and calling the service, I try to catch a \"com.sun.xml.ws.wsdl.parser.InaccessibleWSDLException\".
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
When i try to open WSDL file in browser (http://localhost/something/file.wsdl), i am offered to download that file.
I am building a web service using php core SOAP classes, and need to return a variable of enumerated type. This is the type definition in WSDL:
I am trying to consume the following WSDL in VS2010 and Im running into errors which seem to be specific to the WSDL.
is it possible writing WCF, that will expose my properties with controllable maxOccurs? <xs:element name=\"param\" type=\"string\" minOccurs=\"1\" maxOccurs=\"10\" />
I\'m consuming a webservice from another company, they have multiple versions running, each newer version has only added new fields/objects, BUT changes some of the element names.
Basically, I created my WSDL and added a SimpleType with enum values: A, B, C. When I build my service with this wsdl I want the enum to be constructed with the FlagsAttribute, but how do I specify th
I have a hard time making a phpscript of the WSDL code found onhttp://network.thinkaction.com/api/soap_affiliate.php?wsdl
I am currently developing a webservice using jax-ws based on an EJB behind a nginx ssl offloader and a haproxy for the load balancing like :